Skip to content

Hostname

origin-extensions.shift.com

Last fetched

origin-extensions.shift.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · origin-extensions.shift.comRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/origin-extensions.shift.com

Resolution chain

origin-extensions.shift.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.159.61.3108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.61.49108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.61.55108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.61.9108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.226.209.613.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.209.6113.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.209.9313.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.209.9813.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with origin-extensions.shift.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from origin-extensions.shift.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "origin-extensions.shift.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.