AMP Update Server Configuration Steps: All Platforms
AMP Update Server Configuration Steps: All Platforms
AMP Update Server Configuration Steps: All Platforms
Contents
Introduction
Prerequistes
Install Steps
All Platforms
Windows IIS
Directory Creation
Update Task Creation
IIS Manager Configuration
Apache / Nginx
Policy configuration
Verification
Related Information
Introduction
This document describes detailed configuration steps for Cisco Advanced Malware Protection
(AMP) TETRA Update Server.
Prerequistes
● Knowledge of Server hosts such as, Windows 2012R2 or CentOS 6.9 x86_64.
● Knowledge of hosting software such as, IIS (Windows only), Apache, Nginx
● Configured Server hosts with HTTPS enabled, valid trusted certificate installed.
● Configured HTTPS Local Update Server option.
Note: For full details into enabling Local Update Server configuration and requirements,
please refer to Chapter 25 of the AMP End User Guide, available here.
(https://docs.amp.cisco.com/en/A4E/AMP%20for%20Endpoints%20User%20Guide.pdf)
Note: Server Hosts (IIS, Apache, Nginx) are third-party products and are not supported by
Cisco, please refer to the support teams for respective products for questions outside
the provided steps.
Warning: If AMP is configured with a Proxy server, all update traffic (including TETRA) will
continue to be sent through the proxy server, directed to your local server. Ensure there the
traffic is allowed pass the proxy without any modification while in transit.
Install Steps
All Platforms
1. Confirm your Hosting Server Operating System (OS).
2. Confirm your AMP for Endpoints Dashboard portal, download the Updater Software Package
and configuration file.
AMP for Endpoints Dashboard portal:
US - https://console.amp.cisco.com/tetra_update
EU - https://console.eu.amp.cisco.com/tetra_update
APJC - https://console.apjc.amp.cisco.com/tetra_update
Windows IIS
Note: The steps below are based on the new IIS Application Pool to host the signatures, not
the default Application Pool. To use the default pool, change the --mirror folder in the
provided steps to reflect the default web hosting path (C:\inetpub\wwwroot)
Directory Creation
1. Open the command line and navigate to the C:\TETRA folder.cd C:\TETRA
2. Run the command update-win-x86-64.exe fetch --C:\TETRA\config.xml --once --mirror C:\TETRA\Signatures
3. Open the Task Manager and create a new Task. (Action > Create Task) to run the updater software automatically with the following options where
needed:
4. Select the General tab. Enter a Name for the task.Select Run.Select operating system from the Configure drop down.
5. Select the Triggers tab. Click New.Select On a schedule from the Begin the task drop down.Select Daily under Settings.Check Repeat task
every and select 1 hour from the drop down.Verify that Enabled is checked.Click Ok.
6. Select the Actions tab Click New.Select Start a program from the Action drop down.Enter C:\TETRA\update-win-x86-64.exe in the
Program/script field.Enter fetch --config C:\TETRA\config.xml --once --mirror C:\TETRA\Signatures in the Add arguments field.Enter
7. [Optional] Select the Conditions tab. Check the Wake the computer to run this task option.
8. Select the Settings tab. Verify that Do not start a new instance is selected under If the task is already running.Click Ok.
9. Enter the credentials for the account that will run the task.
Note: This change manually with a text editor or with the IIS manager by using the URL
Rewrite module. The Rewrite module can be installed from the following URL
(https://www.iis.net/downloads/microsoft/url-rewrite)
When finished the C:\TETRA\Signatures\web.config file contents will appear as such when viewed in a text editor. (Syntax and spacing need to remain the
same as the example provided.)
Note: The steps provided assumes you are serving the signatures from the default directory
of the web hosting software.
Policy configuration
1. Navigate to the policy to use the Update Server and under Advanced Settings > TETRA select: Checkbox for Local AMP Update ServerThe
hostname or IP for the update server in the format of <hostname.domain.root> or IP address.
Caution: Do not include any protocols before or any subdirectories after otherwise, this will
result in an error while downloading.
[Optional] Checkbox Use HTTPS for TETRA Definitin Updates: if the local server is configured with a proper certificate and for the connectors to use
HTTPS.
Verification
Related Information
● Technical Support & Documentation - Cisco Systems
● Cisco AMP for Endpoints - TechNotes
● Cisco AMP for Endpoints - User Guide