08e8d462fe
RED PILL 🔴 💊
20 lines
No EOL
372 B
Text
20 lines
No EOL
372 B
Text
|
|
rule Hangover2_Keylogger
|
|
|
|
{
|
|
meta:
|
|
author = "Alienvault Labs"
|
|
referemce = "https://www.alienvault.com/blogs/labs-research/microsoft-office-zeroday-used-to-attack-pakistani-targets"
|
|
strings:
|
|
|
|
$a = "iconfall" wide ascii
|
|
|
|
$b = "/c ipconfig /all > "" wide ascii
|
|
|
|
$c = "Global\{CHKAJESKRB9-35NA7-94Y436G37KGT}" wide ascii
|
|
|
|
condition:
|
|
|
|
all of them
|
|
|
|
} |