Community
Questions Library
Docs
Blog
Events
Swag
Github
Slack
JupiterOne
Discussions
Release Notes
Contact Us
Cobalt - AskJ1 Community
<main> <article class="userContent"> <h2 data-id="cobalt-jupiterone-integration-benefits">Cobalt + JupiterOne Integration Benefits</h2> <ul><li><p>Visualize Cobalt pentests, findings, and the assets tested in the JupiterOne<br> graph.</p></li> <li><p>Monitor changes to Cobalt pentests and findings using JupiterOne alerts.</p></li> <li>Correlate pentests with other logged security events.</li> </ul><h2 data-id="how-it-works">How it Works</h2> <ul><li><p>JupiterOne periodically fetches pentests, findings, and assets from Cobalt to<br> update the graph.</p></li> <li><p>Write JupiterOne queries to review and monitor updates to the graph.</p></li> <li>Configure alerts to take action when JupiterOne graph changes.</li> </ul><h2 data-id="requirements">Requirements</h2> <ul><li>You must have an API token from Cobalt.</li> <li>You must have permission in JupiterOne to install new integrations.</li> </ul><h2 data-id="support">Support</h2> <p>If you need help with this integration, please contact<br><a rel="nofollow" href="https://support.jupiterone.io">JupiterOne Support</a>.</p> <h2 data-id="integration-walkthrough">Integration Walkthrough</h2> <h3 data-id="in-cobalt">In Cobalt</h3> <ol><li>Sign in to your <a rel="nofollow" href="https://app.cobalt.io/users/sign_in">Cobalt account</a>.</li> <li>Under your profile (top right corner of page), go to<br><a rel="nofollow" href="https://app.cobalt.io/settings/api-token">API Token</a>.</li> <li>Press <strong>Generate Token</strong>.</li> <li>Copy the token (you won't be able to copy it after you leave this page).</li> </ol><h3 data-id="in-jupiterone">In JupiterOne</h3> <ol><li>From the top navigation of the J1 Search homepage, select <strong>Integrations</strong></li> <li>Scroll to the <strong>Cobalt</strong> integration tile and click it.</li> <li>Click the <strong>Add Configuration</strong> button.</li> <li>Enter the <strong>Account Name</strong> by which you'd like to identify this Cobalt<br> account in JupiterOne. Ingested entities will have this value stored in<br><code class="code codeInline" spellcheck="false" tabindex="0">tag.AccountName</code> when <strong>Tag with Account Name</strong> is checked.</li> <li>Enter a <strong>Description</strong> that will further assist your team when identifying<br> the integration instance.</li> <li>Select a <strong>Polling Interval</strong> that you feel is sufficient for your monitoring<br> needs. You may leave this as <code class="code codeInline" spellcheck="false" tabindex="0">DISABLED</code> and manually execute the integration.</li> <li>Enter your <strong>Cobalt API Key</strong> that you got from Generate Token above.</li> <li>Click <strong>Create Configuration</strong> once all values are provided.</li> </ol><h1 data-id="how-to-uninstall">How to Uninstall</h1> <ol><li>From the top navigation of the J1 Search homepage, select <strong>Integrations</strong></li> <li>Scroll to the <strong>Cobalt</strong> integration tile and click it.</li> <li>Identify and click the <strong>integration to delete</strong>.</li> <li>Click the <strong>trash can</strong> icon.</li> <li>Click the <strong>Remove</strong> button to delete the integration.</li> </ol><p><br></p> <h2 data-id="data-model">Data Model</h2> <h3 data-id="entities">Entities</h3> <p>The following entities are created:</p> <table><thead><tr><th>Resources</th> <th>Entity <code class="code codeInline" spellcheck="false" tabindex="0">_type</code></th> <th>Entity <code class="code codeInline" spellcheck="false" tabindex="0">_class</code></th> </tr></thead><tbody><tr><td>Cobalt</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_vendor</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Vendor</code></td> </tr><tr><td>Cobalt Account</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_account</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Account</code></td> </tr><tr><td>Cobalt Asset</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_asset</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Application</code></td> </tr><tr><td>Cobalt Finding</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_finding</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Finding</code></td> </tr><tr><td>Cobalt Pentest</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_pentest</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Assessment</code></td> </tr><tr><td>Cobalt pentest service</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_service</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Service</code></td> </tr></tbody></table><h3 data-id="relationships">Relationships</h3> <p>The following relationships are created:</p> <table><thead><tr><th>Source Entity <code class="code codeInline" spellcheck="false" tabindex="0">_type</code></th> <th>Relationship <code class="code codeInline" spellcheck="false" tabindex="0">_class</code></th> <th>Target Entity <code class="code codeInline" spellcheck="false" tabindex="0">_type</code></th> </tr></thead><tbody><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_asset</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_service</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_asset</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_finding</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_finding</code></td> <td><strong>IS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cve</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_pentest</code></td> <td><strong>IDENTIFIED</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_finding</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_service</code></td> <td><strong>PERFORMED</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_pentest</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_vendor</code></td> <td><strong>PERFORMED</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_pentest</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_vendor</code></td> <td><strong>PROVIDES</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">cobalt_service</code></td> </tr></tbody></table><p><br></p> </article> </main>