Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Non-Human Identities (NHI) API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Non-Human Identities (NHI) API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io DocumentationContact our team© 2026

Record Data Fields

Each element of the records array is one leaked secret, with device and source context nested as objects.

json
{
  "uuid": "7c2f1a90-3d4e-4b6a-9f21-0a8d5e6c7b31",
  "domain": "example.com",
  "infected_emails": [
    "[email protected]"
  ],
  "crawled_date": "2026-09-05T14:02:11Z",
  "token_type": "ApiKey",
  "service_type": "googlegeminiapikey",
  "matched_string": "AI****************************Xk",
  "secret_parts": {
    "key": "AI****************************Xk"
  },
  "verified": true,
  "verification_status": "verified",
  "file_metadata": {
    "file_name": ".env",
    "file_extension": "env"
  },
  "device_info": {
    "infection_uuid": "63911c30...",
    "ip_address": "203.0.113.10",
    "os": "Windows 11",
    "malware_family": "lumma",
    "location": {
      "country": "DE",
      "city": "Berlin"
    }
  },
  "publication_source_info": {
    "site_domain": "t.me",
    "is_premium": false,
    "published_date": "2026-09-04"
  }
}

Record

FieldTypeDescription
uuidstringUnique id of the record.
domainstringThe monitored domain this secret was matched to - the domain you queried.
infected_emailsarrayEmployee account email(s) found in the same infostealer log.
crawled_datestringWhen Webz.io collected the record.

Secret

FieldTypeDescription
token_typestringKind of credential, e.g. ApiKey, OauthPAT, RefreshToken, PrivateKey.
service_typestringDetector / issuing service that matched the secret, e.g. googleoauth2.
matched_stringstringThe secret as found. Masked (e.g. AI****Xk) unless your account has the view-password permission.
secret_partsobjectThe secret split into its named parts (e.g. key, or client_id + client_secret). Masked under the same rule.
verifiedbooleantrue when the secret was confirmed live against its issuer.
verification_statusstringverified, unverified, or unknown.

file_metadata

FieldDescription
file_nameName of the file the secret was found in, e.g. .env.
file_extensionFile extension.

device_info

The infected machine the secret was taken from.

FieldDescription
infection_uuidId of the infection. Records from the same machine share it - across cookies, secrets, and Data Breaches API credentials.
exfiltration_dateWhen the data was exfiltrated from the device.
log_file_nameSource log file.
hwidDevice hardware id.
ip_addressDevice IP address.
locationcountry, city, zip_code.
computer_usernameUsername on the infected machine.
osOperating system.
antivirus_softwareDetected antivirus.
malware_familyMalware family.
malware_pathPath of the malware on the device.

publication_source_info

FieldDescription
file_name, file_linkSource file name and link (when your plan includes file info).
site_domainDomain where the data was found.
is_premiumWhether the source is premium.
published_dateWhen the source published the data.
Last updated: September 6, 2026
PreviousFiltersNextAPI Reference