Skip to content

Hostname

awray.com

Last fetched

awray.com resolves to 1 IPv4 address operated by SPACEX-STARLINK - Space Exploration Technologies Corporation in US. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · awray.comRouting diversity1.5/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/awray.com

Resolution chain

awray.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
98.97.142.22298.97.136.0/21AS14593SPACEX-STARLINK - Space Exploration Technologies CorporationUS

WHOIS identity

Registrar
iana:1923
Organization
bai xuefei
Contact emails

Subdomains

1 observed subdomain of awray.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for awray.com.

MechanismTarget
SPF_Aawray.com
SPF_IP98.97.142.222
SPF_MXawray.com

Related pages

Pivot deeper into the graph from awray.com.

Cypher and MCP

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

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