URL Schema

Data Fields

KEYDATA TYPEDESCRIPTION
_idstringUnique identifier for the record
urlstringComplete URL where the compromise was identified
domainstringDomain portion of the compromised URL
typestringCompromise classification (employee/user). In some cases when domains are specified, the third_party type will be available as well.
last_uploaded_dateISO Date StringMost recent date this URL was found in a compromised computer (Partially exists).
occurrenceintegerOccurrence count of this URL in compromises

JSON Schema

{
    "_id": "6385c893365f15edc2c863c5",
    "url": "https://login-iam.ext.hpe.com",
    "domain": "hpe.com",
    "type": "employee",
    "last_uploaded_date": "2025-02-17T14:12:15.344Z",
    "occurrence": 285
}