Is there any documentation that I can reference that outlines what ports or port ranges that most standard Windows processes will listen on? For example, if I saw wininit.exe
listening on TCP 16000, would that be unusual? Or if csrss.exe
was listening on 49123, would that be unusual? Or, should smss.exe
be listening at all? Some kind of reference that can answer these types of questions for standard Windows OS processes.
I'm preparing for a test coming up soon that involves surveying machines and determining unusual processes and connections, and something like this would be way more helpful than doing 15 google searches for "process.exe listening port".