ET EXPLOIT Possible Oracle Identity Manager Attempt to Logon with default account


Query · suricata

flow:to_server,established;
http.request_body;
content:"=OIMINTERNAL"; fast_pattern;
Raw source ET EXPLOIT Possible Oracle Identity Manager Attempt to Logon with default account · 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 EXPLOIT Possible Oracle Identity Manager Attempt to Logon with default account";
    flow:to_server,established;
    http.request_body;
    content:"=OIMINTERNAL"; fast_pattern;
    reference:cve,CVE-2017-10151;
    reference:url,oracle.com/technetwork/security-advisory/alert-cve-2017-10151-4016513.html;
    classtype:attempted-admin;
    sid:2024941; rev:4;
    metadata:affected_product Oracle_Identity_Manager, attack_target Web_Server, created_at 2017_11_01, deployment Datacenter, performance_impact Low, confidence Medium, signature_severity Critical, updated_at 2020_10_09;
)

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.