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

12 lines
245 B
Text

rule XenonCrypter
{
meta:
author = "jason reaves"
author2 = "Fidelis Cybersecurity"
description = "Xenon Crypter"
strings:
$b1 = "Xenon2FF\\Bin\\StubNew.pdb” nocase
$b2 = “XenonNew\\Bin\\StubNew.pdb” nocase
condition:
any of ($b*)
}