Ho eseguito nmap su un IP che è il seguente
nmap -sW -PN <IP>
result Host is up (0.0011s latency).
PORT STATE SERVICE
1/tcp open tcpmux
3/tcp open compressnet
4/tcp open unknown
6/tcp open unknown
7/tcp open echo
9/tcp open discard
13/tcp open daytime
17/tcp open qotd
19/tcp open chargen
20/tcp open ftp-data
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
24/tcp open priv-mail
25/tcp open smtp
26/tcp open rsftp
30/tcp open unknown
32/tcp open unknown
33/tcp open dsp
37/tcp open time
42/tcp open nameserver
43/tcp open whois
49/tcp open tacacs
53/tcp open domain
70/tcp open gopher
ma quando eseguo nmap con
nmap -sW -PN -sV <ip>
PORT STATE SERVICE VERSION
1/tcp open tcpwrapped
3/tcp open tcpwrapped
4/tcp open tcpwrapped
6/tcp open tcpwrapped
7/tcp open tcpwrapped
9/tcp open tcpwrapped
13/tcp open tcpwrapped
17/tcp open tcpwrapped
19/tcp open tcpwrapped
20/tcp open tcpwrapped
21/tcp open tcpwrapped
22/tcp open tcpwrapped
23/tcp open tcpwrapped
24/tcp open tcpwrapped
25/tcp open tcpwrapped
26/tcp open tcpwrapped
30/tcp open tcpwrapped
32/tcp open tcpwrapped
33/tcp open tcpwrapped
Ottengo il risultato sopra. In un link ho letto che "Quando un numero molto elevato di porte viene mostrato come tcpwrapped, è improbabile che rappresentino servizi reali, quindi il comportamento probabilmente significa qualcos'altro come un bilanciamento del carico o un firewall sta intercettando le richieste di connessione. "Quindi cosa dovrei dedurre dai 2 risultati precedenti. Le porte sono aperte sull'host O il firewall / loadbalancer sta intercettando il traffico?