DCOM
Component Object Model (COM) is a system for creating software components that interact with each other. DCOM was introduced to interact with multiple computers over a network.
Distributed Component Object Model (DCOM)
The Distributed Component Object Model (DCOM) was introducted to allow COM objects to interact with other computers over a network. DCOM operates over RPC, port 135. Local Administrator privileges are required call DCOM objects.
Microsoft Management Console (MMC) Technique
We will go over a technique that utilizes the Microsoft management Console (MMC) for lateral movement.
How it works
The MMC class allows the action of creation of Application Objects, which exposes the ExecuteShellCommand. This method allows us to execute an abitrary shell command.
Lateral Movement
Instantiate MMC:
Pass Arguments to $dcom variable
Execute Reverse Shell
Last updated