Decrypt Mirror Interfaces in Palo Alto Networks firewalls allow the forwarding of decrypted SSL/TLS traffic to a designated interface for analysis by external tools. This feature is essential for organizations requiring deep packet inspection, data loss prevention (DLP), or forensic analysis.
sequenceDiagram participant Client participant Firewall participant ExternalTool Client->>Firewall: Encrypted Traffic Firewall->>Client: Decryption Handshake Firewall->>ExternalTool: Decrypted Traffic Firewall->>Destination: Forwarded Traffic