Skip to content

Linux Elknot Malware - Detect

ID: linux-elknot-malware

Severity: info

Author: daffainfo

Tags: malware,file

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
# digest: 4b0a00483046022100c734a4af006f818bc037684ff4e8e50ad8158ded1ddb0ae486c9ecea65468dcd0221008dccff81b7f3c764ebe273986da32a4bb1cb9ad4dc92960d43ed1a076bceb2ac:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/linux-elknot-malware.yaml"

View on Github