21 lines
477 B
YAML
21 lines
477 B
YAML
id: linux-mrblack-malware
|
|
|
|
info:
|
|
name: Linux MrBlack 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:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "Mr.Black"
|
|
- "VERS0NEX:%s|%d|%d|%s"
|
|
condition: and
|