Aqua Security
Visualize Aqua Security accounts, groups, users, and API keys, and monitor changes through queries and alerts.
- Installation
- Data Model
- Types
Installation
You will need to create an API Key and Secret key on Aqua Security. See their documentation for more information.
Configuration in Aqua Security
When creating the API Key and Secret for this integration, ensure the credentials have read-only access to the following resources:
- Accounts (
/v2/accounts/{accountId}) - Groups (
/v2/groups) - Users (
/v2/users) - API Keys (
/v2/apikeys)
The integration uses HMAC-SHA256 signature authentication and requires no write permissions.
Configuration in JupiterOne
To install the Aqua Security integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Aqua Security. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the Aqua Security account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen theAccountNametoggle is enabled. -
Description to assist in identifying the integration instance, if desired.
-
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLEDand manually execute the integration. -
Your Aqua Security Account ID, API Key, and API Secret.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | aquasec_account | Account |
| API Key | aquasec_api_key | AccessKey |
| Group | aquasec_group | Group |
| User | aquasec_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
aquasec_account | HAS | aquasec_user |
aquasec_account | HAS | aquasec_group |
aquasec_account | HAS | aquasec_api_key |
aquasec_group | HAS | aquasec_user |