OrcusRAT - Detect

patch-1
pussycat0x 2023-06-14 19:47:12 +05:30 committed by GitHub
parent 1e0744f23b
commit ba85eb446c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

30
ssl/c2/orcus-rat-c2.yaml Normal file
View File

@ -0,0 +1,30 @@
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"