All Cisco PBQs
350-701Cisco

SCOR Performance-Based Questions

Enterprise security, firewalls, VPN, ISE, threat defense

74

PBQs available

Security ConceptsNetwork SecurityCloud SecurityContent SecurityEndpoint Protection & DetectionSecure Network AccessVisibility & Enforcement
Question 1 of 74
350-701Content SecurityhardConfig Analysis

Cisco CES email security policy configuration analysis

You are reviewing the Cisco Email Security Appliance (ESA) configuration snippet below. The organization uses Cisco CES for inbound email filtering. Determine which configured policy is responsible for quarantining emails that contain a malicious attachment but pass the anti-spam check. Analyze the snippet and select the correct answer.

router configuration
! Cisco ESA configuration snippet
! Mail Policies
mailpolicy
 policy Default_Policy
  anti-spam
   enable
   action quarantine
  anti-virus
   enable
   action quarantine
  !
 policy High_Risk_Policy
  anti-spam
   enable
   action deliver
  anti-virus
   enable
   action quarantine
  !
! Sender Groups
senderGroup External_Unknown
  policy High_Risk_Policy
  !
senderGroup Internal_Trusted
  policy Default_Policy
  !
! Default sender group for all other senders
senderGroup DEFAULT
  policy Default_Policy
  !