OrcusRAT - Detect
parent
1e0744f23b
commit
ba85eb446c
|
@ -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"
|
Loading…
Reference in New Issue