CS0-003 Security Operations • Set 10
CS0-003 Security Operations Practice Test 10 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. The JSON firewall rule is applied to a network segment. A security analyst needs to ensure that traffic from a new subnet 10.0.1.0/24 to the same destination is also allowed. Which of the following modifications should the analyst make?
{
"rule_name": "Allow-Web",
"source_zone": "inside",
"destination_zone": "DMZ",
"source_ip": "10.0.0.0/24",
"destination_ip": "172.16.0.10",
"destination_port": 443,
"action": "allow"
}