Source host
The following processes are related to RDP activity on the source host:
mstsc.exe(<WINDIR>\System32\mstsc.exe):Windowsbuilt-inRDPclientMicrosoft Terminal Server Client. The client can ban launched and the remote server then specified through the graphical interface, or the remote server can be specified directly using the/v:command-line parameter. If the remote server is specified through the command-line, ETW process logging or mstsc’sJumplistscan be leveraged to determine the remote host reached.
Destination host
The following processes are related to RDP activity on the destination host:
- 
    
rdpclip.exe(<WINDIR>\System32\rdpclip.exe): theRDP Clipboard Monitorhandles the shared clipboard between the local computer and the remote host.rdpclipis executed every time (afterWindows XP/Windows Server 2003) a remote interactiveRDPsession is established, even if the local clipboard is not shared with the remote host. An execution ofrdpclipis thus a sign that aRDPconnection was successfully authenticated and established. Even ifNetwork Level Authentication (NLA)is disabled,rdpclipis only executed after a successful authentication. - 
    
TSTheme.exe(<WINDIR>\System32\TSTheme.exe): theTSTheme Server Module. Starting withWindows 7,TSThemeis executed, similarly tordpclip, every time an interactiveRDPsession is successfully established. A newTSThemeinstance also appears to be reliably executed upon the session closure. 
View on GitHub