18 lines
377 B
YAML
18 lines
377 B
YAML
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
|