diff --git a/checklists/afd_checklist.en.json b/checklists/afd_checklist.en.json index 7f76ab13c..d6ba4292c 100644 --- a/checklists/afd_checklist.en.json +++ b/checklists/afd_checklist.en.json @@ -208,6 +208,7 @@ "guid": "147a13d4-2a2f-4824-a524-f5855b52b946", "id": "A01.31", "severity": "High", + "graph" : 'resources| where type =~ 'microsoft.network/frontdoorwebapplicationfirewallpolicies'| where properties['managedRules']['managedRuleSets'][1]['ruleSetType'] =~ 'Microsoft_BotManagerRuleSet'| extend compliant = properties['managedRules']['managedRuleSets'][1]['ruleSetType'] =~ 'Microsoft_BotManagerRuleSet'| distinct id,name,compliant', "link": "https://learn.microsoft.com/azure/web-application-firewall/afds/waf-front-door-best-practices#enable-bot-management-rules" }, { @@ -514,4 +515,4 @@ "waf": "all", "timestamp": "September 23, 2024" } -} \ No newline at end of file +}