nuclei-templates/ssl/c2/orcus-rat-c2.yaml

31 lines
896 B
YAML
Raw Normal View History

2023-06-14 14:17:12 +00:00
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:
verified: "true"
censys-query: 'services.tls.certificates.leaf_data.subject.common_name: {"Orcus Server", "OrcusServerCertificate"}'
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"