20 lines
420 B
YAML
20 lines
420 B
YAML
id: erebus-malware
|
|
|
|
info:
|
|
name: Erebus Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_Erebus.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "/{5f58d6f0-bb9c-46e2-a4da-8ebc746f24a5}//log.log"
|
|
- "EREBUS IS BEST."
|
|
condition: and |