Skip to content
View alvarofdezr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report alvarofdezr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alvarofdezr/README.md

Álvaro Fernández Ramos

Security Engineer | Systems Programming | Applied Cryptography

LinkedInEmailPortfolio


$ whoami

I build security-focused software to understand how it can be broken, and break systems to understand how they can be defended. Computer Engineering student @ University of Seville, focused on endpoint telemetry, malware analysis, and offensive security tooling architectures.

⚡ Core Stack & Research

Languages:   [Go, Python, Bash, TypeScript, C]
Defensive:   [EDR Architecture, Zero-Trust Models, YARA, Forensic Telemetry]
Offensive:   [Recon Tooling, Exploit Dev, AV/EDR Evasion, Networking I/O]
Crypto:      [AES-256-GCM, Argon2id, HMAC, HKDF, E2EE]
Environment: [Linux, Docker, GitHub Actions, Z3 Theorem Prover]

🛡️ Arsenal & Tooling

Project Category Description
Aegis Sentinel Defensive Next-gen Endpoint Detection & Response (EDR) system. Architecture focuses on host telemetry collection, YARA-based scanning engine, and automated incident response pipelines via REST API.
Ares Offensive High-performance, highly concurrent network reconnaissance toolkit written in Go. Implements worker pool patterns and context cancellation for rapid vulnerability discovery.
Harpocrates Crypto CLI/GUI local Zero-Trust password vault. Built to explore applied cryptography: AES-256-GCM encryption, Argon2id key derivation, and tamper-evident audit logs via HMAC.
SecureChain TFG SCA / R&D Supply Chain security tool extending the SecureChain platform to Go ecosystems. Formal verification of dependency trees via Z3 Theorem Prover and CycloneDX SBOM generation.
Basilisk Defensive Prototype EDR system for process, network, and registry monitoring. Serves as the foundational blueprint for Aegis Sentinel.
Cript Crypto Didactic cryptography framework simulating secure End-to-End Encrypted (E2EE) channels utilizing Double Ratchet and HKDF derivations.

🧠 Current Research Focus

I treat every project as an experiment to go deeper into systems engineering. Currently actively researching:

  • Advanced Go Networking: Custom TCP/UDP stack implementations and high-throughput concurrent scanners.
  • Linux Internals: Syscall hooking, eBPF capabilities, and memory forensics for EDR telemetry.
  • Malware Dev/Evasion: Bypassing static/dynamic analysis via obfuscation, API hashing, and direct syscalls.

"Each line of code written to learn more than what it teaches."

Popular repositories Loading

  1. Basilisk Basilisk Public

    Proyecto Personal -- PySentinel

    Python

  2. alvarofdezr alvarofdezr Public

  3. Ares Ares Public

    Go

  4. Harpocrates Harpocrates Public

    Python

  5. securechain-depex securechain-depex Public

    Forked from securechaindev/securechain-depex

    Depex is a tool that allows you to reason over the entire configuration space of the Software Supply Chain of an open-source software repository.

    Python

  6. securechain-ssc-ingestion securechain-ssc-ingestion Public

    Forked from securechaindev/securechain-ssc-ingestion

    Data pipeline for ingesting software packages from multiple ecosystems into SecureChain.

    Python