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

What is port 7474 used for?

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.

Is port 7474 dangerous to leave open?

Review IANA registry for port 7474 usage. Apply principle of least privilege - only open ports that are required.

How do I check if port 7474 is open?

Use nmap: nmap -p 7474 <target> or check locally: ss -tlnp | rg 7474