ET SCAN GET with HTML tag in start of URI seen with PHPMyAdmin scanning


Query · suricata

flow:established,to_server;
http.request_line;
content:"GET <title>"; startswith;
Raw source ET SCAN GET with HTML tag in start of URI seen with PHPMyAdmin scanning · 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 SCAN GET with HTML tag in start of URI seen with PHPMyAdmin scanning";
    flow:established,to_server;
    http.request_line;
    content:"GET <title>"; startswith;
    classtype:web-application-attack;
    sid:2016222; rev:3;
    metadata:created_at 2013_01_16, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_23;
)

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.