Skip to content

Hostname

amazonews.com

Last fetched

amazonews.com resolves to 2 IPv4 addresses operated by AS-30083-US-VELIA-NET - velia.net in US. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · amazonews.comRouting diversity2.4/10Peering density4.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/amazonews.com

Resolution chain

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

IPPrefixASNOperatorCountry
148.72.153.254148.72.153.0/24AS30083AS-30083-US-VELIA-NET - velia.netUS
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsUS
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsCA

WHOIS identity

Registrar
iana:69
Organization
amazonews.com ( amazon news )
Contact emails

Subdomains

7 observed subdomains of amazonews.com.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

MX records

  • amazonews.com

SPF policy

6 SPF mechanisms authorising senders for amazonews.com.

MechanismTarget
SPF_Aamazonews.com
SPF_IP148.72.153.254
SPF_IP63.247.78.146
SPF_IP63.247.80.98
SPF_IP64.22.111.50
SPF_MXamazonews.com

Related pages

Pivot deeper into the graph from amazonews.com.

Cypher and MCP

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

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