Returns a listing of all the network alerts that are currently active on the account.

Example Output

[
	{
		"created": "2021-01-27T03:44:22.989000",
		"expiration": null,
		"expires": 0,
		"filters": {
			"ip": [
				"8.8.8.8",
				"1.1.1.1"
			]
		},
		"has_triggers": false,
		"id": "OYPRB8IR9Z35AZPR",
		"name": "DNS Alert",
		"notifiers": [],
		"notify": {},
		"size": 2,
		"triggers": {}
	},
	{
		"created": "2021-01-27T03:42:50.908000",
		"expiration": null,
		"expires": 0,
		"filters": {
			"ip": [
				"8.8.8.8"
			]
		},
		"has_triggers": false,
		"id": "RIO8WNQZMI4ZQXW6",
		"name": "Google DNS Alert",
		"notifiers": [],
		"notify": {},
		"size": 1,
		"triggers": {}
	}
]

Workflow Library Example

List Alerts with Shodan and Send Results Via Email

Preview this Workflow on desktop