Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Hunt-Weird-ImageLoads — Imageload 이벤트로 인해 발생하는 IOC를 다루기 위한 작은 도구 | Kitploit
도구/GitHubGitHub/theflink/hunt-weird-imageloads
Defensive ToolsMalware AnalysisIntrusion DetectionIncident ResponseAnomaly Detection
GitHubtheflink/hunt-weird-imageloads

Hunt-Weird-ImageLoads

Imageload 이벤트로 인해 발생하는 IOC를 다루기 위한 작은 도구

저장소 보기
4783년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Hunt-Weird-ImageLoads

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:

  • R(W)X page in callstack
  • Stomped module in callstack
  • Module proxying ( ntdll -> kernel32!LoadLibrary ) as described here or here
  • New thread dedicated to load a library

There are two sample programs for module proxying and dedicated threads in this repository.

실행 화면

결론

제 테스트에서는 콜스택에서 프라이빗(private) 또는 모듈 스톰프(module stomped) 페이지를 모니터링할 때 거짓 양성(false positive)이 많이 발생했으며, 이는 아마 유효한 IOC가 아닐 수 있습니다.
그러나 모듈 프록시와 전용 스레드는 둘 다 상당히 비정상적으로 보입니다. 직접 확인해 보세요.

사용법

root@kitploit:~
    --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*

크레딧

  • @rad9800 RtlQueueWorkItem을 통한 LoadLibray 구현 예제
  • @NinjaParanoid 이 주제에 대한 아주 멋진 블로그 게시물
도구 다운로드