Skip to content

Paradox Malware - Detect

ID: paradox-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: paradox-malware
info:
name: Paradox Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "ParadoxRAT"
- "Form1"
- "StartRMCam"
- "Flooders"
- "SlowLaris"
- "SHITEMID"
- "set_Remote_Chat"
condition: and
# digest: 4b0a00483046022100a891aed692d83bd6384dc642a26863423807a6c4f5c0efc143e3a70592b0d6b2022100ec2a560fd73afa6f7ccf0837140854522b4bf043d6bbf337e07ad1600a9f2be0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/paradox-malware.yaml"

View on Github