ET EXPLOIT Possible Microsoft Outlook Elevation of Privilege Payload Observed M8 (CVE-2023-23397)


Query · suricata

content:"SVBNLk1pY3Jvc29mdCBNYWlsLk5vdG"; fast_pattern;
content:"|0d 0a 0d 0a|";
base64_decode:offset 0,relative;
base64_data;
content:"|78 9f 3e 22|"; startswith;
content:"IPM.Microsoft|20|Mail.Note";
content:"|5c|";
pcre:"/^\x00?\\\x00?[\w\.\-\x00]+\\/R";
Raw source ET EXPLOIT Possible Microsoft Outlook Elevation of Privilege Payload Observed M8 (CVE-2023-23397) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smtp $SMTP_SERVERS any -> any any (
    msg:"ET EXPLOIT Possible Microsoft Outlook Elevation of Privilege Payload Observed M8 (CVE-2023-23397)";
    content:"SVBNLk1pY3Jvc29mdCBNYWlsLk5vdG"; fast_pattern;
    content:"|0d 0a 0d 0a|";
    base64_decode:offset 0,relative;
    base64_data;
    content:"|78 9f 3e 22|"; startswith;
    content:"IPM.Microsoft|20|Mail.Note";
    content:"|5c|";
    pcre:"/^\x00?\\\x00?[\w\.\-\x00]+\\/R";
    reference:url,msrc.microsoft.com/update-guide/vulnerability/CVE-2023-23397;
    reference:cve,2023-23397;
    classtype:attempted-admin;
    sid:2044687; rev:3;
    metadata:created_at 2023_03_16, cve CVE_2023_23397, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_27, reviewed_at 2023_10_11, former_sid 2853733;
)

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.