Skip to main content

CCC Load Balancer Capabilities

Load balancing services distribute incoming network traffic across multiple instances or servers to ensure high availability, scalability, and reliability of applications.

Release Details

Version:
DEV
Assurance Level:
Release Manager:
DB
Development Build

Contributors

DT
Development Team

Change Log

  • Development build - no formal changelog available

Capabilities

IDTitleDescriptionThreat Mappings
CCC.LB.F01Static Load BalancingEmploy load balancing algorithms that follow fixed rules, independent of the current server state.
0
CCC.LB.F02Dynamic Load BalancingEmploy load balancing algorithms that consider the current state of servers before distributing traffic. Load balancer adjusts traffic distribution in real-time based on the current server health, resource utilization, and traffic conditions.
1
CCC.LB.F03Layer 7 RoutingProviding distribution of incoming traffic based on the application layer or layer 7 (on ISO model) information. Some of the supported protocols on layer 7 are HTTP, HTTPS, HTTP/2, gRPC, and WebSockets.
0
CCC.LB.F04Layer 4 RoutingProviding distribution of incoming traffic based on the transport layer or layer 4 (on ISO model) information. It uses the combination of IP addresses and TCP/UDP port to distribute incoming traffic rather than inspecting the actual content of the packets.
0
CCC.LB.F05URL-Based RoutingDirect incoming requests to different backend resources based on the content of the request URL.
0
CCC.LB.F06HTTP Header-Based RoutingDirect incoming requests to different backend resources based on the values of HTTP headers.
0
CCC.LB.F07WebSocket SupportAbility to support web socket communication.
0
CCC.LB.F08Dual-stack Load BalancingAbility to support traffic originated from both IPv4 and IPv6.
0
CCC.LB.F09Load Balancer AutoscalingAbility for the load balancer to dynamically adjust its capacity in response to fluctuations in incoming traffic.
0
CCC.LB.F10Target AutoscalingAbility for the load balancer to trigger scaling actions of the backend instances (targets) to handle fluctuations in incoming traffic.
0
CCC.LB.F11SSL/TLS TerminationProcess of decrypting SSL or TLS encrypted traffic at the load balancer level rather than at the backend servers. This allows the load balancer to offload the decryption task from the backend servers.
1
CCC.LB.F12Target Health ChecksAbility to continuously perform health checks on backend backend targets in form of checking the response to HTTP request, TCP connection or checking other application-specific parameter
1
CCC.LB.F13Health Checks-based Target RemovalIf the health check detects that a backend target is unhealthy the load balancer will remove that unhealthy target from its list of available backend instances. This ensures that traffic is no longer routed to the unhealthy target.
1
CCC.LB.F14RetriesAbility to retry delivery of failed requests to targets. The conditions under which the load balancer retries, how long to wait before retrying, and the maximum number of retries permitted are configurable.
0
CCC.LB.F15Session AffinityCan configure subsequent requests from an initial client to be passed to the same target.
1
CCC.LB.F16URL RedirectsRedirect incoming traffic to a different URL or location.
0
CCC.LB.F17URL RewritesRewrite URL paths before forwarding them to backend services.
0
CCC.LB.F18Custom ResponseAbility to configure specific HTTP responses to be returned by the load balancer under defined conditions.
0
CCC.LB.F19Request and Response Header TransformationsAbility to modify HTTP headers of both incoming requests and outgoing responses.
1
CCC.LB.F20Traffic Splitting / Weighted RoutingCan distribute incoming traffic across multiple backend resources based on predefined weights or percentages (e.g., for canary deployments, A/B testing, blue-green deployments, or gradual traffic migrations).
1
CCC.LB.F21Traffic MirroringCan duplicate incoming network traffic and send it to a secondary destination for monitoring, analysis, or testing purposes.
0
CCC.LB.F22Rate Limiting / ThrottlingAbility to limit the number of requests per second per client. This ensures that no single client or user overloads the backend servers, distributing requests fairly across multiple instances.
1
CCC.LB.F23Firewall IntegrationAbility to seamlessly integrate with firewall services to ensure only legitimate and secure traffic reaches backend servers, blocking malicious requests.
0
CCC.Core.F03Access Log PublicationThe service automatically publishes structured, verbose records of activities performed within the scope of the service by external actors.
2
CCC.Core.F04Transaction Rate LimitsThe service can throttle, delay, or reject excess requests when transactions exceed a user-specified rate limit, and always provides industry-standard throughput up to that limit.
2
CCC.Core.F06Access ControlThe service automatically enforces user configurations to restrict or allow access to a specific component or a child resource based on factors such as user identities, roles, groups, or attributes.
1
CCC.Core.F08Data ReplicationThe service automatically replicates data across multiple deployments simultaneously with parity, or may be configured to do so.
0
CCC.Core.F09Metrics PublicationThe service automatically publishes structured, numeric, time-series data points related to the performance, availability, and health of the service or its child resources.
2
CCC.Core.F10Log PublicationThe service automatically publishes structured, verbose records of activities, operations, or events that occur within the service.
2
CCC.Core.F14API AccessThe service exposes a port enabling external actors to interact programmatically with the service and its resources using HTTP protocol methods such as GET, POST, PUT, and DELETE.
1
CCC.Core.F15Cost ManagementThe service monitors data published by child or networked resources to infer usage patterns and generate cost reports for the service.
0
CCC.Core.F16BudgetingThe service may be configured to take a user-specified action when a spending threshold is met or exceeded on a child or networked resource.
1
CCC.Core.F17AlertingThe service may be configured to emit a notification based on a user-defined condition related to the data published by a child or networked resource.
0
CCC.Core.F19Resource ScalingThe service may be configured to scale child resources automatically or on-demand.
1
CCC.Core.F20Resource TaggingThe service provides users with the ability to tag a child resource with metadata that can be reviewed or queried.
0
CCC.Core.F22Location Lock-InThe service may be configured to restrict the deployment of child resources to specific geographic locations.
0

