SUSP_shellpop_Bash
Description
Detects susupicious bash command
Query · yara
strings:
$x1 = "bash -i >& /dev/tcp/" ascii
$x2 = "bash -i >& /dev/tcp/" ascii base64
$fp1 = "bash -i >& /dev/tcp/IP/PORT" ascii
condition:
1 of ($x*) and not 1 of ($fp*)