Sneed-Reactivity/yara-mikesxrs/Mikesxrs/BADPATCH_PDB.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

18 lines
883 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

rule badpatch_PDB
{
meta:
Author = "@X0RC1SM"
Description = "Looking for unique PDB"
Reference = "https://researchcenter.paloaltonetworks.com/2017/10/unit42-badpatch/"
Date = "2017-10-28"
strings:
$VBP1 = "D:\\000 work\\21.3 GB\\newSpoofKL\\Project1.vbp" ascii wide nocase
$VBP2 = "Y:\\My Work\\VB 6\\Get Files\\GFiles 14-09-2015 Working tst only\\Project1.vbp" ascii wide nocase
$VBP3 = "C:\\Users\\Shady\\Desktop\\only email with slide show\\Project1.vbp" ascii wide nocase
$VBP4 = "E:\\work here\\ready kl send recent files\\Project1.vbp" ascii wide nocase
$VBP5 = "Q:\\newPatch\\downloader\\exe site\\shop\\Project1.vbp" ascii wide nocase
$VBP6 = "J:\\dowloader 2 8\\downloader\\site\\Project1.vbp" ascii wide nocase
$VBP7 = "W:\\newPatch\\exe vb m103 30 3 2016\\Project1.vbp" ascii wide nocase
condition:
all of them
}