Skip to content

Derkziel Malware - Detect

ID: derkziel-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: derkziel-malware
info:
name: Derkziel Malware - Detect
author: daffainfo
severity: info
reference:
- https://bhf.su/threads/137898/
- https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Derkziel.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- '{!}DRZ{!}'
- 'User-Agent: Uploador'
- 'SteamAppData.vdf'
- 'loginusers.vdf'
- 'config.vdf'
condition: and
# digest: 490a00463044022045e34b9caccc8b475d863901828891a40df3919107fe6ec4153da224c75a7ecd02206fdeb9a48f13a192494040677955973065041022fff505dbd1ace62e01b42752: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/derkziel-malware.yaml"

View on Github