Overview of Best Edr Of The Market (BEOTM) V3
mainBest Edr Of The Market (BEOTM) V3 is an open-source security lab designed for the low-level implementation and understanding of Endpoint Detection & Response (EDR) detection methods and their workarounds. It leverages Windows NT telemetry to analyze process behavior and detect various TTPs (Tactics, Techniques, and Procedures).
Key Defensive Capabilities:
- System Calls Interception via Alternative System Call Handlers
- Virtual Address Descriptor (VAD) Tree exploitation for Image Integrity Checking
- Kernel callbacks for thread/process creation, image loading, registry, and object operations
- Code injection detection via thread call stack validation
- Yara rule integration for pattern detection in memory/files
- System call integrity checking
- Shadow Stack leverage for thread call stack integrity verification
Detected TTPs include:
- PPID Spoofing (T1134.004)
- Credential Dumping (T1003.001)
- Process Hollowing/Ghosting/Tampering (T1055.012)
- Memory code injection (T1055), including APC queuing (T1055.004) and Thread Hijacking (T1055.003)
- Abnormal System Calls (T1106)
- Registry Persistence Operations (T1547.001)