27 lines
737 B
YAML
27 lines
737 B
YAML
|
id: cobalt-strike-c2-jarm
|
||
|
|
||
|
info:
|
||
|
name: Cobalt Strike C2 JARM - Detect
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
description: |
|
||
|
Cobalt Strike gives you a post-exploitation agent and covert channels to emulate a quiet long-term embedded actor in your customer's network.
|
||
|
reference:
|
||
|
- https://blog.sekoia.io/hunting-and-detecting-cobalt-strike/
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: ssl.jarm:07d14d16d21d21d07c42d41d00041d24a458a375eef0c576d23a7bab9a9fb1+port:443
|
||
|
tags: jarm,c2,ir,osint
|
||
|
|
||
|
tcp:
|
||
|
- inputs:
|
||
|
- data: 2E
|
||
|
type: hex
|
||
|
|
||
|
host:
|
||
|
- "{{Hostname}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- "jarm(Hostname) == '07d14d16d21d21d07c42d41d00041d24a458a375eef0c576d23a7bab9a9fb1'"
|