- What the edge presents
- The hostname resolves to the CDN. Requests pass the WAF, headers are normalised, rate limits apply, and an external scanner pointed at that hostname is assessing the edge. Every result it returns is true. None of it describes the server doing the work, and the difference only matters on the day somebody stops asking politely.
- What the origin answers
- Candidate addresses assembled from historic DNS, certificate transparency, hosting neighbourhood and public scan data are probed with your hostname supplied in the request. Where an address serves the same application directly, the WAF is not in the path at all. The same probing surfaces virtual hosts with no DNS record of their own — internal consoles and staging applications published on a shared address, reachable by anyone who asks for them by name.
- What the record shows afterwards
- Two named finding types carry it — origin_exposure and internal_application_exposure — each holding the origin address, the hostname it answered for, and the evidence that both served the same application. Probe coverage is recorded per host, so an address nobody reached reads as unprobed rather than as clean and the gap is something you can see instead of something you have to assume. Where it is safe and authorised, Continuous Automated Red-Teaming then assesses the origin itself and reports what the edge was hiding.