FG
💻 Software

How to find exe listening on port?

Fresh5 days ago
Mar 15, 202632646 views
Confidence Score0%
0%

Problem

I try with netstat -ab -p tcp -n and among the results get: I am running as administrator and get that message. I also downloaded a utility to show network activity for exe's but nothing open is listening on port 47001 according to the utility. How can I find out what is listening?

Error Output

TCP    0.0.0.0:47001          0.0.0.0:0              LISTENING
Can not obtain ownership information

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to find exe listening on port?

Low Risk

Try to get the process id (PID) and then use to see the process name and type. Task Manager also shows PID and process name. You can combine your other switches with like so:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment