P.K. SHARMA

Cyber security intelligence, AI governance, practitioner analysis

Security and edge

Web app shield (WAF): what it is and how it is attacked

Checks visits to your website and blocks the ones that look like an attack.

Also known as

  • WAF
  • web application firewall

Typing any of them into the editor finds this object.

Why it matters on a security diagram

It buys time against known attack shapes, but it is a filter in front of the flaw, not a fix for it.

How it gets attacked, and what reduces it

How it gets attacked

  • Requests reshaped until they no longer match a filter
  • Origin server reachable directly, bypassing the shield entirely

What reduces it

  • Fix the flaw behind it, because this is a filter in front of a weakness rather than a repair of it
  • Make the origin server unreachable except through the shield, or it is simply bypassed

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
web-shield

Reviewed . CC BY 4.0.

Others in security and edge

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

Web app shield on your own diagram

Open the editor, press N, and type WAF. 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