ET WEB_SPECIFIC_APPS Possible WP CuckooTap Arbitrary File Download


Query · suricata

flow:established,to_server;
http.uri;
content:"/wp-admin/admin-ajax.php";
content:"action=revslider_show_image";
http.uri.raw;
content:"img=|2e 2e 2f|";
Raw source ET WEB_SPECIFIC_APPS Possible WP CuckooTap Arbitrary File Download · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SPECIFIC_APPS Possible WP CuckooTap Arbitrary File Download";
    flow:established,to_server;
    http.uri;
    content:"/wp-admin/admin-ajax.php";
    content:"action=revslider_show_image";
    http.uri.raw;
    content:"img=|2e 2e 2f|";
    reference:url,exploit-db.com/exploits/34511/;
    classtype:web-application-attack;
    sid:2019137; rev:3;
    metadata:created_at 2014_09_08, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_04;
)

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.