Update CVE-2021-36934 usage detection.md
This commit is contained in:
Родитель
f8929e93ba
Коммит
824d453d6f
|
@ -14,11 +14,15 @@
|
|||
let startTime = now(-7d);
|
||||
let endTime = now();
|
||||
DeviceProcessEvents
|
||||
| where Timestamp between (startTime..endTime)
|
||||
| where ProcessCommandLine contains "HKLM"
|
||||
| where AccountName != "system"
|
||||
|
||||
#This query just looks for usage of "reg" in processes that aren't ran by system.
|
||||
let startTime = now(-7d);
|
||||
let endTime = now();
|
||||
DeviceProcessEvents
|
||||
| where Timestamp between (startTime..endTime)
|
||||
| where ProcessCommandLine contains "reg"
|
||||
| where AccountName != "system"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче