Cisco CCNP Security 300-720 Practice Test Questions and Exam Dumps Part 10 Q181-200

View Full Cisco CCNP Security 300-720 Exam Dumps and Practice Test Dumps

 

Question 181. An organization wants to ensure that only messages addressed to valid users in its hosted domain are accepted by the Cisco Secure Email Gateway. The valid recipients are maintained in an external directory. Which configuration provides the most appropriate solution?

  1. Configure an LDAP query for recipient validation
  2. Configure AMP retrospective scanning
  3. Configure SenderBase reputation thresholds
  4. Configure URL category actions

Correct Answer: 1. Configure an LDAP query for recipient validation

Explanation :-

LDAP recipient validation allows the Cisco Secure Email Gateway to query an external directory to determine whether a recipient exists. This can prevent messages addressed to nonexistent users from being accepted for further processing and delivery. The gateway can use LDAP queries as part of recipient validation during SMTP processing. SenderBase reputation evaluates the reputation of connecting hosts, AMP analyzes files and malware, and URL filtering evaluates URLs contained in messages. Those mechanisms do not verify whether a recipient exists in an organization’s directory. Therefore, an LDAP query configured for recipient validation is the appropriate solution when recipient information is maintained externally.

Question 182. A security administrator wants to reduce the amount of unwanted email entering the organization’s mail-processing infrastructure by making an early decision based on the reputation of the connecting sender. Which feature is most appropriate?

  1. Message Filter
  2. DLP
  3. SenderBase reputation
  4. Content Dictionary

Correct Answer: 3. SenderBase reputation

Explanation :-

SenderBase reputation provides information that can be used to evaluate the trustworthiness of sending hosts before extensive message processing occurs. Cisco Secure Email Gateway can use reputation information as part of SMTP connection handling and mail-flow decisions. This makes reputation-based filtering useful for reducing unwanted traffic early in the processing path and conserving resources that would otherwise be used for content and malware inspection. Message Filters and DLP operate on message characteristics after the SMTP transaction has progressed, while content dictionaries are typically used as part of content-analysis policies. Therefore, SenderBase reputation is the most appropriate mechanism for an early sender-based decision.

Question 183. A mail administrator needs to create different SMTP access behavior for two groups of sending hosts. Trusted partners should be accepted, while unknown Internet senders should be subject to stricter controls. Which configuration should be used?

  1. Separate HAT sender groups with appropriate mail flow policies
  2. Separate DLP dictionaries
  3. Separate URL categories
  4. Separate AMP verdict caches

Correct Answer: 1. Separate HAT sender groups with appropriate mail flow policies

Explanation :-

The Host Access Table supports sender groups that classify connecting hosts and associate those groups with specific mail flow policies. This allows administrators to apply different SMTP access behavior to trusted partners, internal systems, known senders, and other Internet sources. For example, a trusted partner group can receive a more permissive connection policy while unknown sources can be throttled, rate-limited, or handled more restrictively. DLP dictionaries and URL categories operate on message content, while AMP verdict information concerns file analysis. Because the requirement is to apply different connection-level behavior based on the sending host, HAT sender groups and mail flow policies are the correct solution.

Question 184. A company wants outbound email to a business partner to use TLS whenever the partner’s SMTP server supports it, but the company does not want delivery to fail solely because TLS is unavailable. Which TLS behavior best matches this requirement?

  1. Require TLS
  2. Disable TLS
  3. Prefer TLS without making it mandatory
  4. Reject all SMTP connections before STARTTLS

Correct Answer: 3. Prefer TLS without making it mandatory

Explanation :-

When an organization wants to use TLS whenever the destination supports it but does not want delivery to fail when TLS cannot be negotiated, the appropriate policy is to prefer TLS without making it mandatory. This allows the gateway to establish an encrypted SMTP session when the remote server supports the required TLS capabilities while retaining the ability to deliver when encryption is unavailable, subject to the configured policy. Requiring TLS would cause delivery to fail when the remote server cannot establish the required secure connection. Disabling TLS would prevent the desired encryption, while rejecting connections before STARTTLS would not satisfy the requirement.

Question 185. An administrator is troubleshooting a failed outbound SMTP connection and finds that the remote server returned a 421 response. What should the administrator generally conclude from this response?

  1. The remote server successfully accepted the message permanently
  2. The remote server reported a temporary failure
  3. The recipient address is permanently invalid
  4. The message passed all security checks

Correct Answer: 2. The remote server reported a temporary failure

Explanation :-

SMTP response codes in the 4xx range generally indicate temporary failures. A 421 response commonly indicates that the remote SMTP service is temporarily unavailable or closing the connection for a temporary reason. In such circumstances, a sending mail system can normally retry delivery according to its queue and retry behavior. A 5xx response generally indicates a permanent failure, while 2xx responses indicate successful operations. The response itself does not indicate that a message passed all security checks or that a recipient is permanently invalid. Therefore, a 421 response should generally be investigated as a temporary delivery problem rather than an immediate permanent rejection.

Question 186. A security team wants to inspect the headers and body of messages for specific combinations of conditions and then quarantine matching messages. Which Cisco Secure Email Gateway feature is best suited for this requirement?

  1. Message Filters
  2. HAT
  3. RAT
  4. SNMP

Correct Answer: 1. Message Filters

Explanation :-

Message Filters provide flexible rule-based processing for messages. Administrators can define conditions based on message characteristics, including headers, body content, sender or recipient information, and other supported attributes, and then specify actions such as quarantine or other policy responses. HAT is primarily concerned with SMTP connection sources, while RAT controls recipient acceptance. SNMP is a monitoring protocol and does not provide message-processing logic. Message Filters are therefore appropriate when the requirement involves evaluating detailed message characteristics and taking a custom action based on multiple conditions.

Question 187. A company publishes a DKIM key in DNS and wants recipients to verify that a message was signed by an authorized domain and that the signed content has not been altered. What does DKIM primarily provide?

  1. Encryption of the entire SMTP session
  2. Validation of a cryptographic message signature
  3. Verification that the sender’s IP is listed in SPF
  4. Directory-based recipient validation

Correct Answer: 2. Validation of a cryptographic message signature

Explanation :-

DomainKeys Identified Mail (DKIM) uses a cryptographic signature associated with an email message. The sending system signs selected message information using a private key, while the corresponding public key is published in DNS. A receiving system can retrieve the public key and verify the signature. A successful DKIM verification provides evidence that the message was signed by the domain associated with the signature and that the signed information has not been altered in transit. DKIM does not encrypt the SMTP session; TLS provides transport encryption. SPF evaluates sending authorization by IP address, and LDAP is unrelated to DKIM authentication.

Question 188. An administrator wants the organization to publish a policy telling receiving mail systems how to handle messages that fail DMARC evaluation. Which DNS record is used to publish this policy?

  1. MX
  2. PTR
  3. TXT
  4. CNAME

Correct Answer: 3. TXT

Explanation :-

DMARC policies are published in DNS TXT records under the appropriate _dmarc domain name. The record contains policy information describing how receiving systems should handle messages that fail DMARC evaluation, along with other optional reporting and policy parameters. MX records identify mail exchangers, PTR records provide reverse DNS mappings, and CNAME records provide aliases. Although DNS record types have different functions, DMARC specifically relies on a TXT record to publish its policy. Administrators should also ensure that the record syntax and domain alignment requirements are correctly configured so that receiving systems can successfully retrieve and interpret the policy.

Question 189. A security administrator receives a report showing that messages from a legitimate partner are being classified as suspicious because the sending IP has a poor reputation. Which configuration should the administrator review first when investigating the connection-level decision?

  1. HAT sender group and mail flow policy
  2. DLP dictionaries
  3. URL rewrite rules
  4. AMP file policies

Correct Answer: 1. HAT sender group and mail flow policy

Explanation :-

Connection-level decisions involving sender reputation should be investigated through the Host Access Table and the associated mail flow policy. HAT determines how a connecting host is classified, while the mail flow policy defines the behavior applied to that classification. Reputation information can influence whether a host is accepted, throttled, or rejected. Reviewing these settings can help determine whether the partner’s IP address is being handled according to the intended policy. DLP, URL filtering, and AMP primarily address message content or attachments after the connection has progressed. Therefore, HAT sender-group membership and its associated mail flow policy are the appropriate first configuration areas to examine.

Question 190. An organization wants to protect users from a newly emerging email-borne threat before traditional signatures are widely available. Which Cisco Secure Email Gateway capability is specifically designed to provide protection against emerging email outbreaks?

  1. Recipient Access Table
  2. Outbreak Filters
  3. LDAP Authentication
  4. SNMP Monitoring

Correct Answer: 2. Outbreak Filters

Explanation :-

