26 lines
695 B
YAML
26 lines
695 B
YAML
id: plasma-malware
|
|
|
|
info:
|
|
name: Plasma 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:
|
|
- "Miner: Failed to Inject."
|
|
- "Started GPU Mining on:"
|
|
- "BK: Hard Bot Killer Ran Successfully!"
|
|
- "Uploaded Keylogs Successfully!"
|
|
- "No Slowloris Attack is Running!"
|
|
- "An ARME Attack is Already Running on"
|
|
- "Proactive Bot Killer Enabled!"
|
|
- "PlasmaRAT"
|
|
- "AntiEverything"
|
|
condition: and
|