How to Prevent Access to Encrypted Websites Based on Certificate Authority

How to Prevent Access to Encrypted Websites Based on Certificate Authority

26866
Created On 09/25/18 17:52 PM - Last Modified 06/01/23 03:08 AM


Resolution


In some situations, you may want to restrict or prevent access to certain encrypted websites based on their Certificate Authority (CA). The CA itself may have been compromised so you want act immediately, or you no longer trust certificates issued by a particular CA.

 

You can control access manually on an individual client by deleting the certs in question from the list of browsers' Trusted Root CAs, but the manual process can be tedious and it's relatively easy to bypass these controls. Further, browsers such as Firefox use their own certificate repository, adding to the overall complexity of making sure all types of browsers are addressed.

 

As of PAN-OS v5.0.x, you can view the contents of the installed cert repository and disable Root CAs that are no longer trusted. This feature minimally requires PAN-OS v5.0.x and enabling SSL-Decryption. Refer to SSL Forward Proxy (Man in the Middle).

 

To view the list of certificates, go to Device > Certificate Management > Certificates:

certs2.JPG

 

Steps

To restrict access to all sites signed by a particular CA:

  1. Enable Forward Proxy.  Refer to the Decryption Policies section in the Palo Alto Networks Administrator's Guide Release 5.0 (English).
  2. Though a single certificate can be used for both Forward Trust and Forward Untrust, creating a separate certificate specifically for Untrust (which must be generated as a CA) allows for easy differentiation of a valid certificate/trust error as the Palo Alto Networks device proxies the secure session:

    cert3.JPG

  3. Verify the CA to be blocked, keeping in mind that doing so blocks access to all sites issued by this CA.

     

    An easy way to verify the issuer of the cert is by using a browser to visit the site directly, without decryption and viewing the cert properties:

    ff-example.JPG

    Note: This example shows a legitimate and trusted root CA which would typically never be disabled--the example's for demonstration purposes only.

     

    In the example, the certificate was issued by DigiCert High Assurance CA-3, a subordinate CA. Intermediate CAs are not installed into the Palo Alto certificate repository, as presenting a complete/valid chain is typically the responsibility of the hosting server. The top-most CA within the Certificate Hierarchy would need to be disabled, in this example, GTE CyberTrust Global Root. At this point, the Common Name (CN) of the cert is known, though to ensure the correct CA is disabled, it is best to view the Root Certificate directly. Compare the serial number with that of the certificate installed on the Palo Alto Networks device, as multiple CAs with similar names may be installed. Using Firefox, highlight the Root CA directly and scroll through the list of Certificate Fields to view the serial number.

     

    If using Internet Explorer or Chrome (which shares the Windows Certificate Repository), view the Certification Path of the issued cert, highlight the Root CA (View Certificate), then scroll through the Certificate Details for the serial number:

    IE-Example.JPG

     

    Go to Device > Certificate Management > Certificates, search for the CN of the cert, highlight, then export to compare against the cert exported directly via the website/browser:

    export.JPG

    Upon export, open the cert/view Certificate Details and compare the serial number with that of the site/browser exported CA:

    export2.JPG

    After confirming a match of servial numbers, highlight the certificate and disable:

    disable.JPG

  4. Next, go to Objects > Security Profiles > Decryption Profile and create a decryption profile. Below is a simple example to block sessions with untrusted issuers. Click OK.

    profile.JPG

  5. Go to Policies > Security > Decryption and associate the Decryption Profile with the Decryption Policy:

    profile-edit.JPG

  6. Commit the configuration.
  7. Certificates for various sites issued by the disabled CA may have been previously cached, resulting in users bypassing the new Decryption Profile altogether. Enter the command

    > show system setting ssl-decrypt certificate-cache

    yahoo-bypassed.JPG

    If sites are bypassing the block policy, delete the cert cache via the CLI:

    > debug dataplane reset ssl-decrypt certificate-cache

    Clearing this cache deletes all cached certs, and requires accessing sites again to repopulate.

  8. Verify intended sites are blocked. An initial certificate error is displayed, followed by (upon continuing) a block page:

    error1.JPG

    error2.JPG

    As mentioned in Step 2, viewing the certificate properties shows that the issuing cert is the 'Untrust' cert (if created), providing further validation that the session was intercepted and untrusted by the Palo Alto Networks device:

    error3.JPG

    To roll back changes, go to Device > Certificate Management > Certificates, search for the CN of the disabled cert, re-enable, and commit the configuration.

    enable.JPG

 

owner: bryan



Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClLeCAK&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language