Skip to content

Warp Malware - Detect

ID: wabot-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: wabot-malware
info:
name: Warp Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Wabot.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: binary
binary:
- "433A5C6D6172696A75616E612E747874"
- "7349524334"
condition: and
# digest: 4a0a0047304502210098aeb719dcd9ce514deaf8c73d1cc3878a2d83f7d14626f123047a9638b46f0202203fa2897c74d1a83df2e8a4f542c3f5c6b3f34cc901c876fee62214c03667b6ff: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/wabot-malware.yaml"

View on Github