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
Volatility Workbench
Free
Free GUI front-end for Volatility 3 memory forensics framework on Windows. Simplifies memory analysi…
horus
Open Source
An OSINT / digital forensics tool built in Python…
Bulk Extractor
Open Source
Kali
Scans a disk image, file, or directory and extracts features such as email addresses, URLs, credit c…
NetworkMiner
Freemium
Network forensics analysis tool (NFAT) that captures packets and parses them to reconstruct transmit…
fastfinder
Free
Incident Response - Fast suspicious file finder…
AlphaGolang
Open Source
IDApython Scripts for Analyzing Golang Binaries…