Update apt unidentified nov 18.txt
This commit is contained in:
Родитель
cb4126c4b0
Коммит
5e2733109e
|
@ -1,11 +1,11 @@
|
|||
// Original Sigma Rule: https://github.com/Neo23x0/sigma/blob/master/rules/apt/apt_unidentified_nov_18.yml
|
||||
// Questions via Twitter: @janvonkirchheim
|
||||
ProcessCreationEvents
|
||||
| where EventTime > ago(7d)
|
||||
DeviceProcessEvents
|
||||
| where Timestamp > ago(7d)
|
||||
| where ProcessCommandLine endswith "cyzfc.dat, PointFunctionCall"
|
||||
| top 100 by EventTime desc
|
||||
| top 100 by Timestamp desc
|
||||
|
||||
FileCreationEvents
|
||||
| where EventTime > ago(7d)
|
||||
DeviceFileEvents
|
||||
| where Timestamp > ago(7d)
|
||||
| where FolderPath has "ds7002.lnk"
|
||||
| top 100 by EventTime desc
|
||||
| top 100 by Timestamp desc
|
||||
|
|
Загрузка…
Ссылка в новой задаче