37 lines
843 B
YAML
37 lines
843 B
YAML
id: imminent-malware
|
|
|
|
info:
|
|
name: Imminent 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-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "DecodeProductKey"
|
|
- "StartHTTPFlood"
|
|
- "CodeKey"
|
|
- "MESSAGEBOX"
|
|
- "GetFilezillaPasswords"
|
|
- "DataIn"
|
|
- "UDPzSockets"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "<URL>k__BackingField"
|
|
- "<RunHidden>k__BackingField"
|
|
- "DownloadAndExecute"
|
|
- "england.png"
|
|
- "-CHECK & PING -n 2 127.0.0.1 & EXIT"
|
|
- "Showed Messagebox"
|
|
condition: and
|