CyCognito
Visualize CyCognito assets and issues, and monitor changes through queries and alerts.
- Installation guide
- CyCognito data model
Installation
For this integration, you will need to request an Access Token from an Admin on Cycognito.
To install the CyCongnito integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select CyCongnito. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the CyCongnito 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.Your CyCognito Access Token.
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 | cycognito_account | Account |
Certificate | cycognito_asset_certificate | Certificate |
Domain | cycognito_asset_domain | Domain |
IP | cycognito_asset_ip | IpAddress |
Issue | cycognito_issue | Finding |
Web App | cycognito_asset_web_app | ApplicationEndpoint |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
cycognito_account | HAS | cycognito_asset_certificate |
cycognito_account | HAS | cycognito_asset_domain |
cycognito_account | HAS | cycognito_asset_ip |
cycognito_account | HAS | cycognito_asset_web_app |
cycognito_account | HAS | cycognito_issue |
cycognito_asset_certificate | HAS | cycognito_asset_domain |
cycognito_asset_certificate | HAS | cycognito_asset_ip |
cycognito_asset_certificate | HAS | cycognito_issue |
cycognito_asset_domain | CONTAINS | cycognito_asset_domain |
cycognito_asset_domain | HAS | cycognito_asset_ip |
cycognito_asset_domain | HAS | cycognito_issue |
cycognito_asset_ip | HAS | cycognito_asset_domain |
cycognito_asset_ip | HAS | cycognito_issue |
cycognito_asset_web_app | HAS | cycognito_issue |
cycognito_issue | IS | cve |
cycognito_issue | IS | cyc |