Port 7474 โ Neo4j
TCP ยท Port 7474/TCP is used for communication with Neo4j, a graph database that allows users to interact with the database using Cypher queries. This port is relevant in security contexts as it provides access to sensitive data and requires secure configuration to prevent unauthorized access.
- Port Number
- 7474
- Service Name
- Neo4j
- Protocol
- TCP
- Common Software
- Neo4j
Security Notes
Review IANA registry for port 7474 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 7474 is used for Neo4j. Port 7474/TCP is used for communication with Neo4j, a graph database that allows users to interact with the database using Cypher queries. This port is relevant in security contexts as it provides access to sensitive data and requires secure configuration to prevent unauthorized access. Common software: Neo4j.
Review IANA registry for port 7474 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 7474 <target> or check locally: ss -tlnp | rg 7474