SUSP_Obfuscted_PowerShell_Code
Description
Detects obfuscated PowerShell Code
Query · yara
strings:
$s1 = "').Invoke(" ascii
$s2 = "(\"{1}{0}\"" ascii
$s3 = "{0}\" -f" ascii
condition:
#s1 > 11 and #s2 > 10 and #s3 > 10
Detects obfuscated PowerShell Code
strings:
$s1 = "').Invoke(" ascii
$s2 = "(\"{1}{0}\"" ascii
$s3 = "{0}\" -f" ascii
condition:
#s1 > 11 and #s2 > 10 and #s3 > 10
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.