Skip to content

Commit 72d12c2

Browse files
authored
Merge pull request #379 from ruppde/fix-webshell-rule
Update thor-webshells.yar
2 parents 3adfd30 + a93cfd5 commit 72d12c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yara/thor-webshells.yar

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9933,6 +9933,7 @@ rule WEBSHELL_ASPX_Mar21_1 {
99339933
author = "Florian Roth (Nextron Systems)"
99349934
reference = "Internal Research"
99359935
date = "2021-03-12"
9936+
modified = "2025-11-03"
99369937
hash1 = "10b6e82125a2ddf3cc31a238e0d0c71a64f902e0d77171766713affede03174d"
99379938
hash2 = "170bee832df176aac0a3c6c7d5aa3fee413b4572030a24c994a97e70f6648ffc"
99389939
hash3 = "31c4d1fc81c052e269866deff324dffb215e7d481a47a2b6357a572a3e685d90"
@@ -9945,7 +9946,7 @@ rule WEBSHELL_ASPX_Mar21_1 {
99459946
hash10 = "d40b16307d6434c3281374c0e1bbc0f6db388883e7f6266c3c81de0694266882"
99469947
id = "52884135-6b86-5e3e-a866-36a812d5a9af"
99479948
strings:
9948-
$s1 = ".StartInfo.FileName = 'cmd.exe';" ascii fullword
9949+
$s1 = ".StartInfo.FileName = 'cmd.exe';" ascii
99499950
$s2 = "<xsl:template match=\"\"/root\"\">" ascii fullword
99509951
$s3 = "<?xml version=\"\"1.0\"\"?><root>test</root>\";" ascii fullword
99519952
condition:

0 commit comments

Comments
 (0)