Create asyncrat-c2.yaml

patch-1
johnk3r 2023-06-13 12:42:01 -03:00 committed by GitHub
parent 26da485751
commit c926a4e676
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/asyncrat-c2.yaml Normal file
View File

@ -0,0 +1,29 @@
id: asyncrat-c2
info:
name: Detect SSL Certificate AsyncRAT C2
author: johnk3r
severity: info
description: |
AsyncRAT is a Remote Access Tool (RAT) designed to remotely monitor and control other computers through a secure encrypted connection. It is an open source remote administration tool, however, it could also be used maliciously because it provides functionality such as keylogger, remote desktop control, and many other functions that may cause harm to the victims computer. In addition, AsyncRAT can be delivered via various methods such as spear-phishing, malvertising, exploit kit and other techniques.
reference: |
https://malpedia.caad.fkie.fraunhofer.de/details/win.asyncrat
metadata:
max-request: 1
verified: "true"
shodan-query: ssl:"AsyncRAT Server"
tags: c2,ir,osint,malware
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: issuer_cn
words:
- "AsyncRAT Server"
extractors:
- type: json
json:
- " .issuer_cn"