mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
Webshell FOPO Obfuscation
This commit is contained in:
parent
6943c01fc2
commit
30610ff120
@ -8803,3 +8803,22 @@ rule ALFA_SHELL {
|
||||
condition:
|
||||
( filesize < 900KB and 1 of ($x*) or $f1 at (filesize-22) )
|
||||
}
|
||||
|
||||
rule Webshell_FOPO_Obfuscation_APT_ON_Nov17_1 {
|
||||
meta:
|
||||
description = "Detects malware from NK APT incident DE"
|
||||
author = "Florian Roth"
|
||||
reference = "Internal Research - ON"
|
||||
date = "2017-11-17"
|
||||
hash1 = "ed6e2e0027d3f564f5ce438984dc8a54577df822ce56ce079c60c99a91d5ffb1"
|
||||
strings:
|
||||
$x1 = "Obfuscation provided by FOPO" fullword ascii
|
||||
|
||||
$s1 = "\";@eval($" ascii
|
||||
$f1 = { 22 29 29 3B 0D 0A 3F 3E }
|
||||
condition:
|
||||
uint16(0) == 0x3f3c and filesize < 800KB and (
|
||||
$x1 or
|
||||
( $s1 in (0..350) and $f1 at (filesize-23) )
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user