Commit 19c2d036 by mmorenog Committed by GitHub

Update and rename APT_Irontiger_Trendmicro.yar to APT_Irontiger.yar

parent 0d24c4f4
...@@ -16,7 +16,7 @@ rule IronTiger_ASPXSpy ...@@ -16,7 +16,7 @@ rule IronTiger_ASPXSpy
any of ($str*) any of ($str*)
} }
rule IronTiger_ChangePort_Toolkit_driversinstall rule IronTiger_ChangePort_Toolkit_driversinstall : driver
{ {
meta: meta:
author = "Cyber Safety Solutions, Trend Micro" author = "Cyber Safety Solutions, Trend Micro"
...@@ -31,7 +31,7 @@ rule IronTiger_ChangePort_Toolkit_driversinstall ...@@ -31,7 +31,7 @@ rule IronTiger_ChangePort_Toolkit_driversinstall
uint16(0) == 0x5a4d and (2 of ($str*)) uint16(0) == 0x5a4d and (2 of ($str*))
} }
rule IronTiger_ChangePort_Toolkit_ChangePortExe rule IronTiger_ChangePort_Toolkit_ChangePortExe : Toolkit
{ {
meta: meta:
author = "Cyber Safety Solutions, Trend Micro" author = "Cyber Safety Solutions, Trend Micro"
...@@ -47,7 +47,7 @@ rule IronTiger_ChangePort_Toolkit_ChangePortExe ...@@ -47,7 +47,7 @@ rule IronTiger_ChangePort_Toolkit_ChangePortExe
uint16(0) == 0x5a4d and (2 of ($str*)) uint16(0) == 0x5a4d and (2 of ($str*))
} }
rule IronTiger_dllshellexc2010 rule IronTiger_dllshellexc2010 : Backdoor
{ {
meta: meta:
author = "Cyber Safety Solutions, Trend Micro" author = "Cyber Safety Solutions, Trend Micro"
...@@ -63,7 +63,7 @@ rule IronTiger_dllshellexc2010 ...@@ -63,7 +63,7 @@ rule IronTiger_dllshellexc2010
(uint16(0) == 0x5a4d) and ((any of ($str*)) or (all of ($bla*))) (uint16(0) == 0x5a4d) and ((any of ($str*)) or (all of ($bla*)))
} }
rule IronTiger_dnstunnel rule IronTiger_dnstunnel : Tunnel
{ {
meta: meta:
author = "Cyber Safety Solutions, Trend Micro" author = "Cyber Safety Solutions, Trend Micro"
...@@ -83,7 +83,7 @@ rule IronTiger_dnstunnel ...@@ -83,7 +83,7 @@ rule IronTiger_dnstunnel
(uint16(0) == 0x5a4d) and ((any of ($str*)) or (any of ($mistake*))) (uint16(0) == 0x5a4d) and ((any of ($str*)) or (any of ($mistake*)))
} }
rule IronTiger_EFH3_encoder rule IronTiger_EFH3_encoder : Encoder
{ {
meta: meta:
author = "Cyber Safety Solutions, Trend Micro" author = "Cyber Safety Solutions, Trend Micro"
...@@ -144,7 +144,7 @@ rule IronTiger_Gh0stRAT_variant ...@@ -144,7 +144,7 @@ rule IronTiger_Gh0stRAT_variant
uint16(0) == 0x5a4d and (any of ($str*)) uint16(0) == 0x5a4d and (any of ($str*))
} }
rule IronTiger_GTalk_Trojan rule IronTiger_GTalk_Trojan : trojan
{ {
meta: meta:
author = "Cyber Safety Solutions, Trend Micro" author = "Cyber Safety Solutions, Trend Micro"
......
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