Skip to content

Alpha Malware - Detect

ID: alpha-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: alpha-malware
info:
name: Alpha Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_Alpha.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: binary
binary:
- "520065006100640020004D0065002000280048006F00770020004400650063"
# digest: 4a0a00473045022072f26466d5e88641f8ac6107055981c29740f42ffec4edc83e6280a186761a01022100a245910b79ab9059703a44773ff7d27969286730407f777a7a693c880cab0802: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/alpha-malware.yaml"

View on Github