ET EXPLOIT Possible WePresent WIPG1000 File Inclusion


Query · suricata

flow:established,to_server;
content:"&src=|2e 2e 2f 2e 2e 2f 2e 2e 2f|"; fast_pattern;
http.method;
content:"GET";
http.uri;
content:"/cgi-bin/login.cgi"; depth:18; endswith;
Raw source ET EXPLOIT Possible WePresent WIPG1000 File Inclusion · 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 EXPLOIT Possible WePresent WIPG1000 File Inclusion";
    flow:established,to_server;
    content:"&src=|2e 2e 2f 2e 2e 2f 2e 2e 2f|"; fast_pattern;
    http.method;
    content:"GET";
    http.uri;
    content:"/cgi-bin/login.cgi"; depth:18; endswith;
    reference:url,www.redguard.ch/advisories/wepresent-wipg1000.txt;
    classtype:attempted-user;
    sid:2027091; rev:4;
    metadata:attack_target IoT, created_at 2019_03_18, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2020_09_16;
)

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.