ET MALWARE Hiloti loader installed successfully request


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/install.php?affid="; depth:19;
http.request_body;
content:"|64 61 74 61 3d|"; depth:5;
content:"|30 31 30|"; distance:64; within:3; fast_pattern;
content:"|31|"; distance:1; within:1;
Raw source ET MALWARE Hiloti loader installed successfully 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 Hiloti loader installed successfully request";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/install.php?affid="; depth:19;
    http.request_body;
    content:"|64 61 74 61 3d|"; depth:5;
    content:"|30 31 30|"; distance:64; within:3; fast_pattern;
    content:"|31|"; distance:1; within:1;
    classtype:trojan-activity;
    sid:2012513; rev:5;
    metadata:created_at 2011_03_16, signature_severity Major, updated_at 2020_08_24;
)

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.