30 lines
733 B
YAML
30 lines
733 B
YAML
id: cerberus-malware
|
|
|
|
info:
|
|
name: Cerberus Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Cerberus.yar
|
|
tags: malware,file
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "Ypmw1Syv023QZD"
|
|
- "wZ2pla"
|
|
- "wBmpf3Pb7RJe"
|
|
condition: or
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "cerberus"
|
|
case-insensitive: true
|
|
|
|
# digest: 490a00463044022006c23cd80a8b9974883e26b0cfb251e5834a1340be09efe1c38d397f5ea1b9470220723d8425e377276fde160744c4191d1496a8ad12d48084235c96fc995c3deace:922c64590222798bb761d5b6d8e72950
|