Push Security
Visualize Push Security applications, employees, and findings, and monitor changes through queries and alerts.
- Installation
- Data Model
Installation
You will need your Push Security API Key to set up this integration. You can create an API key by going to the Settings page in the Push Security admin console.
Configuration in Push Security
- Log in to your Push Security admin console.
- Navigate to the Settings page.
- Create a new API key for JupiterOne integration.
- Copy the API key for use in JupiterOne configuration.
Configuration in JupiterOne
To install the Push Security integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Push Security. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the Push 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 Push Security API Key created in the Settings page.
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 |
|---|---|---|
| Push Security Account | pushsecurity_account | Account |
| Push Security Application | pushsecurity_application | Application |
| Push Security Employee | pushsecurity_employee | Person |
| Push Security Finding | pushsecurity_finding | Finding |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
pushsecurity_account | IDENTIFIED | pushsecurity_application |
pushsecurity_application | HAS | pushsecurity_finding |
pushsecurity_employee | HAS | pushsecurity_account |
pushsecurity_employee | HAS | pushsecurity_finding |
pushsecurity_employee | OWNS | pushsecurity_application |