ET INFO WinHttpRequest (flowbits no alert)


Query · suricata

flow:established,to_server;
flowbits:set,et.WinHttpRequest;
flowbits:noalert;
http.host;
content:!".microsoft.com"; endswith;
content:!".qq.com"; endswith;
http.user_agent;
content:"WinHttp.WinHttpRequest"; fast_pattern;

Rule dependencies

Feeds into

  • 2 rules read et.WinHttpRequest · view all
Raw source ET INFO WinHttpRequest (flowbits no alert) · 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 INFO WinHttpRequest (flowbits no alert)";
    flow:established,to_server;
    flowbits:set,et.WinHttpRequest;
    flowbits:noalert;
    http.host;
    content:!".microsoft.com"; endswith;
    content:!".qq.com"; endswith;
    http.user_agent;
    content:"WinHttp.WinHttpRequest"; fast_pattern;
    classtype:not-suspicious;
    sid:2019821; rev:10;
    metadata:attack_target Client_and_Server, created_at 2014_12_01, deployment Perimeter, confidence High, signature_severity Informational, updated_at 2023_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.