SecurityScorecard
Visualize SecurityScorecard portfolios, monitored vendor companies, and active security findings, and monitor changes through queries and alerts.
- Installation
- Authorization
- Data Model
- Types
- Release Notes
Installation
To use this integration, you must have a SecurityScorecard account and an API token. SecurityScorecard recommends issuing the token to a Bot (service account) user so the credential is decoupled from any individual and does not expire when a person leaves the organization.
Configuration in SecurityScorecard
Creating a Bot user and generating an API token requires administrator permissions in SecurityScorecard. If you do not have administrator access, ask an administrator to complete these steps for you.
-
Log in to the SecurityScorecard platform and open My Settings from your profile avatar.
-
In Admin Settings, open the People Management tab and click Invite People.
-
Provide a name for the new user and mark the account as a Bot. Bot accounts do not expire, which prevents integration outages caused by token rotation on a personal user.
-
Choose an access level for the bot. Read Only is sufficient for this integration. Click Add User.
-
From the new bot user's actions, select Create API token and click Confirm.
-
Copy the generated API token and store it securely. The token is only displayed once.
If you prefer not to create a bot user, an administrator can also retrieve a personal API key from My Settings > API. API tokens do not expire and are nearly as powerful as passwords — store them only in secret managers and never in source code or shared channels.
Configuration in JupiterOne
To install the SecurityScorecard integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select SecurityScorecard. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the SecurityScorecard 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 SecurityScorecard API Key — the token generated in the previous section.
-
Issue Types — a comma-separated list of issue type slugs (for example,
cookie_missing_http_only,patching_cadence_high) used to scope the findings the integration ingests. A maximum of 12 slugs is supported per instance. This value is required: the SecurityScorecard API returns an error when theissue_typesfilter is omitted. You can list available slugs via the SecurityScorecard Issue Types metadata endpoint. -
Portfolio IDs (optional) — a comma-separated list of SecurityScorecard portfolio IDs to limit ingestion to specific portfolios. Leave empty to ingest all portfolios the API token can access.
-
Issue Severity Threshold (optional) — minimum severity of findings to ingest (for example,
medium). Findings below the threshold are skipped.
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.
Endpoints
API endpoints that the integration makes requests to.
Show Endpoints (5)
https://api.securityscorecard.io/companies/{domain}/active-issueshttps://api.securityscorecard.io/mehttps://api.securityscorecard.io/metadata/issue-typeshttps://api.securityscorecard.io/portfolioshttps://api.securityscorecard.io/portfolios/{id}/companies
Documentation Links
Links to provider documentation relevant to setup and configuration.
Show Documentation Links (5)
- https://securityscorecard.readme.io/reference/get_companies-scorecard-identifier-active-issues
- https://securityscorecard.readme.io/reference/get_metadata-issue-types-1
- https://securityscorecard.readme.io/reference/get_portfolios
- https://securityscorecard.readme.io/reference/get_portfolios-portfolio-id-companies
- https://support.securityscorecard.com/hc/en-us/articles/9738347291931-Create-API-tokens-for-the-SecurityScorecard-platform
Per-Step Breakdown
Detailed authorization requirements for each ingestion step.
Show all steps (3)
| Step | Endpoints |
|---|---|
| Fetch Companies | https://api.securityscorecard.io/portfolios/{id}/companies |
| Fetch Findings | https://api.securityscorecard.io/companies/{domain}/active-issues, https://api.securityscorecard.io/metadata/issue-types |
| Fetch Portfolios | https://api.securityscorecard.io/portfolios |
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | securityscorecard_account | Account |
| Company | securityscorecard_company | Vendor |
| Finding | securityscorecard_finding | Finding |
| Portfolio | securityscorecard_portfolio | Group |
| Service | securityscorecard_service | Service |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
securityscorecard_account | PROVIDES | securityscorecard_service |
securityscorecard_account | HAS | securityscorecard_portfolio |
securityscorecard_company | HAS | securityscorecard_finding |
securityscorecard_portfolio | HAS | securityscorecard_company |
securityscorecard_service | MONITORS | securityscorecard_company |
securityscorecard_service | IDENTIFIED | securityscorecard_finding |
Securityscorecard Account
securityscorecard_account inherits from Account
| Property | Type | Description | Specifications |
|---|---|---|---|
email * | string | Email address of the authenticated account | |
username * | string | Username of the authenticated account |
Securityscorecard Company
securityscorecard_company inherits from Vendor
| Property | Type | Description | Specifications |
|---|---|---|---|
domainName * | string | Primary domain of the company (unique identifier) | |
grade * | string | null | SSC security grade: A/B/C/D/F | |
industry * | string | null | Industry identifier from SSC | |
last30DaysScoreChange * | number | null | Score change delta over the last 30 days | |
score * | number | null | Security score 0–100 | |
size * | string | null | Estimated company size |
Securityscorecard Finding
securityscorecard_finding inherits from Finding
| Property | Type | Description | Specifications |
|---|---|---|---|
firstSeenOn * | number | null | Timestamp (ms) when this issue was first seen | |
issueType * | string | Issue type slug (e.g. cookie_missing_http_only) | |
lastSeenOn * | number | null | Timestamp (ms) when this issue was last seen | |
port * | number | null | Network port associated with this finding, if applicable |
Securityscorecard Portfolio
securityscorecard_portfolio inherits from Group
| Property | Type | Description | Specifications |
|---|---|---|---|
portfolioId * | string | Unique portfolio ID from SSC | |
privacy * | string | null | Portfolio privacy setting (public, private, shared) |
Securityscorecard Service
securityscorecard_service inherits from Service
| Property | Type | Description | Specifications |
|---|---|---|---|
vendor * | string | Vendor name, always SecurityScorecard |