ET MALWARE WindowsEnterpriseSuite FakeAV check-in GET


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/Reports/install-report.php";
content:"abbr=";
http.user_agent;
content:"TALWinInetHTTPClient";
Raw source ET MALWARE WindowsEnterpriseSuite FakeAV check-in GET · 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 WindowsEnterpriseSuite FakeAV check-in GET";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/Reports/install-report.php";
    content:"abbr=";
    http.user_agent;
    content:"TALWinInetHTTPClient";
    reference:md5,d9bcb4e4d650a6ed4402fab8f9ef1387;
    classtype:trojan-activity;
    sid:2010241; rev:8;
    metadata:created_at 2010_07_30, signature_severity Major, 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.