Skip to content

AlienSpy Malware - Detect

ID: alienspy-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: alienspy-malware
info:
name: AlienSpy Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "META-INF/MANIFEST.MF"
- "ePK"
- "kPK"
- "config.ini"
- "password.ini"
- "stub/stub.dll"
- "c.dat"
condition: and
# digest: 4a0a004730450221008962045c10da26c0de96e465b77e02558cbd85a9dff9d47320b92f9bac6a5358022067dca3d6d37bfa9a10800c290d2b8d97048991289543eef74f7d259fe8e1739c: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/alienspy-malware.yaml"

View on Github