1. Ports
  2. Port 2336

Port 2336 sits in the registered port range (1024–49151) with no official IANA assignment. IANA keeps no record of an approved service here. But that doesn't mean the port has been quiet.

What the Registered Port Range Means

Ports 1024–49151 are the registered range. Below 1024, you have the well-known ports — HTTP at 80, HTTPS at 443, SSH at 22 — ports that require root privileges to bind and that carry the weight of formal standards behind them.

The registered range is different. Anyone can apply to IANA to register a service here. Many vendors do. Many don't. Port 2336 falls into the "didn't bother" category — or at least, the parties who used it didn't bother.

Apple's Unofficial Claim

Apple used port 2336 for macOS Server's Portable Home Directory sync. When server-side file tracking was enabled, the FileSyncAgent on client machines opened an SSH connection to port 2336 on the server. Apple called it appleugcontrol in some documentation.1

This was a real, documented enterprise feature — the kind that IT administrators at schools and businesses relied on to keep user home directories synchronized across a Mac network. Apple listed it in their official port usage documentation.2

It's also a feature Apple has since deprecated. macOS Server has shed most of its directory services over the years, and Portable Home Directories went with them. Port 2336 was used, then abandoned, without ever having a formal IANA registration.

The Malware Association

Port 2336 also appears in security threat databases as a port associated with IRC-based backdoor trojans, catalogued under names like BACKDOOR_IRCCONTACT and IRCContact.3

IRC backdoors work by connecting an infected machine to an IRC channel, where the attacker issues commands. The malware listens on a port waiting for instructions — and 2336 was one port some variants used. The presence of unexpected inbound or outbound traffic on this port, especially to IRC servers, was a red flag for network security teams.

This is not a coincidence that the same port number attracted both legitimate software and malware. The registered range is large, unpoliced, and full of gaps. Malware authors routinely pick ports that blend into normal traffic — a port associated with Apple software looks less suspicious than one flagged in every firewall rule set.

How to Check What's Using This Port

If you see traffic on port 2336 and want to know what's listening:

On macOS or Linux:

lsof -i :2336

On Windows:

netstat -ano | findstr :2336

The PID from netstat can be matched to a process in Task Manager.

If nothing legitimate should be using this port on your system, unexpected activity here warrants investigation — particularly outbound connections to external hosts.

Why Unassigned Ports Matter

The port numbering system only works if the assignments mean something. When IANA lists a port as unassigned, it's creating a reservation of intent — the space is available for a legitimate future registration. When that space gets colonized by undocumented vendor software, deprecated enterprise features, or malware, it becomes harder to reason about what traffic is expected and what isn't.

Port 2336 is a small case study in how the registered range actually works: not as a tightly controlled namespace, but as a rough convention that software ignores whenever convenient.

क्या यह पृष्ठ सहायक था?

😔
🤨
😃