Commit 944fd9eb by mmorenog Committed by GitHub

Update and rename CRIME_Shifu_trojan.yar to MALW_Shifu.yar

parent 48ccf1b8
/*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license.
*/
rule Shifu_Banking_Trojan {
rule Shifu_Banking_Trojan : banking {
meta:
description = "Detects Shifu Banking Trojan"
author = "Florian Roth"
......@@ -20,7 +20,7 @@ rule Shifu_Banking_Trojan {
uint16(0) == 0x5a4d and filesize < 1000KB and ($x1 or all of ($s*))
}
rule SHIFU_Banking_Trojan {
rule SHIFU_Banking_Trojan : banking {
meta:
description = "Detects SHIFU Banking Trojan"
author = "Florian Roth"
......@@ -53,7 +53,7 @@ rule SHIFU_Banking_Trojan {
condition:
uint16(0) == 0x5a4d and ($x1 or 5 of ($s*))
}
rule Shifu : Shifu {
rule Shifu : Shifu : banking {
meta:
reference = "https://blogs.mcafee.com/mcafee-labs/japanese-banking-trojan-shifu-combines-malware-tools/"
author = "McAfee Labs"
......
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