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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-26134-Exploit-Detection — このリポジトリには、セキュリティ調査担当者がLinux ConfluenceサーバーでCVE-2022-26134の脅威ハンティングに使用できるYaraルールと手法が含まれています。 | Kitploit
ツール/GitHubGitHub/ma1am/cve-2022-26134-exploit-detection
侵害指標 (IOC) 管理脆弱性分析フォレンジックマルウェア分析脅威インテリジェンスインシデントレスポンス
GitHubma1am/cve-2022-26134-exploit-detection

CVE-2022-26134-Exploit-Detection

このリポジトリには、セキュリティ調査担当者がLinux ConfluenceサーバーでCVE-2022-26134の脅威ハンティングに使用できるYaraルールと手法が含まれています。

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
リポジトリを見る
154年前未レビュー

Confluence RCE [CVE-2022-26134] エクスプロイト検出

前提条件

  1. ClamAV

このリポジトリをクローンするか、ConfluenceサーバーにYaraルールをダウンロードします

この脆弱性を最初に公開した volexity/threat-intel が提供する Yara ルールを使用しています。

Git クローン

root@kitploit:~
git clone https://github.com/th3b3ginn3r/CVE-2022-26134-Exploit-Detection.git

Raw ファイルのダウンロード

CVE-2022-26134.yar: https://raw.githubusercontent.com/th3b3ginn3r/CVE-2022-26134-Exploit-Detection-on-Linux/main/CVE-2022-26134.yar

root@kitploit:~
curl -o <CVE-2022-26134.yar url>

または、volexity リポジトリから Yara ルールを直接ダウンロードすることもできます。

使用方法

root@kitploit:~
sudo clamscan -d /path-to-the/CVE-2022-26134.yar -r /path-to-scan -io #If scannig "/" root directory, include " exclude-dir="^/sys" " in the command.

結果の読み方

スキャンを実行すると、スキャンサマリーが表示されます。以下はそのサンプルです。

root@kitploit:~
----------- SCAN SUMMARY -----------
Known viruses: 3 #These are the number of Yara rules in the CVE-2022-26134.yar file
Engine version: 0.xxx.5
Scanned directories: 20000
Scanned files: 200000
Infected files: 0 #See the count of infected files or the list of files that matches the conditions of the Yara rules
Data scanned: 1000.08 MB
Data read: 18000.00 MB (ratio 0.54:1)
Time: 284.885 sec (4 m 44 s)
Start Date: 2022:06:03 00:19:34
End Date:   2022:06:03 00:24:19

手動ハンティング

さらに、以下のConfluenceログで不審なアクティビティを検索したい場合もあります。

  1. conf アクセスログ(ログファイル名は環境によって異なる場合があります)
  2. catalina*.log

手動ハンティングに関する詳細な解説 : https://link.medium.com/cebuWoAazqb

ライセンス

[GPL] GPL-3.0 ライセンス

ツールをダウンロード