How to integrate Cyber Reason account?
Overview
To authenticate with Cybereason and access their REST APIs, you will need the following information:
- Cybereason Console URL (your instance URL)
- Username (email address)
- Password
- API Token (optional - for token-based authentication)
Cybereason supports two authentication methods:
- Session-based authentication (username/password)
- API Token authentication (for automated integrations)
Step 1: Login to Cybereason Console
- Sign in to your Cybereason console at
https://<your-instance>.cybereason.net
- Ensure you have an account with System Admin or API Access permissions
Step 2: Choose Authentication Method
Option A: API Token Authentication (Recommended)
Generate API Token
- In the Cybereason console, click on your username in the top-right corner
- Select My Profile
- Navigate to the API Token tab
- Click Generate New Token
- Enter a Token Name (e.g., "Unizo Integration")
- Set Token Expiration:
- Choose from predefined durations (30, 60, 90 days)
- Or select Never Expires (not recommended for production)
- Click Generate
Important:
- Copy the token immediately - it's displayed only once
- Store the token securely in a secrets manager
- If lost, you must generate a new token
Option B: Username/Password Authentication
For session-based authentication, you'll use:
- Username: Your Cybereason login email
- Password: Your Cybereason password
Note: This method requires creating a session before making API calls.
Step 3: Determine Your Console URL
Your Cybereason console URL is the base URL for all API requests:
Format: https://<your-instance>.cybereason.net
Regional Examples:
- US:
https://<company>.cybereason.net
- EU:
https://<company>-eu.cybereason.net
- APAC:
https://<company>-apac.cybereason.net
Step 5: Collect Required Values
- Console URL:
https://<your-instance>.cybereason.net
- Authentication Credentials:
- API Token (recommended) OR
- Username and Password