NowSecure
Visualize NowSecure users, services, applications, and findings, map NowSecure users to employees, and monitor changes through queries and alerts.
- Installation guide
- NowSecure data model
Installation
You will need to provide an API key from your NowSecure account. See their documentation for more information.
Configuration in JupiterOne
To install the NowSecure integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select NowSecure. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the NowSecure 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.lastly, your NowSecure API Key.
Click Create once all values are provided to finalize the integration.
By default, JupiterOne ingests findings from the past 30 days. You can adjust the configuration to ingest findings from the latest scan reports if you have a NowSecure Enterprise Plan.
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 | nowsecure_account | Account |
Finding | nowsecure_finding | Finding |
Mobile Applications | mobile_app | Application |
Service | nowsecure_service | Service |
User | nowsecure_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
mobile_app | HAS | nowsecure_finding |
nowsecure_account | HAS | mobile_app |
nowsecure_account | PROVIDES | nowsecure_service |
nowsecure_account | HAS | nowsecure_user |
nowsecure_service | SCANS | mobile_app |