ET WEB_SERVER ColdFusion componentutils access


Query · suricata

flow:established,to_server;
http.method;
content:"GET"; nocase;
http.uri;
content:"/CFIDE/componentutils"; nocase;
Raw source ET WEB_SERVER ColdFusion componentutils 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 any any -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER ColdFusion componentutils access";
    flow:established,to_server;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/CFIDE/componentutils"; nocase;
    reference:url,www.adobe.com/support/security/advisories/apsa13-01.html;
    classtype:web-application-attack;
    sid:2016182; rev:7;
    metadata:created_at 2013_01_09, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_22;
)

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.