Exabeam is a global cybersecurity leader and creator of New-Scale SIEM™️ that helps organizations detect threats, defend against cyberattacks, and defeat adversaries, offering a new way for security teams to approach threat detection, investigation, and response (TDIR).
First, get your Exabeam API Key
Navigate to "Settings > Core > Admin Operations > Cluster Authentication Token"
Click on the "+" icon
Fill out the "Token Name" an "Expiry Date", select the "Default Roles" and then click "Add token"
Select "Add New API Client"
Enter details about the API Client, select the relevant scopes, then click "Add"
Copy the "API Client ID" and "Secret"
Lastly, Create an Exabeam credential in Tines
Login to your Tines tenant
Navigate to the team that will be using the API and click "Credential"
Click "+ New Credential" and select "HTTP Request"
Input the values for the Exabeam credential
Name: Required
Description: Optional
URL:
https://api.us-west.exabeam.cloud/auth/v1/token/
The Base URL may be different depending on where you account is based.
Content Type: JSON
Method: post
Payload:
{"client_id": "API Key","client_secret": "API Key Secret","grant_type": "client_credentials"}
Headers:
{"accept": "application/json"}
Click "Run options" and double-click on the key named
access_token
in the response.Location of token from response: Paste the value copied in the previous step.
Optional
Domains: Ensure this credential can only be used when making HTTP requests to specific domains
Access: What other teams can also use the API
For more on creating credentials in Tines, click here.
Using the credential in an action
When you make an API request, include the HTTP request type credential in the Authorization
header after "Bearer" like:
Bearer <<CREDENTIAL.exabeam_token>>