ET INFO Certificate with Unknown Content M2


Query · suricata

flow:established,to_client;
file_data;
content:"-----BEGIN CERTIFICATE-----|0A|"; depth:28; fast_pattern;
byte_test:1,!=,0x4D,0,relative;
Raw source ET INFO Certificate with Unknown Content M2 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET INFO Certificate with Unknown Content M2";
    flow:established,to_client;
    file_data;
    content:"-----BEGIN CERTIFICATE-----|0A|"; depth:28; fast_pattern;
    byte_test:1,!=,0x4D,0,relative;
    reference:url,blog.nviso.be/2018/07/31/powershell-inside-a-certificate-part-1/;
    classtype:misc-activity;
    sid:2026684; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2018_12_04, deployment Perimeter, performance_impact Moderate, confidence Medium, signature_severity Informational, updated_at 2019_07_26;
)

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.