Skip to content

Commit

Permalink
Update apt_unc2891_tinyshell_slapstick.yar
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 authored Feb 9, 2023
1 parent 7ac921d commit 9c3b4f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apt_unc2891_tinyshell_slapstick.yar
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

rule APT_UNC2891_TinyShell_Backdoor {
rule EXT_HKTL_MAL_TinyShell_Backdoor {
meta:
author = "Mandiant"
description = "Detects Tiny Shell - an open-source UNIX backdoor"
Expand Down Expand Up @@ -28,7 +27,7 @@ rule APT_UNC2891_TinyShell_Backdoor {
uint32(0) == 0x464c457f and 1 of ($sb*) and 10 of ($ss*)
}

rule APT_UNC2891_TinyShell_Backdoor_SPARC {
rule EXT_HKTL_MAL_TinyShell_Backdoor_SPARC {
meta:
author = "Mandiant"
description = "Detects Tiny Shell variant for SPARC - an open-source UNIX backdoor"
Expand All @@ -42,7 +41,7 @@ rule APT_UNC2891_TinyShell_Backdoor_SPARC {
uint32(0) == 0x464C457F and (uint16(0x10) & 0x0200 == 0x0200) and (uint16(0x12) & 0x0200 == 0x0200) and 1 of them
}

rule APT_UNC2891_SLAPSTICK {
rule EXT_APT_UNC2891_SLAPSTICK {
meta:
author = "Mandiant"
description = "Detects SLAPSTICK malware used by UNC2891"
Expand All @@ -56,3 +55,4 @@ rule APT_UNC2891_SLAPSTICK {
condition:
(uint32(0) == 0x464c457f) and all of them
}

0 comments on commit 9c3b4f9

Please sign in to comment.