Screenshots
Example Usage
graph TB
A[Developer: pip install malicious-pkg] --> B[Python spawns child process]
B --> C[setup.py executes]
C --> D[Tries socket.connect on port 4444]
D --> E{KEIP eBPF Hook<br/>socket_connect}
E -->|Port 4444?| F[BLOCKED]
E -->|Port 443?| G[ALLOWED]
F --> H[Kill Process Group]
G --> I[Installation continues]
style F fill:#ff6b6b
style G fill:#51cf66
style E fill:#4dabf7
See also
Bulk Extractor
Open Source
Kali
Scans a disk image, file, or directory and extracts features such as email addresses, URLs, credit c…
Binwalk
Open Source
Kali
Firmware analysis tool for searching, extracting, and analyzing binary images. Identifies embedded f…
APKiD
Free
Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android…
robot_hacking_manual
Open Source
Robot Hacking Manual (RHM). From robotics to cybersecurity. Papers, notes and writeups from a journe…
DFIR-Detection-Engineering
Open Source
Digital Forensics Incident Response and Detection engineering: Análisis forense de artefactos comune…
AlphaGolang
Open Source
IDApython Scripts for Analyzing Golang Binaries…