TCPView Sysinternals

Dynamic Analysis with Windows Sysinternals - TCPView

TCPView is a tool bundled inside the sysinternals suite that is used to view and monitor network traffic. 

 

Related Topic

Quick Snap of the tool:

 

Procexp Sysinternals

Dynamic Analysis with Windows Sysinternals - Process Explorer

Procexp or Process Explorer is a tool bundled inside the sysinternals suite and a task manager a like but gives extra features. It can be used then to monitor processes and checks its properties.

 

AutoRuns Sysinternals

Malware Dynamic Analysis with Windows Sysinternals - AutoRuns

AutoRuns is a tool bundled inside the sysinternals suite that is used to view and monitor auto-run processes in Windows. 

 

A Quick Snap of the tool:

AutoRuns detects that some xws.exe is inside the SOFTWARE\Microsoft\Windows\CurrentVersion\Run registry, which is a common type of persistence mechanisms for a malware. In this case, malware that adds itself to this registry key survives the reboot.