08e8d462fe
RED PILL 🔴 💊
12 lines
245 B
Text
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*)
|
|
}
|