Skip to content

GPGQwerty Malware - Detect

ID: gpgqwerty-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: gpgqwerty-malware
info:
name: GPGQwerty Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_GPGQwerty.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "gpg.exe –recipient qwerty -o"
- "%s%s.%d.qwerty"
- "del /Q /F /S %s$recycle.bin"
condition: and
# digest: 4b0a00483046022100c7c81c45fa154d0dbbf6f987d96d097eac4a033a55cd5719f314ce2a7cbf089b022100d621a0596ed6fc7275cc9e246b28cf73e058c22db49c7c9b6aba0197245b1cf9: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/gpgqwerty-malware.yaml"

View on Github