Relevance ? for open ports?

Does anyone know if there is relevance that will display the following on both Windows and Linux?

List current listening ports

List open ports (that the firewall is letting through)? This might be harder since firewalls are very different.

Thanks,
Lou

Here’s a good starting point for you. This will list all sockets in use on your endpoint and you can determine what info you need. Uses the https://developer.bigfix.com/relevance/reference/socket.html inspector

(name of process of it as string | "N/A", local port of it as string | "N/A", pid of process of it as string | "N/A", ((it as string & " on " & ip version of it as string) of local address of it) | "N/A", ((it as string & " on " & ip version of it as string) of remote address of it) | "N/A", tcp state of it as string | "N/A") of sockets of network

3 Likes

Thanks Alan… this will be great start!! very helpful!!

Lou

1 Like