Update RareProcessWithCmdLine.yaml
This commit is contained in:
Родитель
33fc378bee
Коммит
8d31998151
|
@ -21,7 +21,7 @@ query: |
|
|||
SecurityEvent
|
||||
| where TimeGenerated >= ago(30d)
|
||||
| where EventID == 4688
|
||||
| where isnotempty(CommandLine) and NewProcessName !endswith ":\\windows\\system32\\conhost.exe" and CommandLine !~ NewProcessName and CommandLine !~ strcat('\"',NewProcessName,'\"'," "))
|
||||
| where isnotempty(CommandLine) and NewProcessName !endswith ":\\windows\\system32\\conhost.exe" and CommandLine !~ NewProcessName and CommandLine !~ strcat('\"',NewProcessName,'\"'," ")
|
||||
| extend CommandLine=tolower(CommandLine)
|
||||
| summarize FullCount = count()
|
||||
, Count= countif(TimeGenerated between (v_StartTime .. v_EndTime))
|
||||
|
|
Загрузка…
Ссылка в новой задаче