ET POLICY Bitcoin Mining Server Stratum Protocol HTTP Header


Query · suricata

flow:established,to_client;
http.header;
content:"X-Stratum|3A|";
Raw source ET POLICY Bitcoin Mining Server Stratum Protocol HTTP Header · 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 POLICY Bitcoin Mining Server Stratum Protocol HTTP Header";
    flow:established,to_client;
    http.header;
    content:"X-Stratum|3A|";
    reference:url,www.anubisnetworks.com/unknowndga17-the-mevade-connection/;
    classtype:coin-mining;
    sid:2017960; rev:3;
    metadata:created_at 2014_01_12, confidence High, signature_severity Informational, updated_at 2020_04_27;
)

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.