diff --git a/checklists/afd_checklist.en.json b/checklists/afd_checklist.en.json index 7f76ab13c..b0b0aeacf 100644 --- a/checklists/afd_checklist.en.json +++ b/checklists/afd_checklist.en.json @@ -197,6 +197,7 @@ "guid": "49a98f2b-ec22-4a87-9415-6a10b00d6555", "id": "A01.30", "severity": "High", + "graph" : 'resources| where type =~ 'microsoft.network/frontdoorwebapplicationfirewallpolicies'| where properties['managedRules']['managedRuleSets'][0]['ruleSetType'] =~ 'Microsoft_DefaultRuleSet'| extend compliant = properties['managedRules']['managedRuleSets'][0]['ruleSetType'] =~ 'Microsoft_DefaultRuleSet'| distinct id,name,compliant', "link": "https://learn.microsoft.com/azure/web-application-firewall/afds/waf-front-door-best-practices#enable-default-rule-sets" }, { @@ -514,4 +515,4 @@ "waf": "all", "timestamp": "September 23, 2024" } -} \ No newline at end of file +}