1
0
Форкнуть 0

Update Suspicious Spoolsv Child Process.md

This commit is contained in:
dreadphones 2021-07-02 09:40:04 -07:00 коммит произвёл GitHub
Родитель 2674f5ea72
Коммит c3dbc9fc59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,8 @@ DeviceImageLoadEvents
(FileName =~ "net.exe" and ProcessCommandLine !has "start") or
(FileName =~ "cmd.exe" and not(ProcessCommandLine has_any(".spl", "route add", "program files"))) or
(FileName =~ "netsh.exe" and not(ProcessCommandLine has_any("add portopening", "rule name")))) or
(FileName =~ "powershell.exe" and ProcessCommandLine!has ".spl")
(FileName =~ "powershell.exe" and ProcessCommandLine!has ".spl") or
(FileName =~ "rundll32.exe" and ProcessCommandLine != "" and ProcessCommandLine !contains " ")
```
## Category
This query can be used to detect the following attack techniques and tactics ([see MITRE ATT&CK framework](https://attack.mitre.org/)) or security configuration states.