Check whether a set of IP addresses are “internet background noise”, or have been observed scanning or attacking devices across the internet.

For the complete list of response codes, visit GreyNoise API documentation.

Note: Available only with enterprise plan’s Core Intelligence package.

External Documentation

To learn more, visit the GreyNoise documentation.

Parameters

ParameterDescription
IP ListA comma-separated list of IPv4 addresses for noise lookup, limited to 1000 addresses.

Example Output

[
	{
		"code": "0x00",
		"ip": "203.0.113.45",
		"noise": false,
		"riot": false
	},
	{
		"code": "0x01",
		"ip": "192.168.1.1",
		"noise": true,
		"riot": false
	},
	{
		"code": "0x02",
		"ip": "10.0.0.1",
		"noise": false,
		"riot": true
	},
	{
		"code": "0x05",
		"ip": "172.16.254.1",
		"noise": true,
		"riot": true
	}
]

Workflow Library Example

Multi Ip Quick Check with Greynoise and Send Results Via Email

Preview this Workflow on desktop