21 lines
478 B
YAML
21 lines
478 B
YAML
|
id: genome-malware
|
||
|
|
||
|
info:
|
||
|
name: Genome Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Genome.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- 'Attempting to create more than one keyboard::Monitor instance'
|
||
|
- '{Right windows}'
|
||
|
- 'Access violation - no RTTI data!'
|
||
|
condition: and
|