Return the information of an alert associated with a domain.

External Documentation

To learn more, visit the HackNotice documentation.

Parameters

ParameterDescription
Alert IDThe ID of the alert to retrieve.
Domain IDThe ID of the domain.

Example Output

{
	"tags": [],
	"tier": [],
	"tierattempted": [],
	"taggroups": [],
	"_id": "abcdef1234567890abcdef12",
	"customer_id": "1234567890abcdef12345678",
	"domainwatchlist_id": "9876543210abcdef98765432",
	"leakfile_id": "abcdef9876543210abcdef98",
	"hit_value": "j.doe@domain.com",
	"timestamp": "2025-03-29T01:38:17.394Z",
	"matches": "XyZ123AbCdEfGhIjKlMn%2F456%3D",
	"sentPush": true,
	"sentEmail": true,
	"remediated": false,
	"published_date": "2025-03-28T08:12:40.208Z",
	"leak_name": "BY TELEGRAM @TXT_SAMPLE - 999.txt.16_recon-03-27-25",
	"predicted_tags": [
		{
			"tags": [
				"website"
			],
			"_id": "abcdef6543217890abcdef12",
			"valueIndex": 0
		}
	],
	"remediations": [],
	"__v": 0,
	"processed": true,
	"alertprocessed": true,
	"leakfileDoc": {
		"size": 199229440,
		"linecount": 3479877,
		"password_type": "plaintext",
		"_id": "abcdef9876543210abcdef98",
		"__v": 0,
		"published_mo_yr": "2025-03-01T00:00:00.329Z",
		"domain": "leak.domain-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": "sample",
		"predicted_tags": [],
		"tags": [
			{
				"tags": [
					"website"
				],
				"_id": "123abc456def789ghi012jkl",
				"valueIndex": 0
			}
		],
		"openAIRetryTagging": false,
		"openAITaggingAttemptedDate": "2025-03-28T02:07:06.157Z",
		"openAITaggingAttempted": true,
		"openAITag": false,
		"attemptedNewTags": false,
		"compTag": true,
		"attemptedTag": true,
		"infoStealerLog": true,
		"taggroups": [
			"pii",
			"passwords"
		]
	},
	"leakDoc": {
		"_source": {
			"log": {
				"file": {
					"path": "BY TELEGRAM @TXT_SAMPLE - 999.txt.16_recon-03-27-25"
				},
				"offset": 127494429
			},
			"messagev2": [
				"https",
				"//fs.domain.com",
				"j.doe@domain.com",
				"ExamplePass123!"
			],
			"@timestamp": "2025-03-28T08:12:40.208Z",
			"message": "https://fs.domain.com:j.doe@domain.com:ExamplePass123!"
		},
		"successful_hash": [],
		"_id": "XyZ123AbCdEfGhIjKlMn%2F456%3D",
		"_index": "newleaks8",
		"_score": 45.123463,
		"domain": "domain.com",
		"timestamp": "2025-03-29T01:38:17.394Z",
		"tags": [],
		"hashes": [],
		"__v": 0
	}
}

Workflow Library Example

Read an Alert for a Domain with Hacknotice and Send Results Via Email

Preview this Workflow on desktop