TABLE OF CONTENTS
- Overview
- Prerequisites
- Generate API Credentials in Symantec SES/SEP
- Configure Symantec in ADR SIEM
- Verification (MSSP Only)
Overview
This guide explains how to integrate Symantec Endpoint Security (SES/SEP) with ADR SIEM (aiSIEM/aiXDR) using API calls. Once integrated, Symantec telemetry is ingested into the CCE (Collection and Control Engine) and processed by the APE (Analytics and Policy Engine) for centralized monitoring, threat visibility, and compliance.
Prerequisites
Administrative access to Symantec Security Cloud Portal.
Administrative access to the ADR SIEM UI and CCE server.
Firewall rules allowing outbound HTTPS (443) from CCE to Symantec APIs.
Generate API Credentials in Symantec SES/SEP
Follow Symantec’s API authentication steps:
Log in to the Symantec Security Cloud Portal.
Navigate to Integrations → API Authentication.
Generate a Client ID and Client Secret.
These are required for authentication.
Use the Symantec documentation for details: Symantec API Authentication Guide.
The API call will return a Bearer Token used for subsequent requests.
Keep credentials secure — regenerate if compromised.
Configure Symantec in ADR SIEM
Log in to ADR SIEM UI with admin rights.
Navigate to: Administration → Add-On Devices → Add.
Fill in details:
| Field | Value |
|---|---|
| Device Name | Symantec Endpoint Security (or SEP) |
| CCE Host (IP) | Enter the CCE IP |
| Access ID / Username | Enter the Client ID |
| Password / Secret Key | Enter the Client Secret |
| Config (JSON) | Provide the Symantec API host: |
Example JSON: (The URL mentioned in below example could be different. Kindly check with Symantec support for latest and correct URL)
{"host": "sep.su.securitycloud.symantec.com"
}
OR
{ "host": "sep.securitycloud.symantec.com"
}Click Save.
Verification (MSSP Only)
On ADR SIEM UI
Navigate to: System → Logs and Flows Collection Status.
Verify Symantec Endpoint Security/Protection appears under configured devices.
Confirm logs are being ingested successfully.
On ADR CCE (CLI)
Run:
SSH into the CCE server.
Run:
otmdoc -s addondevices crontab -l
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article