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

29 lines
No EOL
491 B
Text

rule IndiaAlfa_One
{
meta:
copyright = "2015 Novetta Solutions"
author = "Novetta Threat Research & Interdiction Group - trig@novetta.com"
strings:
$ = "HwpFilePathCheck.dll"
$ = "AdobeArm.exe"
$ = "OpenDocument"
condition:
2 of them
}
rule IndiaAlfa_Two
{
meta:
copyright = "2015 Novetta Solutions"
author = "Novetta Threat Research & Interdiction Group - trig@novetta.com"
strings:
$ = "ExePath: %s\nXlsPath: %s\nTmpPath: %s\n"
condition:
any of them
}