24 lines
476 B
YAML
24 lines
476 B
YAML
|
id: ap0calypse-malware
|
||
|
|
||
|
info:
|
||
|
name: Ap0calypse 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:
|
||
|
- "Ap0calypse"
|
||
|
- "Sifre"
|
||
|
- "MsgGoster"
|
||
|
- "Baslik"
|
||
|
- "Dosyalars"
|
||
|
- "Injecsiyon"
|
||
|
condition: and
|