SUSP_Recon_Outputs_Jun20_1
Description
Detects outputs of many different commands often used for reconnaissance purposes
Query · yara
strings:
/* ipconfig /all */
$s1 = ". . . . : Yes" ascii
/* ping */
$s2 = "with 32 bytes of data:" ascii
/* arp -a */
$s3 = "ff-ff-ff-ff-ff-ff static" ascii
/* netstat */
$s4 = " TCP 0.0.0.0:445" ascii
/* tasklist */
$s5 = "System Idle Process" ascii
condition:
filesize < 150KB and
4 of them