ET MALWARE MINEBRIDGE CnC Response


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"drun_command="; depth:13; fast_pattern;
content:"&drun_URL=";
content:"&rundll_command=";
content:"&rundll_URL=";
content:"&update_command=";
content:"&update_URL=";
content:"&restart_command=";
content:"&terminate_command=";
content:"&kill_command=";
content:"&poweroff_command=";
content:"&reboot_command=";
content:"&setinterval_command=";
content:"&setinterval_time=";
Raw source ET MALWARE MINEBRIDGE CnC Response · 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 any (
    msg:"ET MALWARE MINEBRIDGE CnC Response";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"drun_command="; depth:13; fast_pattern;
    content:"&drun_URL=";
    content:"&rundll_command=";
    content:"&rundll_URL=";
    content:"&update_command=";
    content:"&update_URL=";
    content:"&restart_command=";
    content:"&terminate_command=";
    content:"&kill_command=";
    content:"&poweroff_command=";
    content:"&reboot_command=";
    content:"&setinterval_command=";
    content:"&setinterval_time=";
    reference:md5,7d22d5b7cac4c8789f3fe7102e459edd;
    reference:url,www.fireeye.com/blog/threat-research/2020/01/stomp-2-dis-brilliance-in-the-visual-basics.html;
    classtype:targeted-activity;
    sid:2030068; rev:2;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2020_04_30, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_30;
)

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.