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

23 lines
469 B
YAML
Raw Normal View History

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"
2023-02-15 14:39:31 +00:00
condition: and