Modifying the ATA Center configuration

Applies to: Advanced Threat Analytics version 1.9

After the initial deployment, modifications to the ATA Center should be made carefully. Use the following procedures when updating the console URL, and the certificate.

The ATA Console URL

The URL is used in the following scenarios:

  • This is the URL used by the ATA Gateways to communicate with the ATA Center.

  • Installation of ATA Gateways – When an ATA Gateway is installed, it registers itself with the ATA Center. This registration process is accomplished by connecting to the ATA Console. If you enter an FQDN for the ATA Console URL, ensure that the ATA Gateway can resolve the FQDN to the IP address bound to the ATA Console.

  • Alerts – When ATA sends out a SIEM or email alert, it includes a link to the suspicious activity. The host portion of the link is the ATA Console URL setting.

  • If you installed a certificate from your internal Certification Authority (CA), match the URL to the subject name in the certificate. This prevents users from getting a warning message when connecting to the ATA Console.

  • Using an FQDN for the ATA Console URL allows you to modify the IP address that is used by ATA Console without breaking previous alerts or downloading the ATA Gateway package again. You only need to update the DNS with the new IP address.

  1. Make sure the new URL you want to use resolves to the IP address of the ATA Console.

  2. In the ATA settings, under Center, enter the new URL. At this point, the ATA Center service still uses the original URL.

    Change ATA configuration.

    Note

    If you entered a custom IP address, you cannot click Activate until you installed the IP address on the ATA Center.

  3. Wait for the ATA Gateways to sync. They now have two potential URLs through which to access the ATA Console. As long as the ATA Gateway can connect using the original URL, it does not try the new one.

  4. After all the ATA Gateways synced with the updated configuration, in the Center configuration page, click the Activate button to activate the new URL. When you activate the new URL, the ATA Gateways will now use the new URL to access the ATA Center. After connecting to the ATA Center service, the ATA Gateway will pull down the latest configuration and will have only the new URL for the ATA Console.

    Activate the certificate.

Note

  • If an ATA Gateway was offline while you activated the new URL, and never got the updated configuration, manually update the configuration JSON file on the ATA Gateway.
  • If you need to deploy a new ATA Gateway after activating the new URL, you need to download the ATA Gateway Setup package again.

The ATA Center certificate

Warning

  • The process of renewing an existing certificate is not supported. The only way to renew a certificate is by creating a new certificate and configuring ATA to use the new certificate.

Replace the certificate by following this process:

  1. Before the current certificate expires, create a new certificate and make sure it's installed on the ATA Center server.

    It is recommended that you choose a certificate from an internal certificate authority, but it is also possible to create a new self-signed certificate. For more information, see New-SelfSignedCertificate.

  2. In the ATA settings, under Center, select this newly created certificate. At this point, the ATA Center service is still bound to the original certificate.

    Change ATA configuration.

  3. Wait for the ATA Gateways to sync. They now have two potential certificates that are valid for mutual authentication. As long as the ATA Gateway can connect using the original certificate, it does not try the new one.

  4. After all the ATA Gateways synced with the updated configuration, activate the new certificate that the ATA Center service is bound to. When you activate the new certificate, the ATA Center service binds to the new certificate. ATA Gateways now use the new certificate to authenticate with the ATA Center. After connecting to the ATA Center service, the ATA Gateway will pull down the latest configuration and will have only the new certificate for the ATA Center.

Note

  • If an ATA Gateway was offline while you activated the new certificate, and never got the updated configuration, manually update the configuration JSON file on the ATA Gateway.
  • The certificate that you are using must be trusted by the ATA Gateways.
  • The certificate is also used for the ATA Console, so it should match the ATA Console address to avoid browser warnings.
  • If you need to deploy a new ATA Gateway after activating the new certificate, you need to download the ATA Gateway Setup package again.

See Also