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 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
ivagnesmanuel/README.md


manuel@github:~$ whoami
 software engineer  
 
 offensive security researcher
 systems programming enthusiast  
 containers and distributed systems addict
 performance & observability advocate  
 
 5+ years of experience building PoC and production-grade software to solve complex security challenges
manuel@github:~$ philosophy  
"I enjoy jumping into unknown territory: new languages, frameworks, and platforms are just systems to figure out — and eventually understand well enough to see where they break"

🛠️ 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 Services 🌍]
  BACKEND <--> MICROSERVICES[Distributed Systems ⚡]
  BACKEND <--> DOCKER[Docker 🐳]
  BACKEND <--> CLOUD[Cloud & Virtualization ☁️]
  DOCKER <--> CLOUD
  MICROSERVICES <--> NETWORK[TCP/IP · HTTP · TLS · gRPC · Message-Oriented Middleware 🌐]
  CRYPTO[Cryptography 🔐] <--> NETWORK

  BACKEND <--> OBSERVE[Performance & Observability 📊]
  LANGS <--> EBPF
  EBPF[eBPF / Linux Tracing 📊] <--> OBSERVE
  LANGS <--> AGENTS
  AGENTS[Agentic AI 🤖]
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