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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-26134-Exploit-Detection — 该仓库包含安全调查人员可用的Yara规则和方法,用于在其Linux Confluence服务器上对CVE-2022-26134进行威胁追踪。 | Kitploit
工具/GitHubGitHub/ma1am/cve-2022-26134-exploit-detection
危害指标 (IOC) 管理漏洞分析取证分析恶意软件分析威胁情报事件响应
GitHubma1am/cve-2022-26134-exploit-detection

CVE-2022-26134-Exploit-Detection

该仓库包含安全调查人员可用的Yara规则和方法,用于在其Linux Confluence服务器上对CVE-2022-26134进行威胁追踪。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
14年前尚未审核

Confluence RCE [CVE-2022-26134] 漏洞利用检测

先决条件

  1. ClamAV

克隆此仓库或下载Yara规则到您的Confluence服务器

我们使用的是由volexity/threat-intel提供的Yara规则,他们最先公开了这个漏洞。

Git克隆

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

原始文件下载

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许可证

下载工具