ET EXPLOIT IBM Data Risk Manager Authentication Bypass - Session ID Assignment (set)


Query · suricata

flow:established,to_server;
xbits:set,ET.IBMDRM1,track ip_dst, expire 10;
noalert;
http.method;
content:"GET";
http.uri;
content:"/albatross/saml/idpSelection"; startswith; fast_pattern;
content:"id=";
content:"userName=";
target:dest_ip;

Rule dependencies

Feeds into

Raw source ET EXPLOIT IBM Data Risk Manager Authentication Bypass - Session ID Assignment (set) · 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 any (
    msg:"ET EXPLOIT IBM Data Risk Manager Authentication Bypass - Session ID Assignment (set)";
    flow:established,to_server;
    xbits:set,ET.IBMDRM1,track ip_dst, expire 10;
    noalert;
    http.method;
    content:"GET";
    http.uri;
    content:"/albatross/saml/idpSelection"; startswith; fast_pattern;
    content:"id=";
    content:"userName=";
    reference:url,github.com/pedrib/PoC/blob/master/advisories/IBM/ibm_drm/ibm_drm_rce.md;
    classtype:attempted-admin;
    sid:2029986; rev:3;
    metadata:created_at 2020_04_21, deployment Perimeter, deployment Internal, deployment Datacenter, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    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.