I scanned my machine using Nmap and found an open port (5431) is used by the "park-agent" service.
What is the "part-agent" service used for?
|
I scanned my machine using Nmap and found an open port (5431) is used by the "park-agent" service. What is the "part-agent" service used for? | ||||
feedback
|
This question came from our site for IT security professionals.
|
The description "Park Agent" will likely just come from the nmap services file, it doens't necessarily mean that that's what's running on the system. What sort of host is it that you saw it running on? One suggestion I've seen for that port is UPnP | |||
|
feedback
|
|
If its your own system, you could probably run netstat -b (on windows) or netstat -p (on linux) on the system its running on to identify the process- netstat tends to use behaviour to guess what sort of software is running, and what OS, and that description sounds rather generic. | |||
|
feedback
|