22 lines
446 B
YAML
22 lines
446 B
YAML
|
id: gafgyt-generic-malware
|
||
|
|
||
|
info:
|
||
|
name: Gafgyt Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Gafgyt.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "/bin/busybox;echo -e 'gayfgt'"
|
||
|
- '/proc/net/route'
|
||
|
- 'admin'
|
||
|
- 'root'
|
||
|
condition: and
|