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

24 lines
497 B
YAML
Raw Permalink Normal View History

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
2023-03-05 16:52:21 +00:00
case-insensitive: true