Skip to content

Commit

Permalink
Merge pull request SigmaHQ#3915 from frack113/appxdeployment
Browse files Browse the repository at this point in the history
Add appxdeployment-server rule by eventid
  • Loading branch information
frack113 authored Jan 12, 2023
2 parents 9034568 + 4708bc6 commit 0c61fff
Showing 7 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
title: Deployment AppX Package Was Blocked By AppLocker
id: 6ae53108-c3a0-4bee-8f45-c7591a2c337f
status: experimental
description: Detects an appx package deployment that was blocked by AppLocker policy
references:
- https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting
- https://github.com/nasbench/EVTX-ETW-Resources/blob/7a806a148b3d9d381193d4a80356016e6e8b1ee8/ETWEventsList/CSV/Windows11/22H2/W11_22H2_Pro_20220920_22621.382/Providers/Microsoft-Windows-AppXDeployment-Server.csv
author: frack113
date: 2023/01/11
tags:
- attack.defense_evasion
logsource:
product: windows
service: appxdeployment-server
detection:
selection:
EventID: 412
condition: selection
falsepositives:
- Unknown
level: medium
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
title: Deployment Of The AppX Package Was Blocked By The Policy
id: e021bbb5-407f-41f5-9dc9-1864c45a7a51
status: experimental
description: Detects an appx package deployment that was blocked by the local computer policy
references:
- https://learn.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting
- https://github.com/nasbench/EVTX-ETW-Resources/blob/7a806a148b3d9d381193d4a80356016e6e8b1ee8/ETWEventsList/CSV/Windows11/22H2/W11_22H2_Pro_20220920_22621.382/Providers/Microsoft-Windows-AppXDeployment-Server.csv
author: frack113
date: 2023/01/11
tags:
- attack.defense_evasion
logsource:
product: windows
service: appxdeployment-server
detection:
selection:
EventID:
- 441
- 442
- 453
- 454
condition: selection
falsepositives:
- Unknown
level: medium

0 comments on commit 0c61fff

Please sign in to comment.