Threats

IDTitleDescriptionExternal MappingsCapability MappingsControl Mappings
CCC.LB.TH01Unrestricted Request Traffic Overwhelms Downstream ServicesAbsence of filtering or rate limiting permits malicious traffic to overload downstream services and facilitates brute-force activity.
1
2
0
CCC.LB.TH03Traffic Distribution Is ManipulatedAdjusting distribution policies can concentrate traffic on specific nodes causing DoS or redirect flows through unwanted paths.
1
1
0
CCC.LB.TH04Session Persistence Is ExploitedImproper session-affinity settings can enable session fixation or hijacking across backend targets.
1
1
0
CCC.LB.TH05Health Checks Are Exploited to Take Services OfflineManipulating health-check endpoints or responses can cause healthy targets to be marked unavailable, leading to denial of service.
1
1
0
CCC.LB.TH06Sensitive Metadata Exposure via HTTP HeadersResponse headers may reveal software versions, internal IPs, or other metadata useful for reconnaissance.
1
1
0
CCC.LB.TH07TLS Certificates Are Expired or InvalidStale or untrusted certificates weaken encrypted-traffic protection.
1
1
0
CCC.Core.TH01Access is Granted to Unauthorized UsersLogic designed to give different permissions to different entities may be misconfigured or manipulated, allowing unauthorized entities to access restricted parts of the service, its data, or its child resources. This could result in a loss of data confidentiality or tolerance of unauthorized actions which impact the integrity and availability of resources and data.
1
1
4
CCC.Core.TH02Data is Intercepted in TransitData transmitted by the service is susceptible to collection by any entity with access to any part of the transmission path. Packet observations can be used to support the planning of attacks by profiling origin points, destinations, and usage patterns. The data may also be vulnerable to interception or modification in transit if not properly encrypted, impacting the confidentiality or integrity of the transmitted data.
1
1
1
CCC.Core.TH07Logs are Tampered With or DeletedTampering or deletion of service logs will reduce the system's ability to maintain an accurate record of events. Any actions that compromise the integrity of logs could disrupt system availability by disrupting monitoring, hindering forensic investigations, and reducing the accuracy of audit trails.
1
1
0
CCC.Core.TH09Runtime Logs are Read by Unauthorized EntitiesUnauthorized access to logs may expose valuable information about the system's configuration, operations, and security mechanisms. This could jeopardize system availability through the exposure of vulnerabilities and support the planning of attacks on the service, system, or network. If logs are not adequately sanitized, this may also directly impact the confidentiality of sensitive data.
1
1
0
CCC.Core.TH12Resource Constraints are ExhaustedExceeding the resource constraints through excessive consumption, resource-intensive operations, or lowering of rate-limit thresholds can impact the availability of elements such as memory, CPU, or storage. This may disrupt availability of the service or child resources by denying the associated functionality to users. If the impacted system is not designed to expect such a failure, the effect could also cascade to other services and resources.
1
1
0
CCC.Core.TH15Automated Enumeration and Reconnaissance by Non-human EntitiesAutomated processes may be used to gather details about service and child resource elements such as APIs, file systems, or directories. This information can reveal vulnerabilities, misconfigurations, and the network topology, which can be used to plan an attack against the system, the service, or its child resources.
1
1
0
CCC.Core.TH16Publications are DisabledPublication of events, metrics, and runtime logs may be disabled, leading to a lack of expected security and operational information being shared. This can impact system availability by delaying the detection of incidents while also impacting system design decisions and enforcement of operational thresholds, such as autoscaling or cost management.
1
1
0
CCC.Core.TH17Responses are Generated for Unauthorized RequestsThe service may generate responses to requests from unauthorized entities. This could lead to the exposure of system details, which may be used to plan an attack against the service, system, or network. Additionally, allocating resources to service the request could lead to a denial of service for legitimate users, leading to a loss of availability anywhere in the system.
1
1
0

