ET POLICY CNET Custom Installer Possible Bundled Bloatware


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/rest/";
content:"/softwareProductLink?";
content:"productSetId=";
http.header_names;
content:!"User-Agent|0d 0a|";
content:!"Referer|0d 0a|";
Raw source ET POLICY CNET Custom Installer Possible Bundled Bloatware · 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 POLICY CNET Custom Installer Possible Bundled Bloatware";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/rest/";
    content:"/softwareProductLink?";
    content:"productSetId=";
    http.header_names;
    content:!"User-Agent|0d 0a|";
    content:!"Referer|0d 0a|";
    reference:url,www.extremetech.com/computing/93504-download-com-wraps-downloads-in-bloatware-lies-about-motivations;
    classtype:policy-violation;
    sid:2013453; rev:3;
    metadata:created_at 2011_08_24, confidence Medium, signature_severity Informational, updated_at 2020_04_20;
)

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.