Data Delivered However You Need It
Automate account takeover prevention within your existing workflows
Our API allows you to integrate SpyCloud’s breach data into your current workflows with fast, high-volume access. Fortune 1000 security teams, security vendors, and any organization that has online accounts can leverage our API to power solutions to:- Proactively protect consumer and employee accounts from account takeover
- Create value-added services for your consumers, powered by SpyCloud data
- Accelerate investigations into online fraud
- Integrate into SIEMs and other internal detection tools for consolidated visibility
$ curl --include --header "X-Api-Key: 1234567890" 'https://api.spycloud.io/sp-v1/breach/data/emails/test@example.org'
$ |
{
"cursor": "",
"hits": 4,
"results": [
{
"username": "jamiemendez",
"domain": "example.com",
"password": "$826y4$31226$dYbW2Qf1eM3zbNek4N0GcQcw2N4z1R8j7N7zfV6iaY2ucD9y00b5CoeoWDxxuWGMfqGwzLiBw.2yOVq",
"severity": 5,
"spycloud_publish_date": "2017-05-25T00:00:00Z",
"sighting": 1,
"email_domain": "example.com",
"source_id": 4452,
"password_type": "bcrypt",
"email": "test@example.com"
},
{
"domain": "example.com",
"password": "123456",
"severity": 20,
"spycloud_publish_date": "2016-10-29T00:00:00Z",
"password_plaintext": "123456",
"full_name": "Jim McGee",
"email_domain": "example.com",
"source_id": 12,
"password_type": "plaintext",
"email": "test@example.com",
"sighting": 1,
},
{
"username": "jamesryan",
"domain": "example.com",
"password": "7E5F8BAB296155773551072652B182B4E245BA3D",
"severity": 20,
"spycloud_publish_date": "2016-10-21T00:00:00Z",
"password_plaintext": "jamesryan1",
"email_domain": "example.com",
"source_id": 14,
"password_type": "sha1",
"email": "test@example.com",
"sighting": 4,
"ip_addresses": [
"174.95.144.20"
],
}
]
}