Skip to content

nAspyUpdate Malware - Detect

ID: naspyupdate-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: naspyupdate-malware
info:
name: nAspyUpdate Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Naspyupdate.yar
tags: malware,file
file:
- extensions:
- all
matchers-condition: or
matchers:
- type: binary
binary:
- "8A5424148A0132C202C28801414E75F4"
- type: word
part: raw
words:
- "\\httpclient.txt"
- "password <=14"
- "/%ldn.txt"
- "Kill You\0"
condition: or
# digest: 4b0a00483046022100e3440ae4a18ec4a600b6e184c0033fe4b97e721d59d07e82570944a6d4fe08b6022100ddd7ff13a111b657a88ff4da8a37e944ad6c2a94fb89db1be421084f65d3201b: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/naspyupdate-malware.yaml"

View on Github