Skip to content

Warp Malware - Detect

ID: warp-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: warp-malware
info:
name: Warp Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Warp.yar
tags: malware,file
file:
- extensions:
- all
matchers-condition: or
matchers:
- type: word
part: raw
words:
- "/2011/n325423.shtml?"
- "wyle"
- "\\~ISUN32.EXE"
condition: and
- type: binary
binary:
- "80382B7503C6002D80382F7503C6005F"
# digest: 4a0a00473045022100e3ce805bcd16438357cd8d263193e0f1241ae261f3c11e1d08ff2839e99f863d02206730127d8af5debcaebc116df105f77a31b05e20204e936754c27750df323c7d: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/warp-malware.yaml"

View on Github