Armis Centrix API
Overview
This API is for managing threats to an organization identified by Abnormal Security. The organization should be integrated with Abnormal Security and enabled for real-time detection of malicious emails.
This API uses Bearer authentication to retrieve events through paginated API calls.
Configuration
Parameters
API endpoint - Domain (
domain)
Secrets
Secret key (
armis_key)
Open the Secret fields and click New secret to create a new one:
Give the secret a Name.
Turn off the Expiration date option.
Click Add new value and paste the secret corresponding to the value.
Click Save.


You can now select the secret you just created in the corresponding fields.
After entering the required parameters and secrets, you can choose to manually enter the fields, or simply paste the given YAML:
Toggle this ON to enable a free text field where you can paste your YAML.
Temporal Window
Toggle ON to add a temporal window for events. This repeatedly shifts the time window over which data is collected.
Duration - 5 minutes (
5m) as default, adjust based on your needs.Offset - initial offset should be
5mFormat -
2006-01-02T15:04:05
Authentication Phase
Toggle ON to configure the authentication phase.
Type* -
tokenToken
Method* -
POSTURL* -
${parameters.domain}/api/v1/access_token/Headers
Name - Content-Type
Value -
application/x-www-form-urlencodedName - Accept
Value -
application/json
Body Type -
urlEncodedBody Params
Name - secret_key
Value -
${secrets.armis_key}
Token Path -
.data.access_tokenAuth injection
In -
headerName -
authorizationPrefix -
''Suffix -
''
Enumeration Phase
OFF
Collection Phase
Pagination Type* -
offsetLimitLimit -
200Request
Method* -
GETURL* -
${parameters.domain}/api/v1/search/Query Params -
Name -
aqlValue -
in:alerts after:${temporalWindow.from} before:${temporalWindow.to}Name -
fromValue -
${pagination.offset}Name -
length valueValue -
${pagination.limit}
Output
Select -
.data.resultsMap -
.Output Mode -
element
Click Create labels to move on to the next step and define the required Labels if needed.
Last updated
Was this helpful?

