32 lines
645 B
YAML
32 lines
645 B
YAML
id: sub7nation-malware
|
|
|
|
info:
|
|
name: Sub7Nation Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "EnableLUA /t REG_DWORD /d 0 /f"
|
|
- "*A01*"
|
|
- "*A02*"
|
|
- "*A03*"
|
|
- "*A04*"
|
|
- "*A05*"
|
|
- "*A06*"
|
|
- "#@#@#"
|
|
- "HostSettings"
|
|
- "sevane.tmp"
|
|
- "cmd_.bat"
|
|
- "a2b7c3d7e4"
|
|
- "cmd.dll"
|
|
condition: and
|