30 lines
732 B
YAML
30 lines
732 B
YAML
id: dcrat-server-c2
|
|
|
|
info:
|
|
name: DcRat Server C2 - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
DCRat uses a modular framework that deploys separate executables for each module, most of which are compiled . net binaries programmed in C#.
|
|
reference: |
|
|
https://github.com/thehappydinoa/awesome-censys-queries#dcrat--
|
|
metadata:
|
|
censys-query: 'services.tls.certificates.leaf_data.subject.common_name: "DcRat Server"'
|
|
max-request: 1
|
|
verified: "true"
|
|
tags: c2,ir,osint,dcrat,ssl
|
|
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: issuer_cn
|
|
words:
|
|
- "DcRat Server"
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".issuer_cn"
|