nuclei-templates/file/malware/pony-stealer-malware.yaml

29 lines
705 B
YAML
Raw Normal View History

2023-08-07 17:33:27 +00:00
id: pony-stealer-malware
info:
name: Windows Pony Stealer Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/airbnb/binaryalert/blob/master/rules/public/malware/windows/malware_windows_pony_stealer.yara
2023-08-08 17:29:20 +00:00
tags: malware,file,pony,stealer
2023-08-07 17:33:27 +00:00
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "signons.sqlite"
- "signons.txt"
- "signons2.txt"
- "signons3.txt"
- "WininetCacheCredentials"
- "moz_logins"
- "encryptedPassword"
- "FlashFXP"
- "BulletProof"
- "CuteFTP"
condition: and
case-insensitive: true