Question 1hardmultiple choice
Read the full Decryption and Monitoring explanation →PCNSA Decryption and Monitoring • Complete Question Bank
Complete PCNSA Decryption and Monitoring question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. # show system info | match decrypt Decryption status: enabled Decryption sessions: 523 (current), 1024 (peak) Certificate errors: 12 (since last hour) # show decryption statistics Policy hits: Decrypt: 1500, No Decrypt: 300 TLS version failures: 5 (TLS 1.0: 3, TLS 1.1: 2)
Refer to the exhibit.
{
"decryption_rules": [
{
"name": "rule1",
"source_zone": ["trust"],
"destination_zone": ["untrust"],
"source_address": ["any"],
"destination_address": ["any"],
"category": ["financial-services"],
"action": "no-decrypt",
"description": "Skip decryption for finance sites"
},
{
"name": "rule2",
"source_zone": ["trust"],
"destination_zone": ["untrust"],
"source_address": ["any"],
"destination_address": ["any"],
"category": ["any"],
"action": "decrypt",
"description": "Decrypt all other traffic"
}
]
}Refer to the exhibit.
```
admin@PA-500> show decryption statistics
Decryption Statistics:
Total Sessions Decrypted: 1500
Total Sessions Failed: 50
Failed Reasons:
handshake_failure: 30
certificate_unknown: 15
decryption_error: 5
```Refer to the exhibit. ``` admin@PA-500> show running decryption-policy Decryption policy: # name from to source destination service action profile 1 decrypt-all trust untrust any any any decrypt default 2 no-decrypt-fin trust untrust 10.0.0.0/24 192.168.1.0/24 any no-decrypt none 3 decrypt-inbound untrust trust any 10.0.0.5/32 https decrypt inbound ```
Refer to the exhibit. ``` admin@PA-500> show log traffic | match 10.0.0.5 Time Source Dest Application Action Decrypted 2023/01/01 10.0.0.5 192.168.1.1 ssl allow yes 2023/01/01 10.0.0.5 8.8.8.8 dns allow no ```
> show system info | match cert cert-management-status: OK certificate-expiry-warning: cert 'Decrypt-CA' expires in 30 days
> show decryption rule rule name: Default-No-Decrypt, source: any, dest: any, action: no-decrypt rule name: Decrypt-Web, source: any, dest: any, action: decrypt, profile: strict
1. 2023/08/15 10:30:45, info, ssl-decrypt, session 12345, Decryption failed: certificate validation error: certificate is not yet valid
# show decryption statistics Decryption failures: 120 SSL handshake failures: 80 Certificate validation failures: 40 Decryption successful: 980
admin@PA-5050> show system info | match uptime Uptime: 12 days, 4 hours, 23 minutes admin@PA-5050> show running resource-monitor Resource Monitor: Data Plane CPU: 78% Data Plane Memory: 82% Session Utilization: 95% Session Capacity: 1000000 Active Sessions: 950000 SSL/TLS Proxy Sessions: 5000 Decryption Policy Matches: 12000
admin@PA-3020> show running decryption policy Decryption Policy: # Name Source Zone Dest Zone Source User Destination Service Action 1 No-Decrypt-Int internal external any any any no-decrypt 2 Decrypt-Corp internal external corp-users any service-https decrypt 3 Decrypt-All external internal any any service-https decrypt 4 Block-No-Decrypt internal external any any any block
admin@PA-5250> show ssl-decrypt statistics
SSL Decryption Statistics:
Total Sessions Inspected: 15000
Sessions Decrypted Successfully: 12000
Sessions Failed: 3000
- SSL Handshake Failure: 2000
- Certificate Validation Failure: 500
- Unsupported Cipher: 300
- Other: 200
admin@PA-5250> show ssl-decrypt certificate cache
Certificate Cache: size 10000, active 9500
Forward Trust Certificate: CN=PA-Forward-Trust
Forward Untrust Certificate: CN=PA-Forward-Untrustadmin@PA-220> show logging system | match ssl 2023-06-15 10:23:45 severity=warning msg="SSL decryption: certificate validation failed for session 12345, server certificate expired" 2023-06-15 10:24:01 severity=info msg="SSL decryption: session 12346 decrypted successfully" 2023-06-15 10:24:15 severity=warning msg="SSL decryption: session 12347 failed, unsupported protocol version"
{
"decryption-policy": {
"rules": [
{
"name": "Decrypt-HTTPs-Corp",
"source-zones": ["internal"],
"dest-zones": ["external"],
"source-users": ["corp-users"],
"destination-addresses": ["any"],
"service": ["service-https"],
"action": "decrypt",
"decryption-profile": "Standard-Decrypt"
}
]
},
"decryption-profile": {
"name": "Standard-Decrypt",
"ssl-decrypt-settings": {
"forward-trust-cert": "PA-Forward-Trust",
"forward-untrust-cert": "PA-Forward-Untrust",
"decrypt-unknown-protocol": false,
"ssl-protocol-settings": {
"min-version": "tls1-0",
"max-version": "tls1-2"
}
}
}
}admin@PA-220> show session all Total sessions: 3 ID Application State Type Src IP:Port Dst IP:Port Protocol Ingress Egress 1 ssl ACTIVE FLOW 10.0.0.1:44321 192.168.1.100:443 tcp eth1/1 eth1/2 2 web-browsing ACTIVE FLOW 10.0.0.2:53241 192.168.1.200:80 tcp eth1/1 eth1/2 3 dns ACTIVE FLOW 10.0.0.3:45321 8.8.8.8:53 udp eth1/1 eth1/3 admin@PA-220> show running security-policy name from to source destination application action decrypt POL-1 trust untrust 10.0.0.0/24 192.168.1.0/24 ssl allow forward-proxy POL-2 trust untrust 10.0.0.0/24 any web-browsing allow no-decrypt POL-3 trust untrust 10.0.0.0/24 any dns allow no-decrypt admin@PA-220> show decryption statistics Forward Proxy SSL/TLS Decryption: 0 sessions, 0 bytes decrypted
admin@PA-220> show decryption policy name from to source destination service action type Decrypt-Traffic trust untrust 10.0.0.0/24 0.0.0.0/0 any decrypt ssl-forward-proxy admin@PA-220> show ssl-decrypt certificate-status Certificate: PA-Forward-Proxy-CA Issuer: CN=PA-Forward-Proxy-CA Valid: 2024-01-01 to 2025-01-01 Status: valid admin@PA-220> show system log | match ssl 2024-06-15 10:30:22 ssl_decrypt error Certificate is not trusted by client. Src: 10.0.0.5 Dst: 93.184.216.34
admin@PA-220> show system log | tail -20 2024-06-15 11:00:01 threat url example.com spyware blocked high 2024-06-15 11:00:02 threat url badsite.com malware blocked critical 2024-06-15 11:00:03 system config commit admin success admin@PA-220> show url-filtering statistics URL Filtering Profile: strict-profile Total requests: 1500 Blocked: 45 Allowed: 1455 Categories: malware, spyware, phishing admin@PA-220> show decryption statistics Forward Proxy SSL/TLS Decryption: 1200 sessions, 45 MB decrypted admin@PA-220> show running global-protect No GlobalProtect configured
admin@PA-220> show decryption policy name from to source destination service action type Decrypt-SSH trust untrust 10.0.0.0/24 0.0.0.0/0 any decrypt ssh-proxy admin@PA-220> show session all Total sessions: 1 ID Application State Type Src IP:Port Dst IP:Port Protocol Ingress Egress 1 ssh ACTIVE FLOW 10.0.0.10:22 192.168.1.50:22 tcp eth1/1 eth1/2 admin@PA-220> show system log | match ssh 2024-06-15 12:00:00 ssh_decrypt error Failed to decrypt SSH session: unsupported key exchange algorithm. Src: 10.0.0.10 Dst: 192.168.1.50
admin@PA-220> show running security-policy name from to source destination application action decrypt POL-1 trust untrust 10.0.0.0/24 any ssl allow no-decrypt POL-2 trust untrust 10.0.0.0/24 192.168.1.0/24 ssl allow forward-proxy POL-3 trust untrust 10.0.0.0/24 any web-browsing allow no-decrypt admin@PA-220> show session all Total sessions: 1 ID Application State Type Src IP:Port Dst IP:Port Protocol Ingress Egress 1 ssl ACTIVE FLOW 10.0.0.5:44321 192.168.1.50:443 tcp eth1/1 eth1/2