19 lines
372 B
YAML
19 lines
372 B
YAML
|
id: tedroo-malware
|
||
|
|
||
|
info:
|
||
|
name: Tedroo Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Tedroo.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: binary
|
||
|
binary:
|
||
|
- "257325732E657865"
|
||
|
- "5F6C6F672E747874"
|
||
|
condition: and
|