22 lines
585 B
YAML
22 lines
585 B
YAML
id: basicrat-malware
|
|
|
|
info:
|
|
name: BasicRAT Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/airbnb/binaryalert/blob/master/rules/public/malware/multi/malware_multi_vesche_basicrat.yara
|
|
tags: malware,file,basicrat
|
|
file:
|
|
- extensions:
|
|
- all
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "HKCU Run registry key applied"
|
|
- "HKCU Run registry key failed"
|
|
- "Error, platform unsupported."
|
|
- "Persistence successful,"
|
|
- "Persistence unsuccessful,"
|
|
condition: and
|