fix: false positives with missing Image field

This commit is contained in:
phantinuss
2023-06-21 09:52:01 +02:00
parent c04bef2fbb
commit 6b2bf871c2
@@ -10,7 +10,7 @@ references:
- https://learn.microsoft.com/en-us/windows-server/administration/server-core/server-core-sconfig#powershell-is-the-default-shell-on-server-core
author: Tom Ueltschi (@c_APT_ure), Tim Shelton
date: 2019/01/12
modified: 2023/01/31
modified: 2023/06/21
tags:
- attack.t1037.001
- attack.persistence
@@ -36,6 +36,8 @@ detection:
- 'C:\Windows\SysWOW64\proquota.exe'
filter_optional_citrix:
Image|endswith: '\Citrix\System32\icast.exe'
filter_optional_image_null:
Image: null
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
falsepositives:
- Legitimate logon scripts or custom shells may trigger false positives. Apply additional filters accordingly.