Returns a list of all the triggers that can be enabled on network alerts.
[
{
"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"
}
]
List Available Triggers with Shodan and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?
Returns a list of all the triggers that can be enabled on network alerts.
[
{
"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"
}
]
List Available Triggers with Shodan and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?