Port 1370 is unassigned. It has no official service registered with IANA (Internet Assigned Numbers Authority). It belongs to the registered port range (1024-49151)—a space where applications can request specific port numbers for their services, but where many ports remain unclaimed.
What Range This Port Belongs To
The Internet divides ports into three ranges:
- Well-Known Ports (0-1023) — Reserved for standard services like HTTP (80), HTTPS (443), and SSH (22). Require administrative privileges to use.
- Registered Ports (1024-49151) — Available for applications to register with IANA. Port 1370 lives here.
- Dynamic/Ephemeral Ports (49152-65535) — Temporary ports assigned by the operating system for short-lived connections.
Port 1370 is registered range territory. Applications can request these ports from IANA for specific services, but many—including 1370—remain unclaimed. This doesn't mean they're unused. It means no one has filed the official paperwork.1
Known Unofficial Uses
Port 1370 has no widely documented service running on it. Some security databases have flagged it for past association with trojans or malware, but this doesn't make the port itself dangerous—just means someone once used an unlocked door.2
Any application can listen on port 1370 if it chooses. Custom software, internal tools, or experimental services might use it. If you see traffic on this port, it's worth investigating what's actually running.
How to Check What's Listening
If you need to see what's using port 1370 on your system, use these commands:
On Linux or macOS:
On Windows:
These commands show whether anything is listening on port 1370, what process owns it, and whether it's using TCP or UDP.3
Why Unassigned Ports Matter
The Internet has 65,535 ports. Only a fraction have official assignments. The rest—like port 1370—exist as flexible space. They let developers build custom applications without colliding with established services. They let organizations run internal tools without requesting official registration.
Unassigned doesn't mean unused. It means unclaimed. And sometimes, that's exactly what you need—a port that doesn't come with expectations, just availability.
Security Considerations
An unassigned port carries no inherent risk. The danger comes from what listens on it. If you see unexpected traffic on port 1370:
- Identify the process using it
- Verify it's legitimate software you installed
- Block it at the firewall if you don't recognize it
Open ports are doors. What matters is who's standing in the doorway.
Related Ports
Port 1370 sits among thousands of other registered ports, many unassigned. If you're building an application and need a port, the registered range is where you look. Check IANA's registry, pick an unassigned number, and start listening.
The Internet is full of quiet ports, waiting for someone to knock.
Frequently Asked Questions About Port 1370
Byla tato stránka užitečná?