Skip to content
View Ivagnesmanuel's full-sized avatar

Organizations

@Ablativo

Block or report Ivagnesmanuel

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ivagnesmanuel/README.md

Typing SVG


manuel@github:~$ whoami
 security software engineer  
 
 security researcher
 systems programming enthusiast  
 containers and distributed systems addict
 performance & observability advocate  
 
 4+ years working experience building PoC and production software across defense, medical and space domains

manuel@github:~$ philosophy  
"I enjoy jumping into unknown territory: if a project needs a new language, framework, or platform, I’m comfortable picking it up quickly and making it work."

manuel@github:~$ built
 ransomware detection via Windows ETW
 C2 infrastructure components, implants, and related artifacts
 security products backed by containerized, distributed microservices
 
Professional work cannot be public so this GitHub mostly contains experiments and university projects

manuel@github:~$ thesis
 ETW ransomware detector

 + real-time OS telemetry monitoring
 + early encryption behaviour detection
 + <1% CPU overhead
 + deployable endpoint prototype

 score: 110/110
 CLUSIT cybersecurity award πŸ†

manuel@github:~$ interests
windows internals 🧠
undocumented windows native APIs πŸ•΅οΈ
performance tracing (ETW) πŸ“Š
distributed infrastructure 🌍
network protocols 🌐
cryptography πŸ”
agentic AI πŸ€–

πŸ› οΈ stack

graph LR
  LANGS[C/C++ Β· Rust Β· Go Β· Python] <--> SP[βš™οΈ Systems Programming]
  SP <--> WINDOWS[Windows Internals Β· ETW Β· Native APIs]
  WINDOWS <--> MALWARE[Malware RE & Security Tooling πŸ›‘οΈ]
  CRYPTO <--> MALWARE

  LANGS <--> BACKEND[🌍 Backend Components]
  BACKEND <--> MICROSERVICES[Distributed Systems ⚑]
  BACKEND <--> DOCKER[Docker 🐳]
  BACKEND <--> CLOUD[Cloud & Virtualization ☁️]
  DOCKER <--> CLOUD
  MICROSERVICES <--> NETWORK[TCP/IP · HTTP · TLS 🌐]
  CRYPTO[Cryptography πŸ”] <--> NETWORK

  BACKEND <--> OBSERVE[Performance & Observability πŸ“Š]
  LANGS <--> EBPF
  EBPF[eBPF / Linux Tracing πŸ“Š] <--> OBSERVE
  LANGS <--> AGENTS
  AGENTS[Agentic AI πŸ€–] <--> OBSERVE
Loading

Pinned Loading

  1. Lightweight-Real-Time-Ransomware-Detection-with-Native-OS-Assistance-via-ETW Lightweight-Real-Time-Ransomware-Detection-with-Native-OS-Assistance-via-ETW Public

    Master thesis in collaboration with Leonardo Research Center

    TeX

  2. MSc-notes MSc-notes Public

    This folder contains some notes made during the MSc in Engineering in Computer Science at La Sapienza University of Rome

    3

  3. Cloud-IoT-Environment-station Cloud-IoT-Environment-station Public

    A (Google) cloud-based IoT system that collects information from a set of virtual environmental sensors using the MQTT protocol + crowd-sensing activity recognition bonus

    Python 1 2

  4. Ablativo-IoT Ablativo-IoT Public

    Forked from Ablativo/Ablativo_Documents

    Documents and repos links for the Ablativo IoT project

  5. BCI-ECS-sapienza/Echo-chamber_COVID-19_edition BCI-ECS-sapienza/Echo-chamber_COVID-19_edition Public

    Network analysis experiment on echo-chamber relative to COVID-19 tweets.

    Jupyter Notebook 2 4

  6. Simple-file-system Simple-file-system Public

    Simple File System implementation for the "Operating Systems" course at "La Sapienza" University of Rome

    C