mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-07 02:25:19 +00:00
Extended suspicious env variable set to disable ETW
This commit is contained in:
parent
68cf827556
commit
59a04add34
@ -364,10 +364,17 @@ rule SUSP_Disable_ETW_Jun20_1 {
|
||||
meta:
|
||||
description = "Detects method to disable ETW in ENV vars before exeucting a program"
|
||||
author = "Florian Roth"
|
||||
reference = "https://twitter.com/_xpn_/status/1268712093928378368"
|
||||
reference = "https://gist.github.com/Cyb3rWard0g/a4a115fd3ab518a0e593525a379adee3"
|
||||
date = "2020-06-06"
|
||||
strings:
|
||||
$x1 = "set COMPlus_ETWEnabled=0" ascii wide fullword
|
||||
$x2 = "$env:COMPlus_ETWEnabled=0" ascii wide fullword
|
||||
|
||||
$s1 = "Software\\Microsoft.NETFramework" ascii wide
|
||||
$sa1 = "/v ETWEnabled" ascii wide fullword
|
||||
$sa2 = " /d 0" ascii wide
|
||||
$sb4 = "-Name ETWEnabled"
|
||||
$sb5 = " -Value 0 "
|
||||
condition:
|
||||
$x1
|
||||
1 of ($x*) or 3 of them
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user