Skip to content

Commit 2712ddf

Browse files
authored
Network - 26889 - Diagnostic logging is enabled in Azure Front Door WAF (#948)
* Made changes as per Alek's suggestions * Made changes as per Alek's suggestions * Made changes as per Alek's suggestions
1 parent 576d474 commit 2712ddf

2 files changed

Lines changed: 90 additions & 231 deletions

File tree

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Without diagnostic logging enabled for Azure Front Door WAF, security teams lose visibility into blocked attacks, rule matches, access patterns, and WAF events occurring at the network edge. Threat actors attempting to exploit web application vulnerabilities through SQL injection, cross-site scripting, or other OWASP Top 10 attacks would go undetected because no WAF logs are being captured or analyzed. The absence of logging prevents correlation of WAF events with other security telemetry, eliminating the ability to construct attack timelines during incident investigations. Furthermore, compliance frameworks such as PCI-DSS, HIPAA, and SOC 2 require organizations to maintain audit logs of web application security events, and the lack of WAF diagnostic logging creates audit failures. Azure Front Door WAF provides multiple log categories including Access Logs and WAF Logs, which must be routed to a destination such as Log Analytics, Storage Account, or Event Hub to enable security monitoring and forensic analysis.
22

33
**Remediation action**
4-
- Configure diagnostic settings for Azure Front Door to enable WAF log collection
5-
- [Create diagnostic settings in Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/create-diagnostic-settings)
6-
- Enable WAF logging to capture firewall events and rule matches
7-
- [Azure Front Door WAF monitoring and logging](https://learn.microsoft.com/en-us/azure/web-application-firewall/afds/waf-front-door-monitor)
8-
- Create a Log Analytics workspace for storing and analyzing WAF logs
9-
- [Create a Log Analytics workspace](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/quick-create-workspace)
10-
- Monitor Azure Front Door using diagnostic logs and metrics
11-
- [Monitor metrics and logs in Azure Front Door](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-diagnostics)
4+
5+
Configure diagnostic settings for Azure Front Door to enable WAF log collection
6+
- [Create diagnostic settings in Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/create-diagnostic-settings)
7+
8+
Enable WAF logging to capture firewall events and rule matches
9+
- [Azure Front Door WAF monitoring and logging](https://learn.microsoft.com/en-us/azure/web-application-firewall/afds/waf-front-door-monitor)
10+
11+
Create a Log Analytics workspace for storing and analyzing WAF logs
12+
- [Create a Log Analytics workspace](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/quick-create-workspace)
13+
14+
Monitor Azure Front Door using diagnostic logs and metrics
15+
- [Monitor metrics and logs in Azure Front Door](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-diagnostics)
16+
1217
<!--- Results --->
1318
%TestResult%

0 commit comments

Comments
 (0)