DCOM
Last updated
Beacon has no built-in capabilities to interact over Distributed Component Object Model (DCOM), so we must use an external tool such as Invoke-DCOM. We'll see in a later module how this can be integrated into the jump
command.
\
DCOM is more complicated to detect, since each "Method" works in a different way. In the particular case of MMC20.Application
, the spawned process will be a child of mmc.exe
.
\
\
Processes started via DCOM may also be observed where the parent is svchost.exe
with command line arguments of -k DcomLaunch
.