Skip to content

Latest commit

 

History

History
106 lines (81 loc) · 4.25 KB

jupiterone.md

File metadata and controls

106 lines (81 loc) · 4.25 KB

Cobalt

Cobalt + JupiterOne Integration Benefits

  • Visualize Cobalt pentests, findings, and the assets tested in the JupiterOne graph.
  • Monitor changes to Cobalt pentests and findings using JupiterOne alerts.
  • Correlate pentests with other logged security events.

How it Works

  • JupiterOne periodically fetches pentests, findings, and assets from Cobalt to update the graph.
  • Write JupiterOne queries to review and monitor updates to the graph.
  • Configure alerts to take action when JupiterOne graph changes.

Requirements

  • You must have an API token from Cobalt.
  • 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 Cobalt

  1. Sign in to your Cobalt account.
  2. Under your profile (top right corner of page), go to API Token.
  3. Press Generate Token.
  4. Copy the token (you won't be able to copy it after you leave this page).

In JupiterOne

  1. From the top navigation of the J1 Search homepage, select Integrations
  2. Scroll to the Cobalt integration tile and click it.
  3. Click the Add Configuration button.
  4. Enter the Account Name by which you'd like to identify this Cobalt account in JupiterOne. Ingested entities will have this value stored in tag.AccountName when Tag with Account Name is checked.
  5. Enter a Description that will further assist your team when identifying the integration instance.
  6. Select a Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as DISABLED and manually execute the integration.
  7. Enter your Cobalt API Key that you got from Generate Token above.
  8. Click Create Configuration once all values are provided.

How to Uninstall

  1. From the top navigation of the J1 Search homepage, select Integrations
  2. Scroll to the Cobalt integration tile and click it.
  3. Identify and click the integration to delete.
  4. Click the trash can icon.
  5. Click the Remove button to delete the integration.

Data Model

Entities

The following entities are created:

Resources Entity _type Entity _class
Cobalt cobalt_vendor Vendor
Cobalt Account cobalt_account Account
Cobalt Asset cobalt_asset Application
Cobalt Finding cobalt_finding Finding
Cobalt Pentest cobalt_pentest Assessment
Cobalt pentest service cobalt_service Service

Relationships

The following relationships are created:

Source Entity _type Relationship _class Target Entity _type
cobalt_account HAS cobalt_asset
cobalt_account HAS cobalt_service
cobalt_asset HAS cobalt_finding
cobalt_finding IS cve
cobalt_pentest IDENTIFIED cobalt_finding
cobalt_service PERFORMED cobalt_pentest
cobalt_vendor PERFORMED cobalt_pentest
cobalt_vendor PROVIDES cobalt_service