Skip to main content

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:

  1. Session-based authentication (username/password)
  2. API Token authentication (for automated integrations)

Step 1: Login to Cybereason Console

  1. Sign in to your Cybereason console at https://<your-instance>.cybereason.net
  2. Ensure you have an account with System Admin or API Access permissions

Step 2: Choose Authentication Method

Generate API Token

  1. In the Cybereason console, click on your username in the top-right corner
  2. Select My Profile
  3. Navigate to the API Token tab
  4. Click Generate New Token
  5. Enter a Token Name (e.g., "Unizo Integration")
  6. Set Token Expiration:
    • Choose from predefined durations (30, 60, 90 days)
    • Or select Never Expires (not recommended for production)
  7. 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:

  1. Username: Your Cybereason login email
  2. 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

  1. Console URL: https://<your-instance>.cybereason.net
  2. Authentication Credentials:
    • API Token (recommended) OR
    • Username and Password