ET POLICY Microsoft user-agent automated process response to automated request


Query · suricata

flow:established,to_client;
http.response_body;
content:"<p>Your current User-Agent string appears to be from an automated process,";
target:src_ip;
Raw source ET POLICY Microsoft user-agent automated process response to automated 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 $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET POLICY Microsoft user-agent automated process response to automated request";
    flow:established,to_client;
    http.response_body;
    content:"<p>Your current User-Agent string appears to be from an automated process,";
    classtype:misc-activity;
    sid:2012692; rev:9;
    metadata:attack_target Client_Endpoint, created_at 2011_04_19, deployment Perimeter, performance_impact Moderate, confidence High, signature_severity Informational, updated_at 2023_05_08;
    target:src_ip;
)

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.