Sneed-Reactivity/yara-mikesxrs/HorribleCanoe/compiled_autoit.yara

7 lines
175 B
Text
Raw Permalink Normal View History

rule compiled_autoit {
strings:
$str1 = "This is a compiled AutoIt script. AV researchers please email avsupport@autoitscript.com for support."
condition:
all of them
}