33 lines
763 B
YAML
33 lines
763 B
YAML
|
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
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
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
|