24 lines
474 B
YAML
24 lines
474 B
YAML
id: bozok-malware
|
|
|
|
info:
|
|
name: Bozok Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Bozok.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "getVer"
|
|
- "StartVNC"
|
|
- "SendCamList"
|
|
- "untPlugin"
|
|
- "gethostbyname"
|
|
condition: and
|
|
case-insensitive: true |