Port 28015 โ RethinkDB
TCP ยท Port 28015/TCP is used for RethinkDB, a scalable and fault-tolerant NoSQL database that allows for real-time data processing. This port is responsible for handling queries and commands from clients. Its security relevance lies in the potential exposure to unauthorized access or manipulation of sensitive data.
- Port Number
- 28015
- Service Name
- RethinkDB
- Protocol
- TCP
- Common Software
- RethinkDB
Security Notes
Review IANA registry for port 28015 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 28015 is used for RethinkDB. Port 28015/TCP is used for RethinkDB, a scalable and fault-tolerant NoSQL database that allows for real-time data processing. This port is responsible for handling queries and commands from clients. Its security relevance lies in the potential exposure to unauthorized access or manipulation of sensitive data. Common software: RethinkDB.
Review IANA registry for port 28015 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 28015 <target> or check locally: ss -tlnp | rg 28015