ET WEB_SPECIFIC_APPS Vulnerable Magento Adminhtml Access


Query · suricata

flow:established,to_server;
http.uri;
content:"Adminhtml"; nocase;
content:!"|2f|admin|2f|"; nocase;
Raw source ET WEB_SPECIFIC_APPS Vulnerable Magento Adminhtml Access · 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 Vulnerable Magento Adminhtml Access";
    flow:established,to_server;
    http.uri;
    content:"Adminhtml"; nocase;
    content:!"|2f|admin|2f|"; nocase;
    reference:url,blog.checkpoint.com/2015/04/20/analyzing-magento-vulnerability;
    classtype:attempted-admin;
    sid:2021005; rev:3;
    metadata:created_at 2015_04_24, signature_severity Major, updated_at 2020_05_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.