ET COINMINER Bitcoin Mining Extensions Header


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.header;
content:"X-Mining-Extensions|3a|";
Raw source ET COINMINER Bitcoin Mining Extensions 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 $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET COINMINER Bitcoin Mining Extensions Header";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.header;
    content:"X-Mining-Extensions|3a|";
    classtype:coin-mining;
    sid:2016758; rev:5;
    metadata:created_at 2013_04_16, signature_severity Minor, updated_at 2020_04_23;
)

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.