Network Security
Test Decryption (Strata Cloud Manager)
Table of Contents
Expand All
|
Collapse All
Network Security Docs
-
- Security Policy
-
- Security Profile Groups
- Security Profile: AI Security
- Security Profile: WildFire® Analysis
- Security Profile: Antivirus
- Security Profile: Vulnerability Protection
- Security Profile: Anti-Spyware
- Security Profile: DNS Security
- Security Profile: DoS Protection Profile
- Security Profile: File Blocking
- Security Profile: URL Filtering
- Security Profile: Data Filtering
- Security Profile: Zone Protection
-
- Policy Object: Address Groups
- Policy Object: Regions
- Policy Object: Traffic Objects
- Policy Object: Applications
- Policy Object: Application Groups
- Policy Object: Application Filter
- Policy Object: Services
- Policy Object: Auto-Tag Actions
- Policy Object: Devices
-
- Uses for External Dynamic Lists in Policy
- Formatting Guidelines for an External Dynamic List
- Built-in External Dynamic Lists
- Configure Your Environment to Access an External Dynamic List
- Configure your Environment to Access an External Dynamic List from the EDL Hosting Service
- Retrieve an External Dynamic List from the Web Server
- View External Dynamic List Entries
- Enforce Policy on an External Dynamic List
- Find External Dynamic Lists That Failed Authentication
- Disable Authentication for an External Dynamic List
- Policy Object: HIP Objects
- Policy Object: Schedules
- Policy Object: Quarantine Device Lists
- Policy Object: Dynamic User Groups
- Policy Object: Custom Objects
- Policy Object: Log Forwarding
- Policy Object: Authentication
- Policy Object: Decryption Profile
- Policy Object: Packet Broker Profile
-
-
-
- The Quantum Computing Threat
- How RFC 8784 Resists Quantum Computing Threats
- How RFC 9242 and RFC 9370 Resist Quantum Computing Threats
- Support for Post-Quantum Features
- Post-Quantum Migration Planning and Preparation
- Best Practices for Resisting Post-Quantum Attacks
- Learn More About Post-Quantum Security
-
-
-
- Investigate Reasons for Decryption Failure
- Identify Weak Protocols and Cipher Suites
- Troubleshoot Version Errors
- Troubleshoot Unsupported Cipher Suites
- Identify Untrusted CA Certificates
- Repair Incomplete Certificate Chains
- Troubleshoot Pinned Certificates
- Troubleshoot Expired Certificates
- Troubleshoot Revoked Certificates
Test Decryption (Strata Cloud Manager)
- Filter the Traffic logs for decrypted traffic sessions.
- Select Incidents and AlertsLog Viewer Firewall/Traffic.
- In the search field, enter the following query: ( Is Proxy = true).
This filter displays only logs in which the SSL proxy flag is on, meaning only decrypted traffic—every log entry has the value true in the Decrypted column.You can filter the traffic more granularly by adding more terms to the query. For example, to filter for decrypted traffic going only to the destination IP address 99.84.224.105, add the query Destination Address = '99.84.224.105'. - Filter the Traffic logs for SSL traffic sessions that were not decrypted.
- Select Incidents and AlertsLog Viewer Firewall/Traffic.
- In the search field, enter one of the following queries:
- (Is Proxy != true) AND (Application = 'SSL')
- (Is Decrypted = False) AND (Application = 'SSL')
This filter displays only logs in which the SSL proxy flag is off (meaning only encrypted traffic) and the traffic is SSL traffic; every log entry has the value false in the Decrypted column and the value ssl in the Application column.Similar to the example for viewing decrypted Traffic logs, you can add terms to filter the traffic that you don’t decrypt in a more granular fashion. - Filter the Traffic logs for a particular session.
- Select Incidents and AlertsLog Viewer Firewall/Traffic.
- Filter on the Session ID using the query Session ID = Session ID value. For example, to see the log for a session with the ID 137020, enter the query: Session ID = 137020). You can find the ID number in the Session ID column in the log output, as shown in the previous screens. If the Session ID column isn’t visible, add the column to the output.
- Filter the Traffic logs for all TLS and SSH traffic.
- Select Incidents and AlertsLog Viewer Firewall/Traffic.
- To view both decrypted and undecrypted TLS and SSH traffic, use the query: Is Encrypted != 0.
- Drill down into the log details.To view more information about a particular log entry, click the log details icon (The box for the Decrypted flag provides a second way to verify if traffic was decrypted.You can also take upstream and downstream packet captures of decrypted traffic to view how the NGFW processes SSL traffic and takes actions on packets, or perform deep packet inspection.