Execute
NEW ExecutionFile Download WindowsLinux
wsl.exe (signed, present where WSL is installed) runs arbitrary Linux commands via --exec/-e (as root with -u root, no password), giving indirect command execution under a trusted binary. bash's /dev/tcp pulls files with no external tool. wsl.exe also resolves its install path from HKLM\...\Lxss\MSI\InstallLocation, so a planted wsl.exe there is executed instead of the legitimate one.
Use Execute payloads on the Linux side (evading Windows EDR), transfer files via /dev/tcp, or masquerade a payload as WSL.