Let me know how 'port' sensor works. What is a way to check port state? 'netstat' or 'telnet' command?
On what basis will port be checked whether 'open' or 'closed' in TCP session?
For example, When I used the command 'netstat' in cmd for checking 1433 port state as below, PRTG 'port' sensor can check the keyword 'ESTABLISHED' or 'LISTENING' ?
------------------------------------------------------------------------------------------------- C:\Users\Administrator>netstat -ano|findstr 1433 TCP 0.0.0.0:1433 0.0.0.0:0 LISTENING 2324 TCP 127.0.0.1:49212 127.0.0.1:1433 TIME_WAIT 0 TCP 127.0.0.1:49236 127.0.0.1:1433 TIME_WAIT 0 TCP 127.0.0.1:49263 127.0.0.1:1433 TIME_WAIT 0 TCP 127.0.0.1:49288 127.0.0.1:1433 TIME_WAIT 0 TCP 192.168.0.42:1433 192.168.0.188:58546 ESTABLISHED 2324 TCP 192.168.0.42:1433 192.168.0.200:59802 ESTABLISHED 2324 TCP 192.168.0.42:49213 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49219 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49237 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49245 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49267 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49271 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49289 192.168.0.153:1433 TIME_WAIT 0 TCP 192.168.0.42:49297 192.168.0.153:1433 TIME_WAIT 0 TCP [::]:1433 [::]:0 LISTENING 2324 -------------------------------------------------------------------------------------------------
Add comment