nuclei-malware/Yara-Rules/urausy-malware.yaml

24 lines
505 B
YAML

id: urausy-malware
info:
name: Urausy Skype Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Urausy.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "skype.dat"
- "skype.ini"
- "CreateWindow"
- "YIWEFHIWQ"
- "CreateDesktop"
- "MyDesktop"
condition: and