ET EXPLOIT_KIT - Landing Page Requested - 15Alpha1Digit.php


Query · suricata

flow:established,to_server;
urilen:21;
http.method;
content:"GET";
http.uri;
content:".php"; endswith;
pcre:"/^\/[a-z]{15}[0-9]\.php$/";
Raw source ET EXPLOIT_KIT - Landing Page Requested - 15Alpha1Digit.php · 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 EXPLOIT_KIT - Landing Page Requested - 15Alpha1Digit.php";
    flow:established,to_server;
    urilen:21;
    http.method;
    content:"GET";
    http.uri;
    content:".php"; endswith;
    pcre:"/^\/[a-z]{15}[0-9]\.php$/";
    classtype:exploit-kit;
    sid:2014967; rev:4;
    metadata:created_at 2012_06_26, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_21;
)

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.