Probely
Visualize Probely targets, users, and findings, and monitor changes through queries and alerts.
- Installation guide
- Probely data model
Installation
To install this integration, you will need to first create an API access token within Probely to use in JupiterOne.
Configuration in Probely
To create an API token:
- From the Probely dashboard, go to Overview > Target.
- Navigate to the Settings > Integrations tab.
- Under API Keys, generate a new key for JupiterOne.
For more information on creating Access Tokens on Probely, see their documentation
Configuration in JupiterOne
To install the Probely integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Probely. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Probely account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle 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
DISABLED
and manually execute the integration.The Probely Access Token generated for use within JupiterOne.
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.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | probely_account | Account |
Finding | probely_finding | Finding |
Target | probely_target | Application |
User | probely_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
probely_account | HAS | probely_target |
probely_account | HAS | probely_user |
probely_target | HAS | probely_finding |
probely_user | ASSIGNED | probely_finding |