WHATPORT(3128) whatport.net WHATPORT(3128)
3128

Squid / HTTP proxy

Squid's default proxy port, and the number scanners hunt for open HTTP proxies.

TCP IANA registry

Description

IANA registers 3128 as ndl-aas, Active API Server Port, but in practice 3128 is Squid: it is the default http_port in the shipped squid.conf, and other forward proxies and corporate web gateways copy it. A client sends absolute-URI GET requests or a CONNECT to tunnel TLS, and the proxy answers with normal HTTP status codes, including 403 when its ACLs deny you. It is one of the most heavily scanned ports on the internet because an unauthenticated proxy is immediately useful for relaying abuse and hiding source addresses.

Exposed to the internet?

Do not expose

An internet-facing proxy that accepts requests from anywhere will be found and used within hours; restrict it with Squid ACLs to your own networks and reach it over VPN.

Check it yourself

$ curl -sS -x http://TARGET:3128 -o /dev/null -D - http://example.com/

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.