Check whether a given IP address is “internet background noise”, or has 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 AddressThe IP address to search.

Example Output

{
	"ip": "203.0.113.42",
	"noise": true,
	"riot": false,
	"code": "0x01"
}

Workflow Library Example

Ip Quick Check with Greynoise and Send Results Via Email

Preview this Workflow on desktop