ET ATTACK_RESPONSE Bash Script Inbound - Kill Coin Mining Related Processes


Query · suricata

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";
Raw source ET ATTACK_RESPONSE Bash Script Inbound - Kill Coin Mining Related Processes · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
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;
)

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.