nuclei-templates/ssl/c2/covenant-c2-ssl.yaml

30 lines
789 B
YAML
Raw Normal View History

id: covenant-c2-ssl
2023-06-14 08:23:17 +00:00
info:
name: Covenant C2 SSL - Detect
2023-06-14 08:23:17 +00:00
author: pussycat0x
severity: info
description: |
Covenant is a .NET command and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier,and serve as a collaborative command and control platform for red teamers.
reference: |
https://twitter.com/MichalKoczwara/status/1548685058403360770
metadata:
max-request: 1
2023-06-14 08:23:17 +00:00
shodan-query: ssl:”Covenant” http.component:”Blazor”
verified: "true"
2023-06-14 08:23:17 +00:00
tags: c2,ir,osint,covenant,ssl
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: subject_dn
words:
- "CN=Covenant"
extractors:
- type: json
json:
- ".subject_dn"