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

14 lines
No EOL
284 B
Text

rule luxnet
{
meta:
author = "@patrickrolsen"
maltype = "EXE"
version = "0.1"
reference = "Luxnet RAT - http://leak.sx/thread-254973"
strings:
$s1 = "XilluX" wide nocase
$s2 = "Xanity" wide nocase
$s3 = "PHP RAT Client" wide
condition:
uint16(0) == 0x5A4D and 1 of ($s*)
}