ET MALWARE Mekotio HTTP Method (111SA)


Query · suricata

flow:established,to_server;
http.method;
content:"111SA"; fast_pattern;
Raw source ET MALWARE Mekotio HTTP Method (111SA) · 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 Mekotio HTTP Method (111SA)";
    flow:established,to_server;
    http.method;
    content:"111SA"; fast_pattern;
    reference:url,www.welivesecurity.com/2020/08/13/mekotio-these-arent-the-security-updates-youre-looking-for/;
    classtype:trojan-activity;
    sid:2030719; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2020_08_21, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_08_21;
)

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.