ET SCAN AOL Webcrawler User-Agent


Query · suricata

flow:established,to_server;
content:"AOLBuild "; nocase; http_user_agent;
Raw source ET SCAN AOL Webcrawler User-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 $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (
    msg:"ET SCAN AOL Webcrawler User-Agent";
    flow:established,to_server;
    content:"AOLBuild "; nocase; http_user_agent;
    classtype:not-suspicious;
    sid:2033166; rev:1;
    metadata:attack_target Web_Server, created_at 2021_06_23, deployment Perimeter, confidence High, signature_severity Informational, tag WebCrawler, updated_at 2021_06_23, mitre_tactic_id TA0043, mitre_tactic_name Reconnaissance, mitre_technique_id T1593, mitre_technique_name Search_Open_Websites;
)

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.