Files
atomic-red-team/Windows/Lateral_Movement/psexec
T
llandeilocymro 1b3361896f Create psexec
2018-03-16 14:00:33 +00:00

20 lines
641 B
Plaintext

## PsExec
MITRE ATT&CK Software: [S0029] (https://attack.mitre.org/wiki/Software/S0029)
PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software.
### PsExec lateral movement:
Input:
`Psexec -accepteula \\host cmd`
### Artifacts:
The Windows Event ID 4689 - A process has exited
If you kill a PsExec process, you might also need to manually remove the background service:
`sc.exe \\workstation64 delete psexesvc`
Reference:
https://docs.microsoft.com/en-us/sysinternals/downloads/psexec