
يحتوي هذا المستودع على قاعدة Yara والطريقة التي قد يرغب محقق أمني في استخدامها لصيد التهديدات المرتبطة بـ CVE-2022-26134 على خوادم Confluence التي تعمل على Linux.
نحن نستخدم قاعدة Yara المقدمة من volexity/threat-intel الذين كشفوا عن هذه الثغرة لأول مرة.
استنساخ Git
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
curl -o <CVE-2022-26134.yar url>
بدلاً من ذلك، يمكنك أيضًا تنزيل قاعدة Yara مباشرةً من مستودع 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.
الآن بعد تشغيل الفحص، ستُعرض لك ملخصات الفحص. فيما يلي نموذج منها.
----------- 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 التالية:
شرح مفصّل حول البحث اليدوي : https://link.medium.com/cebuWoAazqb
[GPL] رخصة GPL-3.0