
Este repositorio contiene una regla Yara y el método que un investigador de seguridad podría querer utilizar para la caza de amenazas CVE-2022-26134 en sus servidores Confluence de Linux.
Estamos usando la regla Yara proporcionada por volexity/threat-intel, quienes revelaron esta vulnerabilidad por primera vez.
Git Clone
git clone https://github.com/th3b3ginn3r/CVE-2022-26134-Exploit-Detection.git
Descarga del archivo raw
CVE-2022-26134.yar: https://raw.githubusercontent.com/th3b3ginn3r/CVE-2022-26134-Exploit-Detection-on-Linux/main/CVE-2022-26134.yar
curl -o <CVE-2022-26134.yar url>
Alternativamente, también puedes descargar la regla Yara directamente desde el repositorio de volexity
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.
Ahora, cuando hayas ejecutado el escaneo, se te presentará el resumen del escaneo. A continuación se muestra un ejemplo.
----------- 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
También puedes buscar actividades sospechosas en los siguientes registros de Confluence:
Artículo detallado sobre Búsqueda manual : https://link.medium.com/cebuWoAazqb
[GPL] Licencia GPL-3.0