Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Adversaries may take advantage of trusted developer utilities to proxy execution of malicious payloads.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | 68% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-23 | ✗→✓ | ▲ Improved | 74% | 0% |
| case-25 | ✗→✓ | ▲ Improved | 57% | 0% |
Adversaries may take advantage of trusted developer utilities to proxy execution of malicious payloads. There are many utilities used for software development related tasks that can be used to execute code in various forms to assist in development, debugging, and reverse engineering. These utilities may often be signed with legitimate certificates that allow them to execute on a system and proxy execution of malicious code through a trusted process that effectively bypasses application control solutions.
Smart App Control is a feature of Windows that blocks applications it considers potentially malicious from running by verifying unsigned applications against a known safe list from a Microsoft cloud service before executing them. However, adversaries may leverage "reputation hijacking" to abuse an operating system’s trust of safe, signed applications that support the execution of arbitrary code. By leveraging Trusted Developer Utilities Proxy Execution to run their malicious code, adversaries may bypass Smart App Control protections.
Platforms: Windows
The following tests are from Atomic Red Team and provide actionable ways to test this technique:
Use jsc.exe to compile javascript code stored in scriptfile.js and output scriptfile.exe. https://lolbas-project.github.io/lolbas/Binaries/Jsc/ https://www.phpied.com/make-your-javascript-a-windows-exe/
Supported Platforms: windows
cmdcopy "#{filename}" %TEMP%\hello.js #{jscpath}\#{jscname} %TEMP%\hello.js
Dependencies:
Use jsc.exe to compile javascript code stored in Library.js and output Library.dll. https://lolbas-project.github.io/lolbas/Binaries/Jsc/ https://www.phpied.com/make-your-javascript-a-windows-exe/
Supported Platforms: windows
cmdcopy "#{filename}" %TEMP%\LibHello.js #{jscpath}\#{jscname} /t:library %TEMP%\LibHello.js
Dependencies:
If Atomic Red Team tests are not applicable, manually verify the technique by:
Certain developer utilities should be blocked or restricted if not required.
Consider disabling software installation or execution from the internet via developer utilities.
Specific developer utilities may not be necessary within a given environment and should be removed if not used.
| Finding | Severity | Impact | | ---------------------------------------------------------------- | -------- | --------------- | | Trusted Developer Utilities Proxy Execution technique applicable | High | Defense Evasion |
| CWE ID | Title | | ------- | ---------------------------- | | CWE-693 | Protection Mechanism Failure |
Other measured skills in the registry, with their headline benchmark lift.