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

What is port 5672 used for?

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.

Is port 5672 dangerous to leave open?

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

How do I check if port 5672 is open?

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