Commit 287e89e6 by j0sm1

Bug with COZY_FANCY_BEAR_modified_VmUpgradeHelper

Deleted COZY_FANCY_BEAR_modified_VmUpgradeHelper
parent cad50e65
......@@ -32,19 +32,3 @@ rule COZY_FANCY_BEAR_pagemgr_Hunt {
condition:
uint16(0) == 0x5a4d and 1 of them
}
rule COZY_FANCY_BEAR_modified_VmUpgradeHelper {
meta:
description = "Detects a malicious VmUpgradeHelper.exe as mentioned in the CrowdStrike report"
author = "Florian Roth"
reference = "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/"
date = "2016-06-14"
strings:
$s1 = "VMware, Inc." wide fullword
$s2 = "Virtual hardware upgrade helper service" fullword wide
$s3 = "vmUpgradeHelper\\vmUpgradeHelper.pdb" ascii
condition:
uint16(0) == 0x5a4d and
filename == "VmUpgradeHelper.exe" and
not all of ($s*)
}
This source diff could not be displayed because it is too large. You can view the blob instead.
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