Security incident scenario used for structured troubleshooting practice.
A WAF blocks legitimate traffic only (alternate-proxy-chain-triggers-different-waf-signals)
The main site is correctly tuned, yet the same application breaks on a second hostname because the WAF sees different request attributes after another ingress path rewrites them.
- Identify the primary failure signal in the WAF / AppSec scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Capture what restored service quickly and what should change to reduce recurrence.
Community-field security problem inspired by public discussions where alternate hostnames triggered different WAF behavior because they traversed anothe... A WAF rule tuned for one header and proxy shape can still fail on alternate hostnames that rewrite requests differently.
Teams often assume the false positive is gone everywhere after testing only the primary hostname.
Multiple ingress paths create multiple request shapes, and WAF behavior follows the request shape the edge actually sees.