Skip to content

Caldera C2 - Detect

ID: caldera-c2

Severity: info

Author: pussycat0x

Tags: c2,ir,osint,caldera,panel

MITRE Caldera™ is a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.

id: caldera-c2
info:
name: Caldera C2 - Detect
author: pussycat0x
severity: info
description: |
MITRE Caldera™ is a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.
reference:
- https://github.com/mitre/caldera
- https://github.com/montysecurity/C2-Tracker/blob/main/tracker.py
classification:
cpe: cpe:2.3:a:mitre:caldera:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mitre
product: caldera
fofa-query: http.favicon.hash:-636718605
tags: c2,ir,osint,caldera,panel
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Login | CALDERA</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100aa7018a419ddb3e45757e1bd08be0bde886ca71305331b2626123357d4dbd4f7022013a2ee4c1eac4439954f210f9bea2f58a1892d5653b700c639000ca2874da06f: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/caldera-c2.yaml"

View on Github