Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
dirtypipe-ebpf_detection — CVE-2022-0847 用の eBPF 検出プログラム | Kitploit
ツール/GitHubGitHub/airbus-cert/dirtypipe-ebpf_detection
防御ツールコンテナセキュリティ脆弱性分析侵入検知
GitHubairbus-cert/dirtypipe-ebpf_detection

dirtypipe-ebpf_detection

CVE-2022-0847 用の eBPF 検出プログラム

リポジトリを見る
2944年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

dirtypipe-ebpf_detection -- Dirtypipe 検出ツール

このプログラムは、eBPF を利用して Dirty Pipe の悪用試行を検出するために作成されました。また、非脆弱なカーネルや Docker コンテナも監視します。

🛫 仕組みの詳細を知りたい場合は、ブログ の投稿をお読みください。 🛬

どのように動作しますか?

デフォルト実行:

root@kitploit:~
sudo ./bin/dirtypipe_detection

デバッグモード:

実行時の libbpf ログを表示します

root@kitploit:~
sudo ./bin/dirtypipe_detection --debug

デーモンモード:

プログラムをデーモンとして実行し、syslog 経由でアラートを送信します

root@kitploit:~
sudo ./bin/dirtypipe_detection --daemon

ビルド方法

Debian

root@kitploit:~
sudo apt install git make pkg-config libelf-dev clang-11 libc6-dev-i386 bpftool -y
git clone https://github.com/airbus-cert/dirtypipe-ebpf_detection
cd ./dirtypipe-ebpf_detection/src/
make

Ubuntu

root@kitploit:~
sudo apt install git make pkg-config libelf-dev clang-11 libc6-dev-i386 linux-tools-common linux-tools-$(uname -r) -y
git clone https://github.com/airbus-cert/dirtypipe-ebpf_detection
cd ./dirtypipe-ebpf_detection/src/
make

クレジットと参考文献

[email protected] による Dirtypipe に関する元のブログをお読みください

Datadog チームによる興味深い戦略をお読みください

ツールをダウンロード