26 lines
695 B
YAML
26 lines
695 B
YAML
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: 4a0a0047304502205cb43a84b5be60ac33d4401450525529ca661c5911dbe186e9b97b08cf437ca0022100b5b08da2e682f6a32b9e60236a33beadc9690a8959d876386778e5240754ad47:922c64590222798bb761d5b6d8e72950
|