WHATPORT(13782) whatport.net WHATPORT(13782)
13782

bpcd (NetBackup client daemon)

The NetBackup client daemon — the agent on every protected host that the backup master tells to run a backup or restore.

TCP UDP IANA registry

Description

IANA registers 13782 as bpcd, "VERITAS NetBackup". bpcd runs on NetBackup clients and accepts connections from the master or media server to start backups, restores and file listings, which means it has privileged access to the client's filesystem by design. It is the single most commonly seen NetBackup port on a scan because it is installed on every protected machine rather than just the servers, and its long history of remote buffer-overflow advisories made it a standing item on internal pentest checklists.

Exposed to the internet?

Do not expose

A daemon that reads and writes arbitrary files on behalf of a remote server should only accept connections from your backup servers. Restrict by source address, never expose it externally.

Check it yourself

$ nmap -Pn -sV -p 13782 TARGET

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.