Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
C2-detection-manjusaka — Manjusaka C2 框架检测 | Kitploit
工具/GitHubGitHub/corelight/c2-detection-manjusaka
网络安全命令与控制威胁情报入侵检测事件响应日志分析
GitHubcorelight/c2-detection-manjusaka

C2-detection-manjusaka

Manjusaka C2 框架检测

查看仓库
6143年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

检测 "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"
下载工具