Port 5672 โ AMQP
TCP ยท Port 5672/TCP is used for the Advanced Message Queuing Protocol (AMQP) service, which enables message-oriented middleware communication between applications. This port is relevant to network security as it facilitates the exchange of sensitive data and requires secure configuration to prevent unauthorized access.
- Port Number
- 5672
- Service Name
- AMQP
- Protocol
- TCP
- Common Software
- RabbitMQ
Security Notes
Review IANA registry for port 5672 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 5672 is used for AMQP. Port 5672/TCP is used for the Advanced Message Queuing Protocol (AMQP) service, which enables message-oriented middleware communication between applications. This port is relevant to network security as it facilitates the exchange of sensitive data and requires secure configuration to prevent unauthorized access. Common software: RabbitMQ.
Review IANA registry for port 5672 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 5672 <target> or check locally: ss -tlnp | rg 5672