Hostname
dev-illinois.splunkcloud.com
Last fetched
dev-illinois.splunkcloud.com resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dev-illinois.splunkcloud.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.27.91.52 | 100.123.80.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 204.236.236.240 | 204.246.33.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.22.106 | 35.32.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.0.60.140 | 52.46.10.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.71.91.245 | 52.82.166.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.86.68.63 | 52.94.10.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev-illinois.splunkcloud.com in WhisperGraph.
Subdomains
1 observed subdomain of dev-illinois.splunkcloud.com.
| Subdomain |
|---|
| shc1.dev-illinois.splunkcloud.com |
Web-graph footprint
Distinct hostnames that link to or from dev-illinois.splunkcloud.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from dev-illinois.splunkcloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-illinois.splunkcloud.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.