Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Non-Human Identities (NHI) API
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
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Non-Human Identities (NHI) API
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 cookie, with device and source context nested as objects.

json
{
  "uuid": "e9214d4b-55b1-692e-456f-e1fec1bc2c13",
  "domain": "example.com",
  "infected_emails": [
    "[email protected]"
  ],
  "crawled_date": "2026-09-06T01:51:29Z",
  "service_host": "portal.example.com",
  "url_path": "/",
  "is_https": true,
  "is_subdomains": true,
  "is_specific_path": false,
  "cookie_name": "sessionid",
  "cookie_value": "CM****************Aw",
  "cookie_type": "SESSION",
  "browser": "CHROME",
  "expiration_time": "2027-01-18T19:09:56Z",
  "device_info": {
    "infection_uuid": "63911c30...",
    "ip_address": "203.0.113.10",
    "os": "Windows 10",
    "malware_family": "lumma",
    "location": {
      "country": "US",
      "city": "Austin"
    }
  },
  "publication_source_info": {
    "site_domain": "t.me",
    "is_premium": false,
    "published_date": "2026-09-05"
  }
}

Record

FieldTypeDescription
uuidstringUnique id of the record.
domainstringThe monitored domain this cookie 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.

Cookie

FieldTypeDescription
cookie_namestringCookie name as set by the service.
cookie_valuestringCookie value. Masked (e.g. CM****Aw) unless your account has the view-password permission.
cookie_typestringAUTH, SESSION, REFRESH, or UNCLASSIFIED.
browserstringCHROME, EDGE, OPERA, FIREFOX, SAFARI, or UNKNOWN.
expiration_timestringWhen the cookie expires. Absent for session-only cookies.

Service

FieldTypeDescription
service_hoststringHost the cookie is valid for.
url_pathstringPath the cookie is scoped to.
is_httpsbooleanCookie is sent over HTTPS only.
is_subdomainsbooleanCookie is also valid for subdomains of service_host.
is_specific_pathbooleanCookie is limited to url_path.

device_info

The infected machine the cookie 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