scm_create_dns_security_profile
Create DNS security profiles to block botnet domains and malware threats by configuring threat categories, actions, and sinkhole settings.
Instructions
Create a DNS security profile.
Args: name: Unique name for the profile. folder: Folder to create the profile in. description: Optional description. botnet_domains: Optional botnet domain configuration dict. Controls threat categories and actions, e.g.: {'dns_security_categories': [{'name': 'pan-dns-sec-malware', 'action': 'sinkhole'}], 'sinkhole': {'ipv4_address': 'pan-sinkhole-default-ip'}}. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| description | No | ||
| botnet_domains | No | ||
| tsg_id | No |