Addigy
August 24, 2022 ยท View on GitHub
Addigy + JupiterOne Integration Benefits
- Visualize Addigy users, policies, and device agents in the JupiterOne graph.
- Map Addigy users to employees in your JupiterOne account.
- Monitor changes to Addigy device agents using JupiterOne alerts.
How it Works
- JupiterOne periodically fetches services, teams, and users from Addigy to update the graph.
- Write JupiterOne queries to review and monitor updates to the graph, or leverage existing queries.
- Configure alerts to take action when JupiterOne graph changes, or leverage existing alerts.
Requirements
- JupiterOne requires an API
client_idandclient_secret. You need permission to create a user in Addigy that will be used to obtain the id and secret. Jupiterone also needsusernameandpasswordof an admin user to retrieve user information from the Addigy internal API. - You must have permission in JupiterOne to install new integrations.
Support
If you need help with this integration, please contact JupiterOne Support.
Integration Walkthrough
In Addigy
In JupiterOne
- From the top navigation of the J1 Search homepage, select Integrations
- Scroll to the Addigy integration tile and click it.
- Click the Add Configuration button and configure the following settings:
- Enter the Account Name by which you'd like to identify this {{provider}}
account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen Tag with Account Name is checked. - Enter a Description that will further assist your team when identifying the integration instance.
- Select a Polling Interval that you feel is sufficient for your monitoring
needs. You may leave this as
DISABLEDand manually execute the integration. - Enter the Username and Password used to authenticate with Addigy.
- Enter the client_id and client_secret generated in previous steps.
- Click Create Configuration once all values are provided.
How to Uninstall
- From the top navigation of the J1 Search homepage, select Integrations
- Scroll to the Addigy integration tile and click it.
- Identify and click the integration to delete.
- Click the trash can icon.
- Click the Remove button to delete the integration.
Data Model
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Addigy Device | addigy_hostagent | HostAgent |
| Addigy Policy | addigy_policy | Policy |
| Addigy User | addigy_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
addigy_hostagent | HAS | addigy_policy |
addigy_policy | CONTAINS | addigy_policy |
addigy_user | HAS | addigy_policy |
Mapped Relationships
The following mapped relationships are created:
Source Entity _type | Relationship _class | Target Entity _type | Direction |
|---|---|---|---|
addigy_hostagent | PROTECTS | *user_endpoint* | FORWARD |