Outbreak Filters are designed to provide protection against emerging email threats and outbreaks. They can help identify suspicious messages associated with newly developing campaigns and apply configured actions while threat intelligence and security controls evolve. This makes them particularly useful against rapidly changing attacks where traditional signature-based detection alone may not immediately provide sufficient coverage. RAT controls recipient acceptance, LDAP supports directory-related functions, and SNMP provides monitoring capabilities. These features do not specifically provide outbreak-focused email protection. Outbreak Filters therefore address the requirement for an additional layer of defense against emerging email-borne threats.

Question 191. An administrator needs to identify whether a message was rejected because the recipient did not exist according to the gateway’s configured recipient controls. Which component should be examined first?

  1. Recipient Access Table
  2. AMP scanning policy
  3. URL Filtering policy
  4. SenderBase reputation database

Correct Answer: 1. Recipient Access Table

Explanation :-

The Recipient Access Table (RAT) determines which recipients are accepted for a listener and destination domain. When a message is rejected because the recipient is not authorized or does not match the configured recipient acceptance rules, the RAT is one of the first configuration areas to investigate. The RAT can work together with recipient validation mechanisms such as LDAP when an external directory is used to verify valid recipients. AMP is responsible for file and malware analysis, URL Filtering handles URLs, and SenderBase provides sender reputation information. Because the reported problem specifically concerns recipient acceptance, the RAT should be examined first.

Question 192. A mail security administrator wants to identify whether an email attachment has been assigned a malicious verdict after cloud analysis. Which capability should be reviewed?

  1. HAT
  2. AMP for Email
  3. RAT
  4. SMTP banner settings

Correct Answer: 2. AMP for Email

Explanation :-

AMP for Email provides advanced malware protection for files transmitted through email. It can analyze attachments using Cisco’s malware intelligence and analysis capabilities and assign security verdicts to files. These verdicts can influence subsequent message handling according to the configured security policy. HAT controls SMTP connection access, RAT controls recipient acceptance, and SMTP banner settings affect how the SMTP service identifies itself to connecting systems. None of these features provides the specialized file-analysis capability required to determine whether an attachment has a malicious verdict. Therefore, AMP for Email is the appropriate area to review when investigating attachment verdicts.

Question 193. A company wants to determine whether a URL contained in an email belongs to a category that the organization blocks. Which capability should be used to evaluate the URL’s classification?

  1. URL Filtering
  2. HAT
  3. LDAP recipient validation
  4. SMTP TLS

Correct Answer: 1. URL Filtering

Explanation :-

URL Filtering evaluates URLs contained in email messages and can use URL reputation and categorization information to apply organizational policies. Administrators can define actions for categories or reputational classifications, such as allowing, blocking, quarantining, or otherwise handling messages containing certain URLs. HAT operates at the connection level and is concerned with sending hosts. LDAP recipient validation determines whether recipients are valid, while SMTP TLS protects the transport connection. Therefore, URL Filtering is the appropriate capability when an organization needs to classify URLs and enforce policies based on their categories or reputation.

Question 194. A message is placed into quarantine by a configured policy, and the administrator wants to determine exactly which processing stage and rule caused the action. Which troubleshooting approach is most appropriate?

  1. Change the SMTP hostname immediately
  2. Use Message Tracking to examine the message’s processing history
  3. Disable all security engines
  4. Remove the recipient from LDAP

Correct Answer: 2. Use Message Tracking to examine the message’s processing history

Explanation :-

Message Tracking provides a detailed view of how an individual message was processed by the Cisco Secure Email Gateway. It can help administrators identify filtering decisions, security actions, delivery status, and other processing events associated with a message. This makes it particularly useful when determining which stage or policy caused a message to be quarantined. Disabling security engines would remove useful protection and is not an appropriate troubleshooting method. Changing SMTP hostnames or modifying LDAP recipients would not provide the required message-level processing history. Message Tracking should therefore be used first to establish what happened to the specific message.

Question 195. An administrator needs to configure the Cisco Secure Email Gateway so that outbound messages to a specific partner domain are routed through a designated next-hop mail server. Which configuration concept should be used?

  1. SMTP route configuration
  2. HAT sender group
  3. DLP dictionary
  4. Outbreak Filter

Correct Answer: 1. SMTP route configuration

Explanation :-

SMTP routing configuration allows administrators to control how messages are delivered to specific destination domains or hosts. A route can specify a particular next-hop destination, allowing outbound messages for a partner domain to be sent through a designated mail server rather than relying solely on normal DNS-based destination resolution. HAT controls incoming connection behavior, DLP identifies sensitive information, and Outbreak Filters address emerging threats. Routing is therefore the relevant configuration when the requirement concerns directing mail for a particular domain through a specific next-hop system.

