diff --git a/checklists/afd_checklist.en.json b/checklists/afd_checklist.en.json index 7f76ab13c..663afa41c 100644 --- a/checklists/afd_checklist.en.json +++ b/checklists/afd_checklist.en.json @@ -175,6 +175,7 @@ "guid": "2902d8cc-1b0c-4495-afad-624ab70f7bd6", "id": "A01.28", "severity": "High", + "graph" : 'resources | where type =~ 'microsoft.network/frontdoorwebapplicationfirewallpolicies' | where properties['policySettings']['mode'] =~ 'Detection'| extend compliant = (properties['policySettings']['mode'] =~ 'Detection')| distinct id, compliant', "link": "https://learn.microsoft.com/azure/web-application-firewall/afds/waf-front-door-best-practices#tune-your-waf" }, { @@ -514,4 +515,4 @@ "waf": "all", "timestamp": "September 23, 2024" } -} \ No newline at end of file +}