38 lines
726 B
YAML
38 lines
726 B
YAML
|
id: linux-aesddos-malware
|
||
|
|
||
|
info:
|
||
|
name: Linux AESDDOS 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=3483
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers-condition: or
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "3AES"
|
||
|
- "Hacker"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "3AES"
|
||
|
- "VERSONEX"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "VERSONEX"
|
||
|
- "Hacker"
|
||
|
condition: and
|