https://api.bitsighttech.com/ratings/v1/alerts/vulnerability/alert_guid
Use this path to get the details of a vulnerability and infections alert. The Vulnerabilities and Infections alert category allows you to filter and get alerts on infections and vulnerabilities that affect companies in your portfolio.
- Only available if the Vulnerabilities and Infections alert is enabled.
- Not available for Risk Monitoring, National Cybersecurity, and Applicants subscriptions.
Parameters
See all available parameters.
* Required.
Parameter | Values |
---|---|
alert_guid * [Path] Identify a Vulnerabilities and Infections [ |
[String] Alert unique identifier [alert_guid ]. See GET: Alerts. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/alerts/vulnerability/1234567890 -u api_token:
Example Response
{ "guid":1234567890, "alert_date":"1980-03-28", "company_name":"Example Company", "company_guid":"dd231077-fb19-46ba-9dd0-0884c8d48624", "start_date":"1981-06-09", "folder_guid":"a1c5a0d5-6226-45c4-897d-e9c9144bff98", "company_url":"/company/dd231077-fb19-46ba-9dd0-0884c8d48624/", "alert_type":"VULNERABILITY", "alert_severity":null, "message":"Unsupported version of OpenSSH software detected." }
Response Attributes
Field | Description |
---|---|
guidString [ alert_guid ] |
The unique identifier of this alert. |
alert_dateString [ YYYY‑MM‑DD ] |
The date when this alert was generated. |
company_nameString |
The name of the company that triggered this alert. |
company_guidString [ entity_guid ] |
The unique identifier of the company associated with this alert. |
start_dateString [ YYYY‑MM‑DD ] |
The start date of the alert period. |
folder_guidString [ folder_guid ] |
The unique identifier of the folder where this alert was created. This is your “All Companies” folder if the company was not in a specific folder. |
company_urlString |
The URL path to this company’s overview page in the Bitsight platform. |
alert_typeString |
The condition that triggered this alert. See alert categories. |
alert_severityString |
The level of change that generated this alert. The “VULNERABILITY ” alert category is always “INFORMATIONAL .” See change severity. |
messageString |
A description of the vulnerability or infection that triggered this alert. |
August 8, 2019: Published.
Feedback
0 comments
Please sign in to leave a comment.