29 lines
748 B
YAML
29 lines
748 B
YAML
id: smallnet-malware
|
|
|
|
info:
|
|
name: SmallNet 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:
|
|
- "!!<3SAFIA<3!!"
|
|
- "!!ElMattadorDz!!"
|
|
condition: or
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "stub_2.Properties"
|
|
- "stub.exe"
|
|
- "get_CurrentDomain"
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022051a244fc74e16f5e6862e07462f37cf639913cc7ee40223ad0d271197f1d028e022100ace9ba900210c44afc93693c5aeb0b618a2d793d6a2dcd761b5f85d9b5944f57:922c64590222798bb761d5b6d8e72950
|