23 lines
482 B
YAML
23 lines
482 B
YAML
|
id: linux-billgates-malware
|
||
|
|
||
|
info:
|
||
|
name: Linux BillGates Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Miscelanea_Linux.yar
|
||
|
- http://www.kernelmode.info/forum/viewtopic.php?f=16&t=3429
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "12CUpdateGates"
|
||
|
- "11CUpdateBill"
|
||
|
condition: and
|