Skip to content

Hostname

static.switch-science.com

Last fetched

static.switch-science.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · static.switch-science.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/static.switch-science.com

Resolution chain

static.switch-science.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.157.1143.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.2053.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.2333.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.1733.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.2253.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.553.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.633.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.783.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with static.switch-science.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from static.switch-science.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "static.switch-science.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.