Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Adversaries may abuse control.exe to proxy execution of malicious payloads.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 48% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 49% | 0% |
| case-21 | ✓→✗ | ▼ Worse | 32% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -2% | 0% |
> Sub-technique of: T1218
Adversaries may abuse control.exe to proxy execution of malicious payloads. The Windows Control Panel process binary (control.exe) handles execution of Control Panel items, which are utilities that allow users to view and adjust computer settings.
Control Panel items are registered executable (.exe) or Control Panel (.cpl) files, the latter are actually renamed dynamic-link library (.dll) files that export a <code>CPlApplet</code> function. For ease of use, Control Panel items typically include graphical menus available to users after being registered and loaded into the Control Panel. Control Panel items can be executed directly from the command line, programmatically via an application programming interface (API) call, or by simply double-clicking the file.
Malicious Control Panel items can be delivered via Phishing campaigns or executed as part of multi-stage malware. Control Panel items, specifically CPL files, may also bypass application and/or file extension allow lists.
Adversaries may also rename malicious DLL files (.dll) with Control Panel file extensions (.cpl) and register them to <code>HKCU\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cpls</code>. Even when these registered DLLs do not comply with the CPL file specification and do not export <code>CPlApplet</code> functions, they are loaded and executed through its <code>DllEntryPoint</code> when Control Panel is executed. CPL files not exporting <code>CPlApplet</code> are not directly executable.
Platforms: Windows
The following tests are from Atomic Red Team and provide actionable ways to test this technique:
This test simulates an adversary leveraging control.exe Upon execution calc.exe will be launched
Supported Platforms: windows
cmdcontrol.exe "#{cpl_file_path}"
Dependencies:
If Atomic Red Team tests are not applicable, manually verify the technique by:
Restrict storage and execution of Control Panel items to protected directories, such as <code>C:\Windows</code>, rather than user directories.
Identify and block potentially malicious and unknown .cpl files by using application control tools, like Windows Defender Application Control, AppLocker, or Software Restriction Policies where appropriate.
| Finding | Severity | Impact | | ---------------------------------- | -------- | --------------- | | Control Panel technique applicable | High | Defense Evasion |
| CWE ID | Title | | ------- | ---------------------------- | | CWE-693 | Protection Mechanism Failure |
Other measured skills in the registry, with their headline benchmark lift.