Skip to content

Covenant C2 - Detect

ID: covenant-c2

Severity: info

Author: pussycat0x

Tags: c2,ir,osint,covenant,panel

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.

id: covenant-c2
info:
name: Covenant C2 - Detect
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://www.socinvestigation.com/shodan-filters-to-hunt-adversaries-infrastructure-and-c2/
metadata:
verified: true
max-request: 1
shodan-query: ssl:”Covenant” http.component:”Blazor”
tags: c2,ir,osint,covenant,panel
http:
- method: GET
path:
- '{{BaseURL}}/covenantuser/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Covenant - Login</title>'
- type: status
status:
- 200
# digest: 490a0046304402203d5b94acacd1d62d075fb85fe48db323d37221d73a86f2193b74d2f26b18afc20220178d32ee04924a1799948188154272818ab91692f9e734f8f314c145f5bbfb32:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/c2/covenant-c2.yaml"

View on Github