Search the status of given domain.

External Documentation

To learn more, visit the Cisco Umbrella documentation.

Parameters

ParameterDescription
DomainThe domain to search the status of.

Example Output

{
	"ip": "<string>",
	"success": true,
	"type": "<string>",
	"continent": "<string>",
	"continent_code": "<string>",
	"country": "<string>",
	"country_code": "<string>",
	"region": "<string>",
	"region_code": "<string>",
	"city": "<string>",
	"latitude": 5,
	"longitude": 188,
	"is_eu": false,
	"postal": "<string>",
	"calling_code": "<string>",
	"capital": "<string>",
	"borders": "<string>",
	"flag": {
		"img": "<string>",
		"emoji": "<string>",
		"emoji_unicode": "<string>"
	},
	"connection": {
		"asn": 29052,
		"org": "<string>",
		"isp": "<string>",
		"domain": "<string>"
	},
	"timezone": {
		"id": "<string>",
		"abbr": "<string>",
		"is_dst": true,
		"offset": 41477,
		"utc": "-07:00",
		"current_time": "2025-04-30T07:34:56-07:00"
	}
}

Workflow Library Example

Search Domain Status with Cisco Umbrella and Send Results Via Email

Preview this Workflow on desktop