32 lines
915 B
YAML
32 lines
915 B
YAML
id: orcus-rat-c2
|
|
|
|
info:
|
|
name: OrcusRAT - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Orcus RAT is a type of malicious software program that enables remote access and control of computers and networks. It is a type of Remote Access Trojan (RAT) that has been used by attackers to gain access to and control computers and networks.
|
|
reference: |
|
|
https://github.com/thehappydinoa/awesome-censys-queries#orcusrat--
|
|
metadata:
|
|
censys-query: 'services.tls.certificates.leaf_data.subject.common_name: {"Orcus Server", "OrcusServerCertificate"}'
|
|
max-request: 1
|
|
verified: "true"
|
|
tags: c2,ir,osint,orcus,ssl
|
|
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: issuer_cn
|
|
words:
|
|
- "Orcus Server"
|
|
- "OrcusServerCertificate"
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".issuer_cn"
|