Sneed-Reactivity/yara-mikesxrs/McAfee/GPGQwerty_ransomware.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

27 lines
446 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

rule crime_ransomware_windows_GPGQwerty: crime_ransomware_windows_GPGQwerty
{
meta:
author = "McAfee Labs"
description = "Detect GPGQwerty ransomware"
reference = "https://securingtomorrow.mcafee.com/mcafee-labs/ransomware-takes-open-source-path-encrypts-gnu-privacy-guard/"
strings:
$a = "gpg.exe recipient qwerty -o"
$b = "%s%s.%d.qwerty"
$c = "del /Q /F /S %s$recycle.bin"
$d = "cryz1@protonmail.com"
condition:
all of them
}