Returns a list of all the triggers that can be enabled on network alerts.

Example Output

[
	{
		"description": "Match any service that is discovered",
		"name": "any",
		"rule": "*"
	},
	{
		"description": "Services associated with industrial control systems",
		"name": "industrial_control_system",
		"rule": "tag:ics"
	},
	{
		"description": "Compromised or malware-related services",
		"name": "malware",
		"rule": "tag:compromised,malware"
	},
	{
		"description": "Services that generally shouldn't be publicly available",
		"name": "uncommon",
		"rule": "-port:22,80,443,7547"
	}
]

Workflow Library Example

List Available Triggers with Shodan and Send Results Via Email

Preview this Workflow on desktop