What Is Port 60731?
Port 60731 falls into the dynamic (ephemeral) port range: 49152-65535. This range contains 16,384 ports that IANA deliberately did not assign to any service. They exist for a specific purpose: temporary, throwaway communications. 1
When your web browser connects to a server, it doesn't use port 80 on your side—it grabs a random ephemeral port like 60731 and talks back over that. The port lives for seconds. Then it disappears. By design.
The Port Range That IANA Gave Up On
The port numbering system is organized in three tiers:
- System Ports (0-1023): Reserved, controlled, managed
- User Ports (1024-49151): Can be registered with IANA
- Dynamic/Private Ports (49152-65535): Not assigned, not controlled, not registered
RFC 6335 formalized this in 2011: these 16,384 ports are off-limits to IANA assignment. 2 They're yours to use. Any application can claim one. The Internet assumes your operating system will hand them out fairly and recycle them quickly. The Internet is usually right about this.
What Uses Port 60731?
No official service is assigned to port 60731. But that doesn't mean nothing is there.
Legitimate uses: Your email client, your backup software, your video call app, or your operating system itself might grab port 60731 for a momentary outbound connection. These connections are ephemeral by design—they exist briefly and vanish.
Malicious uses: Security researchers documented that Trojan.DownLoader34.3753 malware uses port 60731 (along with 60732-60748 and others in the 60000 range) for localhost communications. 3 This trojan injects code into system processes like svchost.exe and iexplore.exe. The presence of port 60731 listening on localhost might indicate infection.
The problem: You can't tell the difference by the port number alone.
How to Check What's Listening on Port 60731
If you see traffic on port 60731, investigate it:
On Linux/macOS:
On Windows:
These commands will show you which process owns the port. If it's your browser or your email client, you're fine. If it's an unknown executable in a system directory, that's worth investigating further.
Why Unassigned Ports Matter
Port 60731 is honest about what it is: a nobody. No protocol standard. No RFC. No special rules. This is the last frontier of the port system—the place where IANA stops managing and the Internet's actual behavior begins.
Malware likes unassigned ports because they're invisible. Your firewall might allow them. You don't know what "should" be there. Security scanners can't flag them as obviously wrong because they're not supposed to have an assigned service.
But this same property—the lack of formal assignment—is also why the Internet works. Without these throwaway ports, every connection would fight for a registered slot. The dynamic range is the relief valve that keeps the system from exploding.
Port 60731 is temporary infrastructure. It should be. But it's temporary infrastructure that nobody watches.
See Also
- Port 49152-65535: The entire dynamic port range
- RFC 6335: Defines the IANA port management procedures 2
- Port 22 (SSH): What a properly assigned port looks like
- Port 443 (HTTPS): The other side of your outbound connections
Frequently Asked Questions
このページは役に立ちましたか?