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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/corelight/c2-detection-manjusaka
Network SecurityCommand and ControlThreat IntelligenceIntrusion DetectionIncident ResponseLog Analysis
GitHubcorelight/c2-detection-manjusaka

C2-detection-manjusaka

Manjusaka C2 프레임워크 탐지

저장소 보기
612년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

"Manjusaka" C2 프레임워크 탐지

C2 프레임워크 Manjusaka 탐지: "Sliver 및 Cobalt Strike의 중국식 형제"

참고 자료:

탐지 로직 상세 정보: https://corelight.com/blog/detecting-manjusaka-c2-framework Talos의 분석 보고서: https://blog.talosintelligence.com/2022/08/manjusaka-offensive-framework.html

Suricata:

Suricata 규칙은 여기에서 제공됩니다. https://github.com/corelight/C2-detection-manjusaka/blob/main/suricata-manjusaka-C2.rules

Humio 탐지:

root@kitploit:~
#path="*http*" method=GET user_agent="Mozilla/*" request_body_len=2 status_code=200 response_body_len=5
root@kitploit:~
#path="*http*" request_body_len>0 response_body_len>0 uri=*.png NOT resp_mime_types
root@kitploit:~
#path="*http*" request_body_len>0 response_body_len>0 uri=*.png response_body_len<8 
root@kitploit:~
#path="*http*" method=GET 
( user_agent="Mozilla/5.0 (Windows NT 8.0; WOW64; rv:58.0) Gecko/20120102 Firefox/58.0" OR user_agent="Mozilla/5.0 (Windows NT 8.0; WOW64; rv:40.0) Gecko")
root@kitploit:~
#path="*http*" method=GET request_body_len>0 uri="/global/favicon.png"

Splunk 탐지:

root@kitploit:~
sourcetype="*http*" method=GET user_agent="Mozilla/*" request_body_len=2 status_code=200 response_body_len=5
root@kitploit:~
sourcetype="*http*" request_body_len>0 response_body_len>0 uri=*.png NOT resp_mime_types
root@kitploit:~
sourcetype="*http*" request_body_len>0 response_body_len>0 uri=*.png response_body_len<8 
root@kitploit:~
sourcetype="*http*" method=GET 
( user_agent="Mozilla/5.0 (Windows NT 8.0; WOW64; rv:58.0) Gecko/20120102 Firefox/58.0" OR user_agent="Mozilla/5.0 (Windows NT 8.0; WOW64; rv:40.0) Gecko")
root@kitploit:~
sourcetype="*http*" method=GET request_body_len>0 uri="/global/favicon.png"
도구 다운로드