Palo Alto Networks' DNS Security service enhances traditional DNS protection by leveraging cloud-based analytics, machine learning, and threat intelligence to detect and block malicious domains in real-time. It integrates seamlessly with Palo Alto Networks Next-Generation Firewalls (NGFWs) to provide proactive defense against DNS-based threats such as domain generation algorithms (DGAs), DNS tunneling, and newly registered domains.
Objects > Security Profiles > Anti-Spyware
and enable DNS Security under the DNS Signatures tab.
sequenceDiagram participant Client participant Firewall participant DNS Security Cloud participant DNS Server Client->>Firewall: DNS Query Firewall->>DNS Security Cloud: Query Analysis DNS Security Cloud-->>Firewall: Verdict (Benign/Malicious) alt Verdict is Benign Firewall->>DNS Server: Forward DNS Query DNS Server-->>Firewall: DNS Response Firewall-->>Client: DNS Response else Verdict is Malicious Firewall-->>Client: Block/Sinkhole Response end
sequenceDiagram participant Attacker participant Compromised Host participant Firewall participant DNS Security Cloud Attacker->>Compromised Host: Initiate DNS Tunneling Compromised Host->>Firewall: DNS Query with Encoded Data Firewall->>DNS Security Cloud: Analyze Query Pattern DNS Security Cloud-->>Firewall: Detect Tunneling Activity Firewall-->>Compromised Host: Block Query and Log Event