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 フレームワークの検出

リポジトリを見る
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"
ツールをダウンロード