Data Breaches
The reported data breaches that affected this company
Fields
Query example
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
dataBreaches {
affectedRecordsCount
date
description
source
sourceUrl
}
}
}
# variables
{ "domain": "meta.com" }Last updated
Was this helpful?