SSCP • Practice Test 9
Free SSCP practice test — 10 questions with explanations. Set 9. No signup required.
Refer to the exhibit. What security issue is present in this firewall policy?
{
"FirewallPolicies": [
{
"Name": "AllowWeb",
"Source": "0.0.0.0/0",
"Destination": "10.0.0.0/24",
"Port": 443,
"Action": "allow"
},
{
"Name": "BlockSSH",
"Source": "0.0.0.0/0",
"Destination": "10.0.0.0/24",
"Port": 22,
"Action": "deny"
}
]
}