Skip to main content
Search for IPs in GreyNoise dataset and get IP context data.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop
I