Controls

IDTitleObjectiveControl FamilyThreat MappingsGuideline MappingsAssessment Requirements
CCC.LB.C01Enforce and Detect Rate LimitingDetect and throttle malicious or excessive requests to prevent downstream resource exhaustion and brute-force activity. Logging & Monitoring
2
6
2
CCC.LB.C06Secure Health-Check TelemetryMonitor health-check endpoints for tampering and alert on abnormal status changes. Logging & Monitoring
1
2
1
CCC.Core.C04Log All Access and ChangesEnsure that all access attempts are logged to maintain a detailed audit trail for security and compliance purposes. Logging & Monitoring
1
5
3
CCC.LB.C04Enforce Distribution PoliciesEnsure traffic-splitting weights and algorithms are modified only by trusted identities. Identity and Access Management
1
2
1
CCC.LB.C05Validate Session AffinityConfigure session persistence to minimise fixation and hijacking risks. Identity and Access Management
1
2
1
CCC.LB.C09Restrict Management API AccessLimit load-balancer API calls to authorised identities and trusted networks. Identity and Access Management
1
2
1
CCC.Core.C03Implement Multi-factor Authentication (MFA) for AccessEnsure that all sensitive activities require two or more identity factors during authentication to prevent unauthorized access. Identity and Access Management
1
6
4
CCC.Core.C05Prevent Access from Untrusted EntitiesEnsure that secure access controls enforce the principle of least privilege to restrict access to authorized entities from explicitly trusted sources only. Identity and Access Management
1
8
6
CCC.LB.C02Auto-Scale Load Balancer CapacityExpand load-balancer capacity to maintain availability during traffic spikes. Data
1
2
1
CCC.LB.C07Scrub Sensitive HeadersRemove headers that disclose internal details or software versions from HTTP responses. Data
1
2
1
CCC.Core.C01Encrypt Data for TransmissionEnsure that all communications are encrypted in transit to protect data integrity and confidentiality. Data
1
8
5
CCC.Core.C02Encrypt Data for StorageEnsure that all data stored is encrypted at rest using strong encryption algorithms. Data
1
7
1
CCC.Core.C06Restrict Deployments to Trust PerimeterEnsure that the service and its child resources are only deployed on infrastructure in locations that are explicitly included within a defined trust perimeter. Data
1
4
2
CCC.Core.C10Restrict Data Replication to Trust PerimeterEnsure that data is only replicated on infrastructure in locations that are explicitly included within a defined trust perimeter. Data
1
4
1
CCC.LB.C08Automate Certificate RenewalMaintain valid TLS certificates by automating renewal and deployment before expiry. Encryption
1
2
1