Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Introduction
Quickstart
Search Scope
Filters
Record Data Fields
API Reference
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
Introduction
Quickstart
Search Scope
Filters
Record Data Fields
API Reference
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Record Data Fields

Each element of the records array is one compromised account, with breach, device, service, and source context nested as objects.

json
{
  "uuid": "0a1b2c3d4e5f60718293a4b5c6d7e8f901234567",
  "crawled_date": "2025-05-01T10:20:30",
  "type": "infostealer",
  "sub_type": "stealer_logs",
  "login_url": "https://portal.example.com/login",
  "login_domain": "example.com",
  "account_info": {
    "email": "[email protected]",
    "account_name": "jane",
    "password": "pa****23",
    "password_type": "plaintext"
  },
  "device_info": {
    "ip_address": "203.0.113.10",
    "os": "Windows 10",
    "malware_family": "redline",
    "location": {
      "country": "US",
      "city": "Austin",
      "zip_code": "73301"
    }
  },
  "breach_info": {
    "uuid": "...",
    "breach_date": "2025-04-01",
    "breach_name": "Example Leak",
    "breach_domain": "example.com",
    "compromised_assets": [
      "emails",
      "passwords"
    ]
  },
  "service_classifications": [
    {
      "service_category": "VPN",
      "service_name": "Fortinet"
    }
  ],
  "publication_source_info": {
    "site_domain": "example-forum.onion",
    "is_premium": false,
    "published_date": "2025-04-15"
  }
}

Record

FieldTypeDescription
uuidstringUnique id of the record (40-char hex).
crawled_datestringWhen Webz.io collected the record.
typestringinfostealer or data_breach.
sub_typestringFiner source type.
login_urlstringURL where the credential was used.
login_domainstringDomain of the login URL.

account_info

FieldDescription
emailCompromised email address.
account_nameAccount name / username.
passwordPassword. Masked (e.g. pa****23) unless your account has the view-password permission.
password_typePassword type, e.g. plaintext.

device_info (infostealer records)

FieldDescription
infection_uuidId of the infection.
exfiltration_dateWhen data was exfiltrated.
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.

breach_info

FieldDescription
uuidBreach id. Use it as breach_uuid to fetch the whole breach.
breach_dateWhen the breach occurred.
breach_nameName of the breach.
breach_domainDomain of the breached service.
compromised_assetsAsset types exposed in the breach.

service_classifications

A set of { service_category, service_name } derived from analyzing the login URL. A record may carry more than one.

publication_source_info

FieldDescription
file_name, file_linkSource file name and link (when your plan includes file info).
post_urlURL of the source post. Omitted when the source domain is t.me.
site_domainDomain where the data was found.
is_premiumWhether the source is premium.
published_dateWhen the source published the data.
Last updated: July 28, 2026
PreviousFiltersNextAPI Reference