T1202: Technique T1202
Adversaries may leverage living-off-the-land techniques (T1202) to achieve execution, evade defenses, or transfer tools.
Living-off-the-Land Matrix for T1202
Across 24 verified binariesBash.exe
File used by Windows subsystem for Linux
bash.exe -c "{CMD}"Conhost.exe
Console Window host
conhost.exe {CMD}Diskshadow.exe
Diskshadow.exe is a tool that exposes the functionality offered by the volume shadow copy Service (VSS).
diskshadow.exe /s {PATH:.txt}Explorer.exe
Binary used for managing files and system components within Windows
explorer.exe /root,"{PATH_ABSOLUTE:.exe}"Forfiles.exe
Selects and executes a command on a file or set of files. This command is useful for batch processing.
forfiles /p c:\windows\system32 /m notepad.exe /c "{CMD}"Ftp.exe
A binary designed for connecting to FTP servers
echo !{CMD} > ftpcommands.txt && ftp -s:ftpcommands.txtMsdt.exe
Microsoft diagnostics tool
msdt.exe -path C:\WINDOWS\diagnostics\index\PCWDiagnostic.xml -af {PATH_ABSOLUTE:.xml} /skip TRUEPcalua.exe
Program Compatibility Assistant
pcalua.exe -a {PATH:.exe}Pcwrun.exe
Program Compatibility Wizard
Pcwrun.exe {PATH_ABSOLUTE:.exe}scp.exe
Used for uploading or downloading files over SSH.
scp.exe -o ProxyCommand="{CMD}" . localhost:.Scriptrunner.exe
Execute binary through proxy binary to evade defensive counter measures
Scriptrunner.exe -appvscript {PATH:.exe}Sftp.exe
sftp.exe is a Windows command-line utility that uses the Secure File Transfer Protocol (SFTP) to securely transfer files between a local machine and a remote server.
sftp -o ProxyCommand="{CMD}" .ssh.exe
Ssh.exe is the OpenSSH compatible client can be used to connect to Windows 10 (build 1809 and later) and Windows Server 2019 devices.
ssh localhost "{CMD}"Unregmp2.exe
Microsoft Windows Media Player Setup Utility
rmdir %temp%\lolbin /s /q 2>nul & mkdir "%temp%\lolbin\Windows Media Player" & copy C:\Windows\System32\calc.exe "%temp%\lolbin\Windows Media Player\wmpnscfg.exe" >nul && cmd /V /C "set "ProgramW6432=%temp%\lolbin" && unregmp2.exe /HideWMP"Wlrmdr.exe
Windows Logon Reminder executable
wlrmdr.exe -s 3600 -f 0 -t _ -m _ -a 11 -u {PATH:.exe}Logger.exe
A logging configuration tool from the Windows Kits used to start and manage process logging.
logger.exe RUN "{CMD}"OpenConsole.exe
Console Window host for Windows Terminal
OpenConsole.exe {PATH:.exe}Procdump.exe
SysInternals Memory Dump Tool
procdump.exe -md {PATH:.dll} explorer.exeVshadow.exe
VShadow is a command-line tool that can be used to create and manage volume shadow copies.
vshadow.exe -nw -exec={PATH_ABSOLUTE:.exe} C:winfile.exe
Windows File Manager executable
winfile.exe {PATH:.exe}Wsl.exe
Windows subsystem for Linux executable
wsl.exe -e /mnt/c/Windows/System32/calc.exeXBootMgr.exe
Windows Performance Toolkit binary used to start performance traces.
xbootmgr.exe -trace "{boot|hibernate|standby|shutdown|rebootCycle}" -callBack {PATH:.exe}XBootMgrSleep.exe
Windows Performance Toolkit binary used for tracing and analyzing system performance during sleep and resume transitions.
xbootmgrsleep.exe 1000 {PATH:.exe}