Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
C2-detection-manjusaka — Detection of Manjusaka C2 framework | Kitploit
Tools/GitHubGitHub/corelight/c2-detection-manjusaka
Network SecurityCommand and ControlThreat IntelligenceIntrusion DetectionIncident ResponseLog Analysis
GitHubcorelight/c2-detection-manjusaka

C2-detection-manjusaka

Detection of Manjusaka C2 framework

View Repository
6143 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Detecting the "Manjusaka" C2 framework

Detecting the C2 framework Manjusaka: "A Chinese sibling of Sliver and Cobalt Strike"

References:

Detection logic details:
https://corelight.com/blog/detecting-manjusaka-c2-framework
Writeup by Talos:
https://blog.talosintelligence.com/2022/08/manjusaka-offensive-framework.html

Suricata:

Suricata rules are provided here https://github.com/corelight/C2-detection-manjusaka/blob/main/suricata-manjusaka-C2.rules

Humio detection:

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 
Download Tool
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 detection:

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"