Base64_PS1_Shellcode
Description
Detects Base64 encoded PS1 Shellcode
Query · yara
strings:
$substring = "AAAAYInlM"
$pattern1 = "/OiCAAAAYInlM"
$pattern2 = "/OiJAAAAYInlM"
condition:
$substring and 1 of ($p*)
Detects Base64 encoded PS1 Shellcode
strings:
$substring = "AAAAYInlM"
$pattern1 = "/OiCAAAAYInlM"
$pattern2 = "/OiJAAAAYInlM"
condition:
$substring and 1 of ($p*)
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.