Read the most recent alerts for a user across all domains.

External Documentation

To learn more, visit the HackNotice documentation.

Parameters

ParameterDescription
Page NumberThe number of the page to return.

Example Output

[
  {
    "tags": [],
    "tier": [],
    "tierattempted": [],
    "taggroups": [],
    "_id": "123abc456def789ghi012jkl",
    "customer_id": "abcdef1234567890abcdef12",
    "domainwatchlist_id": "9876543210abcdef98765432",
    "leakfile_id": "abcdef9876543210abcdef98",
    "hit_value": "j.doe@domain.com",
    "timestamp": "2025-03-27T09:36:51.159Z",
    "matches": "xyz%2FgE7ujd%2BILkQ1ZOAZXGDkgg%3D",
    "sentPush": true,
    "sentEmail": true,
    "remediated": false,
    "published_date": "2025-03-26T23:11:09.267Z",
    "leak_name": "Leaked-Dataset-1,234,567.csv_recon-03-26-25",
    "predicted_tags": [
      {
        "tags": [
          "meta"
        ],
        "_id": "abc456def789ghi012jkl345",
        "valueIndex": 0
      },
      {
        "tags": [
          "meta"
        ],
        "_id": "xyz456uvw789rst012opq678",
        "valueIndex": 1
      }
    ],
    "remediations": [],
    "__v": 0,
    "processed": true,
    "alertprocessed": true,
    "leakfileDoc": {
      "size": 150000000,
      "linecount": 676784,
      "password_type": "plaintext",
      "_id": "abcdef9876543210abcdef98",
      "__v": 0,
      "published_mo_yr": "2025-03-01T00:00:00.052Z",
      "domain": "leak.dataset-2025",
      "description": "A credential combination list shared during March 2025 in the hacker community. The original source of the data is unknown.",
      "leak_name": "March 2025 Compilation Combo List",
      "potentialdomain": "leaked-dataset-1,234,",
      "predicted_tags": [],
      "tags": [
        {
          "tags": [
            "meta"
          ],
          "_id": "123abc456def789ghi012jkl",
          "valueIndex": 0
        }
      ],
      "openAIRetryTagging": false,
      "openAITaggingAttemptedDate": "2025-03-27T04:07:13.380Z",
      "openAITaggingAttempted": true,
      "openAITag": false,
      "attemptedNewTags": false,
      "compTag": true,
      "attemptedTag": true
    },
    "leakDoc": {
      "_source": {
        "log": {
          "file": {
            "path": "Leaked-Dataset-1,234,567.csv_recon-03-26-25"
          },
          "offset": 90323170
        },
        "messagev2": [
          "j.doe@domain.com",
        ],
        "@timestamp": "2025-03-26T23:11:09.267Z",
        "message": "\"12345678\",\"new city\",\"new city\",\"j.doe@domain.com\",\"\",\"john doe\",\"new city, new city, united states\",\"information technology and services\",\"north america\",\"male\",\"company & industry\",\"jdoe1@yahoo.com\",\"domain\",\"\",\"facebook.com/domain\",\"twitter.com/domain\",\"90,000-120,000\",\"domain.com\",\"linkedin.com/in/john-doe-123456\",\"\""
      },
      "successful_hash": [],
      "_id": "xyz%2FgE7ujd%2BILkQ1ZOAZXGDkgg%3D",
      "_index": "newleaks8",
      "_score": 19.976048,
      "domain": "domain.com",
      "timestamp": "2025-03-27T09:36:51.159Z",
      "tags": [],
      "hashes": [],
      "__v": 0
    }
  }
]

Workflow Library Example

Read Page for an Account with Hacknotice and Send Results Via Email

Preview this Workflow on desktop