33 lines
870 B
YAML
33 lines
870 B
YAML
id: greame-malware
|
|
|
|
info:
|
|
name: Greame 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-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "EditSvr"
|
|
- "TLoader"
|
|
- "Stroks"
|
|
- "Avenger by NhT"
|
|
- "####@####"
|
|
- "GREAME"
|
|
condition: and
|
|
|
|
- type: binary
|
|
binary:
|
|
- "232323234023232323E8EEE9F9232323234023232323"
|
|
- "232323234023232323FAFDF0EFF9232323234023232323"
|
|
condition: and
|
|
|
|
# digest: 490a004630440220033cb352a6c026a34645d20c297b5c3ea9243c1d98830fc03c61e0b633f085e102201e7ec4e2892ccaf6dcacfae3b5395acb8dd0da6311a4caa0373e67014d681af1:922c64590222798bb761d5b6d8e72950
|