Skip to content

Commit 556835d

Browse files
feat: Add fps filters in some reg_set rules
1 parent b242175 commit 556835d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

rules/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentversion_nt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ references:
1111
- https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d # a list with registry keys
1212
author: Victor Sergeev, Daniil Yugoslavskiy, Gleb Sukhodolskiy, Timur Zinniatullin, oscd.community, Tim Shelton, frack113 (split)
1313
date: 2019-10-25
14-
modified: 2025-10-07
14+
modified: 2025-10-14
1515
tags:
1616
- attack.persistence
1717
- attack.t1547.001
@@ -50,6 +50,7 @@ detection:
5050
- '\Winlogon\GPExtensions\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}\PreviousPolicyAreas'
5151
- '\Winlogon\GPExtensions\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}\MaxNoGPOListChangesInterval'
5252
Details:
53+
- 'DWORD (0x00000001)'
5354
- 'DWORD (0x00000009)'
5455
- 'DWORD (0x000003c0)'
5556
filter_main_runtimebroker:

rules/windows/registry/registry_set/registry_set_desktop_background_change.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ references:
1616
- https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.ControlPanelDisplay::CPL_Personalization_NoDesktopBackgroundUI
1717
author: Nasreddine Bencherchali (Nextron Systems), Stephen Lincoln @slincoln-aiq (AttackIQ)
1818
date: 2023-12-21
19-
modified: 2025-10-08
19+
modified: 2025-10-14
2020
tags:
2121
- attack.defense-evasion
2222
- attack.impact
@@ -48,7 +48,12 @@ detection:
4848
filter_main_explorer:
4949
# Normally Explorer.exe is the process that changes the desktop background
5050
Image|endswith: 'C:\Windows\Explorer.EXE'
51-
condition: selection_keys and 1 of selection_values_* and not 1 of filter_main_*
51+
filter_optional_ec2launch:
52+
Image:
53+
- 'C:\Program Files\Amazon\EC2Launch\EC2Launch.exe'
54+
- 'C:\Program Files (x86)\Amazon\EC2Launch\EC2Launch.exe'
55+
TargetObject|endswith: '\Control Panel\Desktop\Wallpaper'
56+
condition: selection_keys and 1 of selection_values_* and not 1 of filter_main_* and not 1 of filter_optional_*
5257
falsepositives:
5358
- Administrative scripts that change the desktop background to a company logo or other image.
5459
level: medium

0 commit comments

Comments
 (0)