Skip to content

Hostname

upshot.ai

Last fetched

upshot.ai resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · upshot.aiRouting diversity4.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/upshot.ai

Resolution chain

upshot.ai resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.213.128.1003.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.220.55.1913.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.237.178.9634.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.105.24152.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.40.20952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.225.246.654.224.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.179.13354.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.86.13.11398.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.206.5698.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.149.23298.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1068
Organization
purpletalk india pvt.ltd
Contact emails

Subdomains

5 observed subdomains of upshot.ai.

Web-graph footprint

Distinct hostnames that link to or from upshot.ai in the public web crawl.

100 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for upshot.ai.

MechanismTarget
SPF_INCLUDE_spf-txn.apple.com
SPF_INCLUDE_spf.apple.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEsendgrid.net

Related pages

Pivot deeper into the graph from upshot.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "upshot.ai"})-[: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.