
Imageload 이벤트로 인해 발생하는 IOC를 다루기 위한 작은 도구
This project was created to play with different IOCs caused by ImageLoad events.
It leverages ETW to monitor for ImageLoad events and walks the callstack to identify some possible IOCs, such as:
There are two sample programs for module proxying and dedicated threads in this repository.

제 테스트에서는 콜스택에서 프라이빗(private) 또는 모듈 스톰프(module stomped) 페이지를 모니터링할 때 거짓 양성(false positive)이 많이 발생했으며, 이는 아마 유효한 IOC가 아닐 수 있습니다.
그러나 모듈 프록시와 전용 스레드는 둘 다 상당히 비정상적으로 보입니다. 직접 확인해 보세요.
--all activates all alerts
--rx alerts on private rx regions in callstack
--rwx alerts on private rwx regions in callstack
--stomped alerts on stomped modules in callstack
--proxy alerts on abnormal calls to kernel32!loadlibrary from ntdll
--dedicatedthread alerts on thread with baseaddr on loadlibrary*