Unverified Commit f6d7c090 by jovimon Committed by GitHub

Merge pull request #310 from mikesxrs/patch-18

Create RANSOM_GPGQwerty.yar
parents dc577884 02faa1b1
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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment