36 lines
886 B
YAML
36 lines
886 B
YAML
id: poetrat-malware
|
|
|
|
info:
|
|
name: PoetRat Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_PoetRATDoc.yar
|
|
tags: malware,file
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "launcher.py"
|
|
- "smile.zip"
|
|
- "smile_funs.py"
|
|
- "frown.py"
|
|
- "backer.py"
|
|
- "smile.py"
|
|
- "affine.py"
|
|
- "cmd"
|
|
- ".exe"
|
|
condition: and
|
|
|
|
- type: regex
|
|
regex:
|
|
- '(\.py$|\.pyc$|\.pyd$|Python)'
|
|
- '\.dll'
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100e09de2e10a3630983f1b2249a132629deeece25a89ffbf24c61a86058313df150221009fed290461f94ccf057c69f612a3356f50ea91833fc67e7666e1d3e22133abf0:922c64590222798bb761d5b6d8e72950
|