Skip to main content
Return the information of an alert by it’s ID.
External DocumentationTo learn more, visit the HackNotice documentation.

Parameters

ParameterDescription
Alert IDThe ID of the alert to retrieve.

Example Output

{
	"tags": [],
	"tier": [],
	"tierattempted": [],
	"taggroups": [],
	"_id": "1234567890abcdef12345678",
	"customer_id": "abcdef1234567890abcdef12",
	"domainwatchlist_id": "9876543210abcdef98765432",
	"leakfile_id": "abcdef9876543210abcdef98",
	"hit_value": "j.doe@domain.com",
	"timestamp": "2025-04-01T09:28:38.751Z",
	"matches": "AbCdEfGhIjKlMnOpQrStUvWxYz%2F123%3D",
	"sentPush": true,
	"sentEmail": true,
	"remediated": false,
	"published_date": "2025-04-01T01:29:15.266Z",
	"leak_name": "1 000 000 USERS.txt_recon-03-31-25",
	"predicted_tags": [
		{
			"valueIndex": 0,
			"tags": [
				"email"
			]
		},
		{
			"valueIndex": 1,
			"tags": [
				"password",
				"plaintext"
			]
		}
	],
	"remediations": [],
	"__v": 0,
	"processed": true,
	"alertprocessed": true,
	"leakfileDoc": {
		"size": 150000000,
		"linecount": 4000000,
		"password_type": "plaintext",
		"_id": "abcdef9876543210abcdef98",
		"__v": 0,
		"published_mo_yr": "2025-03-01T00:00:00.919Z",
		"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",
		"predicted_tags": [],
		"tags": [
			{
				"tags": [
					"email"
				],
				"_id": "123abc456def789ghi012jkl",
				"valueIndex": 0
			},
			{
				"tags": [
					"password",
					"plaintext"
				],
				"_id": "789xyz456uvw123rst012opq",
				"valueIndex": 1
			}
		],
		"openAIRetryTagging": false,
		"openAITaggingAttemptedDate": "2025-04-01T02:47:07.139Z",
		"openAITaggingAttempted": true,
		"openAITag": false,
		"attemptedNewTags": false,
		"compTag": true,
		"attemptedTag": true,
		"credentialDump": true,
		"taggroups": [
			"pii",
			"passwords"
		]
	},
	"leakDoc": {
		"_source": {
			"log": {
				"file": {
					"path": "1 000 000 USERS.txt_recon-03-31-25"
				},
				"offset": 12345678
			},
			"messagev2": [
				"j.doe@domain.com",
				"ExamplePass123!"
			],
			"@timestamp": "2025-04-01T01:29:15.266Z",
			"message": "j.doe@domain.com:ExamplePass123!"
		},
		"successful_hash": [],
		"_id": "AbCdEfGhIjKlMnOpQrStUvWxYz%2F123%3D",
		"_index": "newleaks8",
		"_score": 28.19329,
		"domain": "domain.com",
		"timestamp": "2025-04-01T09:28:38.751Z",
		"tags": [],
		"hashes": [],
		"__v": 0
	}
}

Workflow Library Example

Read an Alert with Hacknotice and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I