Cisco 300-720 Practice Test - Questions Answers, Page 12
List of questions
Related questions
Refer to the exhibit.
Which configuration allows the Cisco Secure Email Gateway to scan for executables inside the archive file and apply the action as per the content filter?
Configure the recursion depth to a higher value.
Modify the content filter to look for attachment filetype of compressed.
Configure the maximum attachment size to a higher value.
Modify the content filter to look for exe filename instead of executable filetype.
Spammers routinely try to send emails with the recipient field filled with a list of all possible combinations of letters and numbers. These combinations, appended with a company domain name are malicious attempts at learning all possible valid email addresses. Which action must be taken on a Cisco Secure Email Gateway to prevent this from occurring?
Select the SMTP Authentication Query checkbox
Perform LDAP acceptance validation.
Quarantine external authentication queries.
Enable end user safelist features
A Cisco Secure Email Gateway appliance is processing many messages that are sent to invalid recipients verification. Which two steps are required to accomplish this task? (Choose two.)
Enable external LDAP authentication
Configure the LDAP query on a listener
Configure LDAP server profiles
Enable LDAP authentication on a listener
Configure incoming mail policy to query LDAP server
An administrator manipulated the subnet mask but was still unable to access the user interface. How must the administrator access the Cisco Secure Email Gateway appliance to perform the initial configuration?
Use the serial or console port
Use the management port
Use the data 2 port
Use the data 1 port
The CEO added a sender to a safelist but does not receive an important message expected from the trusted sender. An engineer evaluates message tracking on the Cisco Secure Email Gateway appliance and determines that the message was dropped by the antivirus engine. What is the reason for this behavior?
The sender is included in an ISP blocklist
Administrative access is required to create a safelist.
The sender didn't mark the message as urgent
End-user safelists apply to antispam engines only.
A company has recently updated their security policy and now wants to drop all email messages larger than 100 MB coming from external sources. The Cisco Secure Email Gateway is LDAP integrated and all employee accounts are in the group "Employees". Which filter rule configuration provides the desired outcome?
if (mail-from-group == 'Employees') and (body-size > "100M") {drop()}
if (mail-from-group != 'Employees') and (body-size > 100M) {drop();}
if (mail-from-group == 'Employees') and (body-size > 100M) {bounce();}
if ('mail-from-group != Employees') and (body-size > 100M) {drop();}
The CEO sent an email indicating that all emails containing a string of 123ABCDEFGHJ cannot be delivered and must be sent into quarantine for further inspection. Given the requirement, which regular expression should be used to match on that criteria?
\\D{3}[A-Z]{9}
\d{3}[A-Z]{9}
\W{3}[A-Z]{9}
{3}\d{9}[A-Z]
A Cisco Secure Email Gateway administrator must provide outbound email authenticity and configures a DKIM signing profile to handle this task. What is the next step to allow this organization to use DKIM for their outbound email?
Enable the DKIM service checker
Export the DNS TXT record to provide to the DNS registrar
Import the DNS record of the service provider into the Cisco Secure Email Gateway.
Configure the Trusted Sender Group message authenticity policy.
Which functionality is impacted if the assigned certificate under one of the IP interfaces is modified?
traffic between the Cisco Secure Email Gateway and the LDAP server
emails being delivered from the Cisco Secure Email Gateway
HTTPS traffic when connecting to the web user interface of the Cisco Secure Email Gateway
emails being received by the Cisco Secure Email Gateway
A trusted partner of an organization recently experienced a new campaign that was leveraging JavaScript attachments to trick users into executing malware. As a result, they created a local policy to deny messages with JavaScript attachments. Which action should the administrator of the organization take to ensure encrypted communications are delivered to the intended partner recipient?
Insert the X-PostX-Use-Script' header with a value of false to the encrypted messages
Select JavaScript-free' option within the Cisco Secure Email Encryption Service Add-in
Create an outgoing content filter and add the Encrypt and Deliver Nov/ action with Use-Script option deselected
Create a new encryption profile and deselect the 'Use-Script' envelope settings option.
Question