ET MALWARE BKDR_BTMINE.MNR BitCoin Miner Retrieving New Malware From Server


Query · suricata

flow:established,to_server;
http.uri;
content:"/search="; fast_pattern;
http.start;
content:"HTTP/1.1|0d 0a|Connection|3a 20|close|0d 0a|Host|3a 20|";
http.header_names;
content:!"User-Agent|0d 0a|";
Raw source ET MALWARE BKDR_BTMINE.MNR BitCoin Miner Retrieving New Malware From Server · 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 BKDR_BTMINE.MNR BitCoin Miner Retrieving New Malware From Server";
    flow:established,to_server;
    http.uri;
    content:"/search="; fast_pattern;
    http.start;
    content:"HTTP/1.1|0d 0a|Connection|3a 20|close|0d 0a|Host|3a 20|";
    http.header_names;
    content:!"User-Agent|0d 0a|";
    reference:url,about-threats.trendmicro.com/malware.aspx?language=us&name=BKDR_BTMINE.MNR;
    classtype:coin-mining;
    sid:2013538; rev:4;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2011_09_06, deployment Perimeter, deployment Datacenter, signature_severity Major, tag Bitcoin_Miner, updated_at 2020_10_28;
)

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.