← Port Encyclopedia
2484
Oracle-TLS-Alt
TCP
Database
High Risk
Oracle database TLS alternative — secondary encrypted Oracle port
🔍 How to Scan Port 2484
nmap -sV -p 2484 target
nmap -sV -sC --script=banner -p 2484 target
nc -zv target 2484
🛡️ Security Considerations
- Scan port 2484 with
nmap -sVto identify the exact service and version - If Oracle-TLS-Alt is not needed, close or firewall this port immediately
- Check for default credentials if a management interface runs on this port
- Use
searchsploit oracle-tls-altto find known exploits - Monitor traffic on port 2484 with Wireshark or tcpdump for anomalies
- Ensure the service is patched to the latest version to prevent known CVE exploitation