v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Data Loss Events

:: Legacy Route :: This resource returns a collection of `DataLossEvent` objects.

"::Legacy Route please use portfolio_data_loss_events:: This resource returns a collection of DataLossEvent objects for a given TOE id. This are referred to as Breach Events in the RiskRecon site."

get/v1/data_loss_events/{toe_id}

Path parameters

toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304

Filter by the Toe ID.

Response

OK

uuidstring uuid nullable

The unique identifier for a data loss event.

updated_atstring

The date a data loss event was updated.

toe_idstring uuid

The unique identifier for the Target Of Evaluation (TOE).

threat_vectorstring

The threat vector associated with the Data Loss or Breach event.

threat_actorstring

The threat actor if available.

threat_actionstring

The threat action if available.

records_exposedstring

The number of records exposed if applicable.

public_datestring

The date the breach was made public.

data_loss_event_source_urlstring

Source url for the Data Loss Event.

data_loss_event_long_descstring

A long description of data loss event.

created_atstring

The date the data loss event was created.

compromised_infostring[]
breach_datestring

The date of the breach.

Example response

[
  {
    "uuid": "3976423a-ee35-11e3-8569-14109ff1a307",
    "updated_at": "2021-10-01T22:18:57+00:00",
    "toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
    "threat_vector": "malware",
    "threat_actor": "external",
    "threat_action": "malware",
    "records_exposed": "32",
    "public_date": "2021-10-01T22:18:57+00:00",
    "data_loss_event_source_url": "riskrecon.com",
    "data_loss_event_long_desc": "On September 2020, a breach was detected and data was leaked.",
    "created_at": "2021-10-01T22:18:57+00:00",
    "compromised_info": [
      "financial accounts"
    ],
    "breach_date": "2021-10-01T22:18:57+00:00"
  }
]