Potentially Suspicious Desktop Background Change Via Registry
Description
Detects registry value settings that would replace the user's desktop background. This is a common technique used by malware to change the desktop background to a ransom note or other image.
Query · sigma
selection_keys: TargetObject|contains: - Control Panel\Desktop - CurrentVersion\Policies\ActiveDesktop - CurrentVersion\Policies\System selection_values_1: TargetObject|endswith: NoChangingWallpaper Details: DWORD (0x00000001) selection_values_2: TargetObject|endswith: \Wallpaper selection_values_3: TargetObject|endswith: \WallpaperStyle Details: '2' filter_main_svchost: Image|endswith: \svchost.exe filter_main_empty: TargetObject|endswith: \Control Panel\Desktop\Wallpaper Details: (Empty) filter_main_explorer: Image|endswith: C:\Windows\Explorer.EXE filter_optional_ec2launch: Image: - C:\Program Files\Amazon\EC2Launch\EC2Launch.exe - C:\Program Files (x86)\Amazon\EC2Launch\EC2Launch.exe TargetObject|endswith: \Control Panel\Desktop\Wallpaper condition: selection_keys and 1 of selection_values_* and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Administrative scripts that change the desktop background to a company logo or other image.