A Chief Security Officer (CSO) has been unsuccessful in attempts to access the website for a potential
partner (www.example.net). Which of the following rules is preventing the CSO from accessing the site?
Blocked sites: *.nonews.com, *.rumorhasit.net, *.mars?

A.
Rule 1: deny from inside to outside source any destination any service smtp
B.
Rule 2: deny from inside to outside source any destination any service ping
C.
Rule 3: deny from inside to outside source any destination {blocked sites} service http-https
D.
Rule 4: deny from any to any source any destination any service any
C is wrong
0
1
D is Correct.
3
0
why?
0
0
C specifies blocked sites. D is literally any to any.
0
0