alert http $EXTERNAL_NET any -> [$HOME_NET,$HTTP_SERVERS] any (
msg:"ET ATTACK_RESPONSE Bash Script Inbound - Kill Coin Mining Related Processes";
flow:established,from_server;
http.stat_code;
content:"200";
file.data;
content:"|0d 0a|ps|20|aux"; fast_pattern;
pcre:"/^[^\r\n]+(?:mine\.moneropool|xmr\.crypto-pool|monerohash)[^\r\n]+kill\x20\-9/R";
content:"kill|20|-9";
classtype:bad-unknown;
sid:2034504; rev:1;
metadata:created_at 2021_11_18, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_11_18;
)