ET MALWARE Possible DarkRats Tor Traffic
Query · suricata
flow:established,from_server;
tls.cert_issuer;
content:"CN=www"; startswith;
content:".com"; endswith;
pcre:"/^CN=www\.[0-9a-z]{8,20}\.com$/";
tls.cert_subject;
content:"CN=www"; startswith;
content:".net"; endswith;
pcre:"/^CN=www\.[0-9a-z]{8,20}\.net$/";
xbits:isset,ET.ipcheck,track ip_dst;
xbits:isset,ET.dropsite,track ip_dst;
Rule dependencies
⚠ Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.
Depends on
-
correlates · Suricata xbits
ET.dropsite -
correlates · Suricata xbits
ET.ipcheck