Skip to main content

Get Company Findings Summary

Get a summary of the findings for a company.

Parameters

ParameterDescription
CompanyThe ID of the company for which to summarize findings. You can dynamically search for a company by a substring of its name.
Note:
Empty search is not supported.

Example Output

[
{
"start_date": "2023-02-01",
"end_date": "2023-04-02",
"stats": [
{
"id": "CVE-2015-9251",
"name": "CVE-2015-9251",
"first_seen": "2021-11-05",
"event_count": 1,
"host_count": 1,
"severity": null,
"confidence": "HIGH",
"severity_category": null
}
]
},
{
"start_date": "2023-04-02",
"end_date": "2023-05-02",
"stats": [
{
"id": "CVE-2015-9251",
"name": "CVE-2015-9251",
"first_seen": "2021-11-05",
"event_count": 1,
"host_count": 1,
"severity": null,
"confidence": "HIGH",
"severity_category": null
}
]
},
{
"start_date": "2023-04-25",
"end_date": "2023-05-02",
"stats": [
{
"id": "CVE-2015-9251",
"name": "CVE-2015-9251",
"first_seen": "2021-11-05",
"event_count": 1,
"host_count": 1,
"severity": null,
"confidence": "HIGH",
"severity_category": null
}
]
}
]

Workflow Library Example

Get Company Findings Summary with Bitsight and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop