nuclei-templates/exposed-panels/c2/covenant-c2.yaml

31 lines
844 B
YAML
Raw Normal View History

2023-02-22 15:07:49 +00:00
id: covenant-c2
info:
2023-02-23 17:22:13 +00:00
name: Covenant C2 - Detect
2023-02-22 15:07:49 +00:00
author: pussycat0x
severity: info
description: |
2023-02-23 17:23:08 +00:00
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.
2023-02-22 15:07:49 +00:00
reference: |
https://www.socinvestigation.com/shodan-filters-to-hunt-adversaries-infrastructure-and-c2/
metadata:
verified: true
shodan-query: ssl:”Covenant” http.component:”Blazor”
tags: c2,ir,osint,covenant
requests:
- method: GET
path:
- '{{BaseURL}}/covenantuser/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-02-23 17:25:31 +00:00
- '<title>Covenant - Login</title>'
2023-02-22 15:07:49 +00:00
- type: status
status:
2023-02-23 17:22:13 +00:00
- 200