CrimsonEDR Detection Features
mainCrimsonEDR identifies various malware patterns and evasion techniques, including:
- Direct Syscall: Detects direct system calls used to bypass API hooks.
- NTDLL Unhooking: Identifies attempts to unhook functions in the NTDLL library.
- AMSI Patch: Detects byte-level modifications to the Anti-Malware Scan Interface.
- ETW Patch: Detects byte-level alterations to Event Tracing for Windows.
- PE Stomping: Identifies PE (Portable Executable) stomping.
- Reflective PE Loading: Detects reflective loading of PE files.
- Unbacked Thread Origin: Identifies threads originating from unbacked memory.
- Unbacked Thread Start Address: Detects threads with start addresses in unbacked memory.
- API hooking: Monitors
NtWriteVirtualMemoryto detect memory modifications. - Custom Pattern Search: Searches for user-defined patterns provided in
ioc.json.