Risk Intelligence
Searches through the leaks.
Create a search operation for leaks. This endpoint will not return the list of resulting leaks, but instead it will return a search key, that can be used to list the leaks found by using getLeaks operation. Attention: Every unique client id can create a maximum of 100000 search key per day. Attention: All array type search criteria may take a maximum of 100000 values each.
post/api/v2/riskintelligence/leaks/search
Request body
Example request
{
"GenericSearchText": "Oracle",
"LeakTypes": [
"combolist"
],
"PasswordTypes": [
"plain"
],
"SourceTypes": [
"forum"
],
"ThreatActors": [
"CyberData"
],
"LeakName": "(BREACH%20FORUM)(COMBOLIST)-3427748-20240106",
"LeakSourceDomain": "blabla.com",
"PublishDateFrom": "2021-04-01",
"PublishDateTo": "2024-04-01"
}Response
Success
Example response
{
"Key": "0f8fad5b-d9cb-469f-a165-70867728950e"
}