ET POLICY Dell MyWay Remote control agent


Query · suricata

flow:established,to_server;
threshold:type limit, track by_src, count 2, seconds 360;
http.header;
content:"Host|3a 20|";
content:"myway.com"; nocase;
http.referer;
content:"http|3a|//dell"; startswith;
Raw source ET POLICY Dell MyWay Remote control agent · 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 Dell MyWay Remote control agent";
    flow:established,to_server;
    threshold:type limit, track by_src, count 2, seconds 360;
    http.header;
    content:"Host|3a 20|";
    content:"myway.com"; nocase;
    http.referer;
    content:"http|3a|//dell"; startswith;
    classtype:not-suspicious;
    sid:2008051; rev:6;
    metadata:created_at 2010_07_30, confidence High, signature_severity Informational, updated_at 2020_09_02;
)

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.