ET EXPLOIT Cisco Data Center Network Manager Information Disclosure Inbound


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"?action=displayServerInfos";
http.header;
content:"|20|YWRtaW46bmJ2XzEyMzQ1|0d|"; fast_pattern;
Raw source ET EXPLOIT Cisco Data Center Network Manager Information Disclosure Inbound · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Cisco Data Center Network Manager Information Disclosure Inbound";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"?action=displayServerInfos";
    http.header;
    content:"|20|YWRtaW46bmJ2XzEyMzQ1|0d|"; fast_pattern;
    reference:url,www.exploit-db.com/exploits/48019;
    classtype:attempted-admin;
    sid:2033410; rev:1;
    metadata:created_at 2021_07_24, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_07_24, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1082, mitre_technique_name System_Information_Discovery;
)

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.