22 lines
488 B
YAML
22 lines
488 B
YAML
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"
|
||
- "cryz1@protonmail.com"
|
||
condition: and |