Create quasar-rat-c2.yaml

patch-1
johnk3r 2023-06-14 10:05:08 -03:00 committed by GitHub
parent 1e0744f23b
commit 19092d82f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
ssl/c2/quasar-rat-c2.yaml Normal file
View File

@ -0,0 +1,29 @@
id: quasar-rat-c2
info:
name: Detect SSL Certificate Quasar RAT C2
author: johnk3r
severity: info
description: |
Quasar RAT is a malware family written in .NET which is used by a variety of attackers. The malware is fully functional and open source, and is often packed to make analysis of the source more difficult.
reference: |
https://malpedia.caad.fkie.fraunhofer.de/details/win.quasar_rat
metadata:
max-request: 1
verified: "true"
shodan-query: ssl.cert.subject.cn:"Quasar Server CA"
tags: c2,ir,osint,malware
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: issuer_cn
words:
- "Quasar Server CA"
extractors:
- type: json
json:
- " .issuer_cn"