nuclei-templates/ssl/c2/gozi-malware-c2.yaml

30 lines
890 B
YAML
Raw Normal View History

2023-08-01 11:43:57 +00:00
id: gozi-malware-c2
2023-06-14 14:23:39 +00:00
info:
2023-08-01 11:43:57 +00:00
name: Gozi Malware C2 - Detect
2023-06-14 14:23:39 +00:00
author: pussycat0x
severity: info
description: |
2023-06-14 14:27:16 +00:00
Gozi is a banking Trojan that has been modified to include new obfuscation techniques, to evade detection. Previous breaches involving Gozi in the healthcare sector led to the compromise of data associated with 3.7 million patients costing $5.55 million.
2023-06-14 14:23:39 +00:00
reference: |
https://github.com/thehappydinoa/awesome-censys-queries#gozi-malware--
metadata:
censys-query: 'services.tls.certificates.leaf_data.issuer_dn: "C=XX, ST=1, L=1, O=1, OU=1, CN=\*"'
max-request: 1
verified: "true"
2023-06-14 14:23:39 +00:00
tags: c2,ir,osint,gozi,malware,ssl
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: issuer_dn
words:
- "CN=*, OU=1, O=1, L=1, ST=1, C=XX"
extractors:
- type: json
json:
- ".issuer_dn"