Skip to content

Commit 0cf785d

Browse files
committed
Adding more filters
1 parent 05fff91 commit 0cf785d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rules-threat-hunting/windows/builtin/appxdeployment_server/win_appxpackaging_server_successful_package_installation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ logsource:
1919
detection:
2020
selection:
2121
EventID: 854
22-
condition: selection
22+
filter_optional_x_windowsupdate:
23+
Path|contains: 'x-windowsupdate://'
24+
condition: selection and not 1 of filter_optional_*
2325
falsepositives:
2426
- Legitimate MSIX/AppX package installations
2527
level: low

0 commit comments

Comments
 (0)