ET MALWARE MINEBRIDGE CnC Request


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"uuid="; depth:5; nocase;
content:"&id="; nocase; distance:0;
content:"&pass="; nocase; distance:0;
content:"&username="; nocase; distance:0;
content:"&pcname="; nocase; distance:0; fast_pattern;
content:"&osver="; nocase; distance:0;
content:"&timeout="; nocase; distance:0;
Raw source ET MALWARE MINEBRIDGE CnC Request · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE MINEBRIDGE CnC Request";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"uuid="; depth:5; nocase;
    content:"&id="; nocase; distance:0;
    content:"&pass="; nocase; distance:0;
    content:"&username="; nocase; distance:0;
    content:"&pcname="; nocase; distance:0; fast_pattern;
    content:"&osver="; nocase; distance:0;
    content:"&timeout="; nocase; distance:0;
    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:2030067; 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.