23 lines
514 B
YAML
23 lines
514 B
YAML
id: linux-elknot-malware
|
|
|
|
info:
|
|
name: Linux Elknot 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=3099
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "ZN8CUtility7DeCryptEPciPKci"
|
|
- "ZN13CThreadAttack5StartEP11CCmdMessage"
|
|
condition: and
|