v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Risk Intelligence

Get details of a leak.

Get details of a leak by its Id.

get/api/v2/riskintelligence/leaks/{leakId}

Path parameters

leakIdstring required
Example:123

The leak Id.

Response

Success

LeakIdnumber

The Leak Id

Namestring

The Leak Name

SourceDomainstring

The Leak Source Domain

Type'combolist' | 'breach'

The Leak Type

CurrentExposurenumber

It is the company count exposed by vulnerability currently.

PublishDatestring datetime

The date on which the tag was published.

RecordTypestring

The leak's record type

UniqueEmailAccountCountnumber

The mentioned email count on the leak.

FreshnessRateinteger

The old age rate of the leak.

TotalCountinteger

The total leak count.

ThreatActorstring

The leak’s threat actor.

SourceTypestring

The leak’s source type.

PasswordTypestring

The leak’s password type.

Notesstring nullable

The notes about leak.

Example response

{
  "LeakId": 345,
  "Name": "(TGM:CRACKING RABBIT)(COMBOLIST)-15KMixedGoods-20250317",
  "SourceDomain": "miscellaneous",
  "Type": "combolist",
  "CurrentExposure": 9,
  "PublishDate": "1999-12-30T05:00:00.000Z",
  "RecordType": "mail",
  "UniqueEmailAccountCount": 123,
  "FreshnessRate": 2,
  "TotalCount": 234,
  "ThreatActor": "Unknown",
  "SourceType": "telegram",
  "PasswordType": "plain"
}