mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
20 lines
578 B
YAML
20 lines
578 B
YAML
rule:
|
|
meta:
|
|
name: reference screen saver executable
|
|
namespace: persistence/screensaver
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
description: SCRNSAVE.EXE registry value specifies the name of the screen saver executable file
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
att&ck:
|
|
- Persistence::Event Triggered Execution::Screensaver [T1546.002]
|
|
features:
|
|
- and:
|
|
- string: "SCRNSAVE.EXE"
|
|
- optional:
|
|
- string: "ScreenSaveTimeOut"
|
|
- string: "Control Panel\\Desktop"
|
|
- match: set registry value
|