Skip to content

Hostname

splunk.com

Last fetched

splunk.com resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · splunk.comRouting diversity3.0/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/splunk.com

Resolution chain

splunk.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.1.114.1952.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.196.11852.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
204.107.141.165204.107.141.0/24AS22024SPLUNK-WEST - Splunk, Inc.US

WHOIS identity

Registrar
iana:292
Organization
cisco technology
Contact emails

Subdomains

134 observed subdomains of splunk.com.

Web-graph footprint

Distinct hostnames that link to or from splunk.com in the public web crawl.

8,586 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for splunk.com.

MechanismTarget
SPF_INCLUDE%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email
SPF_INCLUDEmktomail.com
SPF_INCLUDEstspg-customer.com

Related pages

Pivot deeper into the graph from splunk.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "splunk.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.