Merge pull request #7429 from projectdiscovery/pussycat0x-patch-24

Gozi Malware - Detect
patch-1
Dhiyaneshwaran 2023-06-15 14:47:00 +05:30 committed by GitHub
commit 0b77f12166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
ssl/c2/gozi-malware.yaml Normal file
View File

@ -0,0 +1,28 @@
id: gozi-malware
info:
name: Gozi Malware - Detect
author: pussycat0x
severity: info
description: |
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.
reference: |
https://github.com/thehappydinoa/awesome-censys-queries#gozi-malware--
metadata:
verified: "true"
censys-query: 'services.tls.certificates.leaf_data.issuer_dn: "C=XX, ST=1, L=1, O=1, OU=1, CN=\*"'
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"