Create mythic-c2-ssl.yaml

patch-1
johnk3r 2023-09-08 17:29:36 -03:00 committed by GitHub
parent df00ed8599
commit 670fd19ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

31
ssl/c2/mythic-c2-ssl.yaml Normal file
View File

@ -0,0 +1,31 @@
id: mythic-c2-ssl
info:
name: Mythic C2 SSL - Detect
author: johnk3r
severity: info
description: |
Mythic is a multiplayer, command and control platform for red teaming operations
reference: |
https://docs.mythic-c2.net
https://www.team-cymru.com/post/mythic-case-study-assessing-common-offensive-security-tools
metadata:
max-request: 1
verified: "true"
shodan-query: ssl:"Mythic"
censys-query: services.tls.certificates.leaf_data.issuer.common_name:Mythic
tags: c2,ir,osint,malware
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: issuer_dn
words:
- "O=Mythic"
extractors:
- type: json
json:
- " .issuer_dn"