Skip to content

Arkei Malware - Detect

ID: arkei-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: arkei-malware
info:
name: Arkei Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Arkei.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- 'Arkei'
- '/server/gate'
- '/server/grubConfig'
- '\\files\\'
- 'SQLite'
condition: and
# digest: 4b0a00483046022100dd63a03299bd5ecf8308910d7eef93aed02a732d5d7d97272736bb6cd8dec149022100ac01f47650421572be2ad0c1efa7cb4964155ff2a9a23cf4c066087af199fe4a: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/arkei-malware.yaml"

View on Github