ET EXPLOIT AirLive RCI HTTP Request


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/cgi_test.cgi?write_"; fast_pattern;
pcre:"/\?write_(?:m(?:ac|sn)|hdv|pid|tan)&[^&]*\x3b/i";
Raw source ET EXPLOIT AirLive RCI HTTP 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 any any -> $HOME_NET any (
    msg:"ET EXPLOIT AirLive RCI HTTP Request";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/cgi_test.cgi?write_"; fast_pattern;
    pcre:"/\?write_(?:m(?:ac|sn)|hdv|pid|tan)&[^&]*\x3b/i";
    reference:url,packetstormsecurity.com/files/132585/CORE-2015-0012.txt;
    classtype:attempted-admin;
    sid:2021408; rev:4;
    metadata:created_at 2015_07_13, signature_severity Major, updated_at 2020_10_01;
)

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.