Skip to content

Notepad v1.1 Malware - Detect

ID: notepad-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: notepad-malware
info:
name: Notepad v1.1 Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Notepad.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "75BAA77C842BE168B0F66C42C7885997"
- "B523F63566F407F3834BCC54AAA32524"
# digest: 4a0a0047304502200ac0b0fe7e9d748cdb8da2d6eacb0a31ce55eeac22c8a3fc6310495b92c483100221008934ce04dd254fde856ca61aba1864a1c71df32d1433dc351abfc69eb6340218: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/notepad-malware.yaml"

View on Github