P.K. SHARMA

Cyber security intelligence, AI governance, practitioner analysis

Security and edge

Traffic splitter (load balancer): what it is and how it is attacked

Spreads incoming requests across several servers.

Also known as

  • load balancer
  • LB
  • ADC

Typing any of them into the editor finds this object.

Why it matters on a security diagram

It is the real front door for most services, so it holds the certificates and sees every request.

How it gets attacked, and what reduces it

How it gets attacked

  • Individual servers reachable directly, skipping the front door
  • Health check endpoints left unauthenticated

What reduces it

  • Make individual servers unreachable except through it
  • Do not trust address headers it adds unless nothing else can inject them
  • Treat it as a key store, because it holds the private keys for everything behind it

Where it sits

Group
Security and edge · The things that sit in front of something else and check what is trying to reach it.
Whose side, by default
Ours · Belongs to the organisation the diagram is about.
Catalogue identifier
traffic-splitter

Reviewed . CC BY 4.0.

Others in security and edge

The security and edge group lists all 11 of them side by side.

Traffic splitter on your own diagram

Open the editor, press N, and type load balancer. The object is placed and connected to whatever was selected, and Tab adds the next one already joined to it. Nothing is uploaded: the page is served with a Content Security Policy that forbids the browser from making any outbound request at all.

Open the diagram maker