Search for IPs in GreyNoise dataset and get IP context data.

External Documentation

To learn more, visit the GreyNoise documentation.

Parameters

ParameterDescription
IP AddressThe IP address to search.

Example Output

{
	"ip": "1.1.1.1",
	"noise": false,
	"riot": true,
	"classification": "benign",
	"name": "Cloudflare Public DNS",
	"link": "https://viz.greynoise.io/ip/1.1.1.1",
	"last_seen": "2025-03-03",
	"message": "Success"
}

Workflow Library Example

Ip Lookup with Greynoise and Send Results Via Email

Preview this Workflow on desktop