Replace Desktop Wallpaper by Powershell
Description
An adversary may deface systems internal to an organization in an attempt to intimidate or mislead users. This may take the form of modifications to internal websites, or directly to user systems with the replacement of the desktop wallpaper
Query · sigma
selection_1: ScriptBlockText|contains|all: - Get-ItemProperty - 'Registry::' - HKEY_CURRENT_USER\Control Panel\Desktop\ - WallPaper selection_2: ScriptBlockText|contains: SystemParametersInfo(20,0,*,3) condition: 1 of selection_*
Known false positives
- Unknown