forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SigmaHQ#3915 from frack113/appxdeployment
Add appxdeployment-server rule by eventid
- Loading branch information
Showing
7 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_applocker_block.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
25 changes: 25 additions & 0 deletions
25
rules/windows/builtin/appxdeployment_server/win_appxdeployment_server_policy_block.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.