26 lines
786 B
YAML
26 lines
786 B
YAML
|
id: mythic-c2-jarm
|
||
|
|
||
|
info:
|
||
|
name: Mythic C2 JARM - Detect
|
||
|
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://github.com/cedowens/C2-JARM
|
||
|
- https://www.socinvestigation.com/shodan-filters-to-hunt-adversaries-infrastructure-and-c2/
|
||
|
tags: c2,ir,osint,mythic,jarm
|
||
|
|
||
|
tcp:
|
||
|
- inputs:
|
||
|
- data: 2E
|
||
|
type: hex
|
||
|
|
||
|
host:
|
||
|
- "{{Hostname}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- "jarm(Hostname) == '2ad2ad0002ad2ad00042d42d000000ad9bf51cc3f5a1e29eecb81d0c7b06eb'"
|