ET MALWARE SSL/TLS Certificate Observed (StrongPity)


Query · suricata

flow:established,to_client;
tls.cert_subject;
content:"CN=vs14265.pivps.com";
tls.cert_issuer;
content:"CN=vs14265.pivps.com";
tls.cert_serial;
content:"00:9C:9E:D0:2E:CE:16:27:E2"; fast_pattern;
Raw source ET MALWARE SSL/TLS Certificate Observed (StrongPity) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tls $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE SSL/TLS Certificate Observed (StrongPity)";
    flow:established,to_client;
    tls.cert_subject;
    content:"CN=vs14265.pivps.com";
    tls.cert_issuer;
    content:"CN=vs14265.pivps.com";
    tls.cert_serial;
    content:"00:9C:9E:D0:2E:CE:16:27:E2"; fast_pattern;
    reference:url,www.alienvault.com/blogs/labs-research/newly-identified-strongpity-operations;
    classtype:trojan-activity;
    sid:2027719; rev:3;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2019_07_16, deployment Perimeter, confidence High, signature_severity Major, tag StrongPity, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_31;
)

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.