Lzr Connector Dotlake API - v.2.0.0

Introducción

1- Búsqueda de Datos Comprometidos

Parámetros:

Ejemplo de uso:

curl --location 'https://lzrconnector-dotlake.lazarustechservices.com/analyze/breach/name/Leonel Messi' \
--header 'Authorization: Basic somemail@domain.es:ThePassword123'

Parámetros opcionales:

curl --location 'https://lzrconnector-dotlake.lazarustechservices.com/analyze/breach/email/test@example.com?from_date=2024-01-01' \
--header 'Authorization: Basic somemail@domain.es:ThePassword123'

Tipos de datos disponibles (datatype):

Respuesta exitosa:

{
  "code": 200,
  "status": "success",
  "message": "ok",
  "data": [
    {
      "information": {
        "date_register": "2025-10-14T12:46:14.312Z",
        "date": "2025-10-03T21:23:00.000Z",
        "inserted_date": "2025-10-14T12:46:14.312Z",
        "uuid": "68ee461618a128434b9acd81",
        "masked": {
          "name": null,
          "surname": null,
          "username": null,
          "email": null,
          "crypto_wallet": null,
          "domain": null,
          "telephone": null,
          "zip": null,
          "city": null,
          "state": null,
          "address": null,
          "nid": null,
          "nid_6": null,
          "ssn": null,
          "ssn_4": null,
          "dob": null,
          "company": null,
          "brand": null,
          "credit_card": null,
          "credit_card_6": null,
          "credit_card_10": null,
          "financial_card_bin": null,
          "iban": null,
          "network_ip": null,
          "company_tax_number": null
        },
        "password": "xxxx@88888",
        "password_info": {
          "password_clear": 0,
          "password_last_chars": "***234",
          "password_strength": 0,
          "password_is_encrypted": 1,
          "password_encryption_method": [
            "unknown"
          ]
        },
        "name": "DESKTOP-D5MS3U6 (hp)",
        "surname": "Unknown Surname",
        "username": "jd",
        "email": "jd@gmail.com",
        "crypto_wallet": "UNKNOWN-WALLET",
        "domain": "sevolution.uk",
        "telephone": "000-000-0000",
        "zip": "00000",
        "city": "Unknown City",
        "state": "Unknown State",
        "address": "Unknown Address",
        "nid": "000000000",
        "nid_6": "000000",
        "ssn": "000-00-0000",
        "ssn_4": "0000",
        "dob": "0000-00-00",
        "company": "77-68-88-47.plesk.page",
        "brand": "103.230.124.24",
        "credit_card": "0000000000000000",
        "credit_card_6": "000000",
        "credit_card_10": "0000000000",
        "financial_card_bin": "000000",
        "iban": "AA00AAAA00000000",
        "network_ip": "182.186.97.135",
        "company_tax_number": "00000000X"
      },
      "source": {
        "atribution score": null,
        "authencity score": null,
        "confidence score": "high",
        "type": "stealer-logs",
        "source": "cavalier",
        "name": "cavalier_lumma",
        "key": "68ee461618a128434b9acd81",
        "description": "Stealer: Lumma | Credentials: 1, OS: Windows 11 23H2 build 22631 (64 Bit)",
        "breach name": "Lumma",
        "recommendations": "No recommendations available",
        "pageTitle": "No title available",
        "html": "No HTML content available"
      },
      "type": "stealer breach",
      "validate": 1
    },
    ...
  ]
}
⬆️ Ir al inicio