EXPL_Exploit_TLB_Scripts
Description
Detects malicious TLB files which may be delivered via Visual Studio projects
Query · yara
strings:
$a = ".sct" ascii nocase
$b = "script:" ascii nocase
$c = "scriptlet:" ascii nocase
$d = "soap:" ascii nocase
$e = "winmgmts:" ascii nocase
condition:
uint32be(0) == 0x4D534654 and
filesize < 100KB and
any of them