Skip to content

evilele/iEDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iEDR

better maldev & more insights into MDE

How to run it

# start the monitor, tracks MDE actions against yourmalware.exe
iEDR.exe -a C:\path\to\file\yourmalware.exe

# then copy/write/etc. your file to C:\path\to\file\yourmalware.exe
# and see what actions MDE takes against your file (static, emulation, memscan)

Why iEDR

iEDR uses ETW to track the relevant actions of MsMpEng (MDE) against your malware. Usually you need kernel-based access to modify MsMpEng to track all systemcalls. However, the relevant events for heuristics checks, emulation and memory scans can be found in the ETW traces Microsoft-Antimalware-Engine and Microsoft-Windows-Kernel-Audit-API-Calls respectively.

EDR background

image

Relevant Events to Track MDE

Phase ETW Antimalware Engine Kernel Audit API Calls ETW TI Hooked EDR
Static Scan Stream scan Not visible Not visible NtReadFile
Emulation Scan Not visible Alloc in EDR Not visible
Memory Scan Not visible OpenProcess RW->RX in EDR NtOpenProcess
Tracking Other events Other events Other events Other events

More Theory

About

A minimized non-intrusive version of EDR Introspection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors