Use the CLI commands in this procedure to enable or disable typosquatting detection on the Email Security - Server appliance. After you have configured the Email Security - Server appliance to detect typosquatting using the CLI, you can view analysis of the results on the eAlerts > Alerts page.
Note
You can enable or disable typosquatting detection only using the CLI. This feature is enabled by default.
From Release 8.0, do not use the
show email-analysis policycommand to verify the status for typosquatting detection.
Prerequisites
Administrator or Operator access to the Email Security - Server appliance
A one-way CONTENT_UPDATES license for security content updates
Validate DTI access on the Email Security - Server appliance by using the
show fenet statuscommand. For details about how to validate DTI access, refer to the Email Security — Server System Administration Guide.Download and install the latest security content with new typosquatted domains by using the
fenet security-content apply-updatecommand. For details about how to update security content, refer to the Email Security — Server System Administration Guide.
Follow these steps to enable or disable typosquatting detection using the CLI.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Enable the settings for typosquatting detection on the appliance.
hostname (config) analysis url policy typosquatting enable
Note
In Release 8.0, the
email-analysis policy typosquatting enablecommand was changed to theanalysis url policy typosquatting enablecommand.Save your changes.
hostname (config) # write memory
Verify the status for typosquatting detection.
hostname (config) show analysis url-policy TypoSquatting: yes . .
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Disable typosquatting detection on the appliance.
hostname (config) # no analysis url policy typosquatting enable
Note
In Release 8.0, the
no email-analysis policy typosquatting enablecommand was changed to theno analysis url policy typosquatting enablecommand.Save your changes.
hostname (config) # write memory
Verify the status for typosquatting detection.
hostname (config) # show analysis url-policy TypoSquatting: no . .