Skip to content

Alina Malware - Detect

ID: alina-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: alina-malware
info:
name: Alina Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Alina.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- 'Alina v1.0'
- 'POST'
- '1[0-2])[0-9]'
condition: and
# digest: 4a0a0047304502204781f4bb8a3d436e6ff560c6ea90757bfbcc40fda4c5b81c84e5ccbe5e7c41a8022100ae0f9a5ce8416735592e160d7668d76114c10eb79e007df2e13ba6e35f599c22: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/alina-malware.yaml"

View on Github