Create mythic-c2-ssl.yaml
parent
df00ed8599
commit
670fd19ea3
|
@ -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"
|
Loading…
Reference in New Issue