ET INFO Adobe Coldfusion POST Request for RDS Services


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri; bsize:<5;
content:"/rds"; fast_pattern;
http.request_body;
content:"cmd|3d|";
target:dest_ip;
Raw source ET INFO Adobe Coldfusion POST Request for RDS Services · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET INFO Adobe Coldfusion POST Request for RDS Services";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri; bsize:<5;
    content:"/rds"; fast_pattern;
    http.request_body;
    content:"cmd|3d|";
    classtype:misc-activity;
    sid:2071285; rev:1;
    metadata:affected_product Adobe_Coldfusion, attack_target Web_Server, tls_state TLSDecrypt, created_at 2026_07_24, deployment Perimeter, deployment Internal, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Unknown, updated_at 2026_07_24;
    target:dest_ip;
)

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.