Skip to content

Alfa Malware - Detect

ID: alfa-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: alfa-malware
info:
name: Alfa 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:
- "8B0C9781E1FFFF000081F919040000740F81F9"
- "220400007407423BD07CE2EB02"
condition: and
# digest: 4a0a00473045022100abcc99924b9d22631091143ef78393371d62ad6b36a39c70d1f0c97b5a48dcc4022039bc3dc6d74d067c9012aa31e37542dee08d99e846e443460b494e94f6220f08: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/alfa-malware.yaml"

View on Github