nuclei-malware/Yara-Rules/trickbot-malware.yaml

23 lines
469 B
YAML

id: trickbot-malware
info:
name: Trickbot Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_TrickBot.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "moduleconfig"
- "Start"
- "Control"
- "FreeBuffer"
- "Release"
condition: and