nuclei-templates/http/exposed-panels/c2/mythic-c2.yaml

33 lines
845 B
YAML
Raw Normal View History

2023-02-22 15:07:49 +00:00
id: mythic-c2
info:
2023-02-23 17:17:22 +00:00
name: Mythic C2 - Detect
2023-02-22 15:07:49 +00:00
author: pussycat0x
severity: info
description: |
A cross-platform, post-exploit, red teaming framework built with python3, docker, docker-compose, and a web browser UI.
It's designed to provide a collaborative and user friendly interface for operators, managers, and reporting throughout red teaming.
reference: |
https://www.socinvestigation.com/shodan-filters-to-hunt-adversaries-infrastructure-and-c2/
metadata:
max-request: 1
2023-02-22 15:07:49 +00:00
verified: "true"
shodan-query: 'ssl:Mythic port:7443'
tags: c2,ir,osint,mythic
http:
2023-02-22 15:07:49 +00:00
- method: GET
path:
- '{{BaseURL}}/new/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-02-23 17:17:22 +00:00
- '<title>Mythic</title><'
2023-02-22 15:07:49 +00:00
- type: status
status:
2023-02-23 17:17:22 +00:00
- 200