Skip to content

Urausy Skype Malware - Detect

ID: urausy-malware

Severity: info

Author: daffainfo

Tags: malware,file

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
# digest: 4b0a00483046022100960bfe5d1b04731a567b6c0ff45311c5cf62808cfb9adf8863a97cbd46757a18022100f9100e7f83c565322f62e8de6ad6094390a71bb81ad701d4f1182debdb9f13de:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/urausy-malware.yaml"

View on Github