23 lines
682 B
YAML
23 lines
682 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
|
||
|
||
# digest: 4a0a00473045022075d6b8b24de31fa7102eb77cb2017df3222bd2503952eccfc5b2df8b0050602c02210099773f7ad192a738d66c6158fe6c3ed780b2853160405731d3e392ca415001c9:922c64590222798bb761d5b6d8e72950
|