Question 196. An organization wants to ensure that outbound messages containing sensitive financial identifiers are intercepted before delivery. Administrators want to match structured patterns and apply a quarantine action. Which capability is most directly associated with this requirement?

  1. SenderBase reputation
  2. Data Loss Prevention
  3. HAT
  4. SNMP

Correct Answer: 2. Data Loss Prevention

Explanation :-

Data Loss Prevention (DLP) is designed to identify sensitive information in email and prevent unauthorized disclosure. DLP policies can use predefined or customized data identifiers and patterns to detect information such as financial identifiers, personal information, or other protected data. When a policy match occurs, the gateway can apply actions such as quarantine or blocking according to the organization’s requirements. SenderBase reputation evaluates sending hosts, HAT controls connection access, and SNMP is used for monitoring. Because the requirement specifically involves identifying sensitive structured data in outbound email and quarantining matching messages, DLP is the appropriate capability.

Question 197. During SMTP troubleshooting, a remote server responds with a 250 status code after accepting the message data. What does this response generally indicate?

  1. The operation was successful
  2. The connection must be retried later
  3. The recipient permanently does not exist
  4. The remote server rejected the message

Correct Answer: 1. The operation was successful

Explanation :-

SMTP response codes beginning with 2 indicate successful completion of the requested operation. A 250 response is commonly used to indicate successful acceptance of an SMTP command or message-related transaction. The exact meaning depends on the stage of the SMTP conversation and the accompanying response text, but a 250-class response generally represents success rather than a temporary or permanent failure. A 4xx response normally indicates a temporary problem, while a 5xx response indicates a permanent failure. Therefore, when a remote server returns a 250 response after receiving message data, the sending gateway can generally treat that SMTP operation as successfully completed.

Question 198. A security team wants to monitor appliance health and receive alerts from the Cisco Secure Email Gateway through an existing network-management platform. Which configuration is most relevant?

  1. SNMP settings
  2. RAT recipient entries
  3. DKIM signing keys
  4. SMTP recipient limits

Correct Answer: 1. SNMP settings

Explanation :-

SNMP settings are relevant when integrating the Cisco Secure Email Gateway with an external network-management platform. SNMP can provide operational information that monitoring systems can use to track appliance health and generate alerts based on supported conditions. This is distinct from email security functions such as RAT, which controls recipient acceptance, or DKIM, which provides message-signing authentication. SMTP recipient limits affect mail-processing behavior but do not provide general appliance monitoring. Therefore, administrators should review the gateway’s SNMP configuration and the monitoring platform’s corresponding SNMP settings when implementing centralized health monitoring.

Question 199. A company wants its outbound email to include DKIM signatures so that receiving organizations can verify the messages originated from an authorized domain and that signed content was not modified. Which operation must the Cisco Secure Email Gateway perform?

  1. Publish an SPF record only
  2. Generate and apply a DKIM signature using the domain’s signing key
  3. Perform an LDAP lookup for every recipient
  4. Assign the sender to an HAT group

Correct Answer: 2. Generate and apply a DKIM signature using the domain’s signing key

Explanation :-

For outbound DKIM authentication, the Cisco Secure Email Gateway must apply a cryptographic DKIM signature to qualifying messages using the configured domain signing key. The corresponding public key is published in DNS so receiving systems can verify the signature. DKIM provides authentication evidence and helps detect modification of signed message components during transit. SPF alone does not create a DKIM signature; it authorizes sending IP addresses through DNS policy. LDAP recipient lookup and HAT sender groups serve different purposes. Therefore, the gateway must be configured to generate and apply DKIM signatures using the appropriate domain and signing-key configuration.

Question 200. A security administrator wants to investigate why a legitimate sender’s messages are consistently delayed after the SMTP connection is accepted. Which set of information would provide the most useful starting point?

  1. Message Tracking records and the applicable mail flow policy
  2. Only the appliance’s DNS hostname
  3. Only the DKIM public key
  4. Only the SNMP community name

Correct Answer: 1. Message Tracking records and the applicable mail flow policy

Explanation :-

When a message is accepted at the SMTP connection stage but is subsequently delayed, administrators need visibility into the message’s processing history and the policies affecting its flow. Message Tracking can reveal processing events, filtering actions, delivery attempts, and responses from downstream systems. The applicable mail flow policy can then be reviewed to determine whether throttling, rate controls, filtering, or other policy behavior contributed to the delay. A DNS hostname, DKIM public key, or SNMP community name alone cannot provide sufficient information about the individual message’s processing path. Therefore, Message Tracking combined with policy review provides the most useful starting point for troubleshooting.