23 lines
447 B
YAML
23 lines
447 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 |