Skip to content

Hostname

ns1.midway.com

Last fetched

ns1.midway.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ns1.midway.comRouting diversity3.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ns1.midway.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.22.116.214100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.147.138.10316.147.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.215.106.21434.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
38.96.23.2038.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCUS
44.237.242.21744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ns1.midway.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for ns1.midway.com.

MechanismTarget
SPF_MXinevitable.com
SPF_MXns1.midway.com

Related pages

Pivot deeper into the graph from ns1.midway.com.

Cypher and MCP

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

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