ET MALWARE Fake Virtually SSL Cert APT1


Query · suricata

flow:established,to_client;
tls.cert_issuer;
content:"O=www.virtuallythere.com";
content:"OU=new";
content:"CN=new";
tls.cert_subject;
content:"O=www.virtuallythere.com"; fast_pattern;
content:"OU=new";
content:"CN=new";
Raw source ET MALWARE Fake Virtually SSL Cert APT1 · 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 Fake Virtually SSL Cert APT1";
    flow:established,to_client;
    tls.cert_issuer;
    content:"O=www.virtuallythere.com";
    content:"OU=new";
    content:"CN=new";
    tls.cert_subject;
    content:"O=www.virtuallythere.com"; fast_pattern;
    content:"OU=new";
    content:"CN=new";
    reference:url,www.mandiant.com/apt1;
    classtype:targeted-activity;
    sid:2016462; rev:4;
    metadata:attack_target Client_Endpoint, created_at 2013_02_22, deployment Perimeter, confidence High, signature_severity Major, tag SSL_Malicious_Cert, updated_at 2022_03_21;
)

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.