29 lines
609 B
YAML
29 lines
609 B
YAML
id: clientmesh-malware
|
|
|
|
info:
|
|
name: ClientMesh 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: and
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "machinedetails"
|
|
- "MySettings"
|
|
- "sendftppasswords"
|
|
- "sendbrowserpasswords"
|
|
- "arma2keyMass"
|
|
- "keylogger"
|
|
condition: and
|
|
|
|
- type: binary
|
|
binary:
|
|
- "0000000000000000007E" |