Port 674ACAP
**ACAP (Application Configuration Access Protocol)** is a protocol designed primarily for the storage, retrieval, and management of user configuration data and preferences across multiple devices or applications. It facilitates centralized access to user-related data such as bookmarks, contact lists, and email preferences, making user profiles portable and synchronized across distributed clients..
- transport
- tcp
- in transit
- cleartext
- assignment
- official
- risk
- 4/10
- lookups
- 9,967
single transport
payload readable on path
registered with iana
caution
rank 471 of 993 · top 47%
Technical Details
what runs on :674Overview
ACAP, standardized in RFC 2244, is an application-layer protocol that enables clients to remotely access and manage structured hierarchical data, often related to user settings. It employs a client-server model using TCP to provide reliable communication between clients and servers, supporting authenticated and authorized access.
Structure and Capabilities
The protocol manages hierarchical data stores similar to lightweight directories, supporting capabilities such as:
- Searching: Efficient server-side searching with filtering.
- Fetching: Retrieval of selected configuration items.
- Modification: Atomic updates, additions, and deletions.
- Access Control: Integration with ACLs for user-specific permissions.
This design promotes seamless synchronization of user preferences across email clients, address books, bookmarks, and other compatible network-enabled applications.
Integration and Deployment
While initially envisioned to work closely with email-related protocols like IMAP and LDAP, ACAP remained relatively niche due to the rise of alternative synchronization technologies and proprietary solutions. However, its flexible, hierarchical data model remains an influential design for remote configuration services.
Security Information
exposure of :674risk score
4/ 10caution
worth attention. how exposed you are depends on configuration — don't leave it reachable from the internet without a reason.
email averages 3.9 across 42 ports — this one sits 0.1 above.
in transit
cleartext
credentials and payloads are readable by anyone on path
assignment
official
registered with iana for this service — scanners fingerprint it by number
reachable over
tcp
every listening transport is another surface to filter at the edge
security overview
Common Vulnerabilities
- Weak Authentication Mechanisms: If deployed without strong authentication (e.g., plaintext passwords), it can be vulnerable to credential interception.
- Data Exposure: Since ACAP handles sensitive configuration and personal preferences, lack of encryption exposes this data to eavesdropping.
- Access Control Misconfigurations: Poor ACL management can lead to unauthorized access or privilege escalation.
- Injection Attacks: Malformed queries may exploit poorly-validated inputs.
Security Mitigations
- Enable Strong Authentication: Use SASL mechanisms or other secure authentication protocols.
- Enforce Encryption: Run ACAP over TLS to protect data in transit.
- Harden Access Controls: Regularly review and restrict ACL permissions.
- Patch Regularly: Keep server software updated to mitigate protocol implementation flaws.
- Network Segmentation: Limit ACAP server exposure within trusted internal networks, avoiding direct Internet access unless necessary.
Related Ports
the 8 most looked-up other ports in email — 42 ports carry that label.
| port | service | risk | |||
|---|---|---|---|---|---|
| :143 | IMAP | TCPUDP | caution | 20.7k | |
| :995 | POP3S | TCPtls | caution | 18.8k | |
| :109 | POP2 | TCP | caution | 17.9k | |
| :2096 | cPanel SSL Webmail | TCPtls | Web Services | safe | 17.4k |
| :110 | POP3 | TCP | caution | 15.5k | |
| :993 | IMAPS | TCPtls | caution | 14.5k | |
| :1352 | Lotus Notes RPC | TCP | caution | 12.3k | |
| :24 | Private Mail | TCPUDP | caution | 11.7k |
risk mix of the 8 listed
- safe13%
- caution88%
3 of 8 encrypted