mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
One more slash to tighten rule
This commit is contained in:
parent
0cd3e7a820
commit
b060a45e48
@ -70,11 +70,11 @@ rule EXPL_LOG_CVE_2021_27055_Exchange_Forensic_Artefacts : LOG {
|
||||
strings:
|
||||
$x1 = "ServerInfo~" ascii wide
|
||||
|
||||
$s1 = "ecp/auth/w.js" ascii wide
|
||||
$s2 = "owa/auth/w.js" ascii wide
|
||||
$s3 = "ecp/y.js" ascii wide
|
||||
$s4 = "ecp/main.css" ascii wide
|
||||
$s5 = "ecp/default.flt" ascii wide
|
||||
$s1 = "/ecp/auth/w.js" ascii wide
|
||||
$s2 = "/owa/auth/w.js" ascii wide
|
||||
$s3 = "/ecp/y.js" ascii wide
|
||||
$s4 = "/ecp/main.css" ascii wide
|
||||
$s5 = "/ecp/default.flt" ascii wide
|
||||
condition:
|
||||
$x1 and 1 of ($s*)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user