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

🛫 仕組みの詳細を知りたい場合は、ブログ の投稿をお読みください。 🛬
デフォルト実行:
sudo ./bin/dirtypipe_detection
デバッグモード:
実行時の libbpf ログを表示します
sudo ./bin/dirtypipe_detection --debug
デーモンモード:
プログラムをデーモンとして実行し、syslog 経由でアラートを送信します
sudo ./bin/dirtypipe_detection --daemon
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
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 チームによる興味深い戦略をお読みください