Command Executed Via Run Dialog Box - Registry
Description
Detects execution of commands via the run dialog box on Windows by checking values of the "RunMRU" registry key. This technique was seen being abused by threat actors to deceive users into pasting and executing malicious commands, often disguised as CAPTCHA verification steps.
Query · sigma
selection: TargetObject|contains: \Microsoft\Windows\CurrentVersion\Explorer\RunMRU filter_main_mrulist: TargetObject|endswith: \MRUList filter_optional_ping: Details|contains: ping filter_optional_generic: Details: - '%appdata%\1' - '%localappdata%\1' - '%public%\1' - '%temp%\1' - calc\1 - dxdiag\1 - explorer\1 - gpedit.msc\1 - mmc\1 - notepad\1 - regedit\1 - services.msc\1 - winver\1 condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Likely