Skip to content

Hostname

amitray.com

Last fetched

amitray.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · amitray.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/amitray.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.86.166104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.222.98172.67.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
173.224.122.237173.224.122.0/24AS30083AS-30083-US-VELIA-NET - velia.netUS

WHOIS identity

Registrar
iana:303
Organization
domain admin
Contact emails

Subdomains

11 observed subdomains of amitray.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for amitray.com.

MechanismTarget
SPF_Aamitray.com
SPF_INCLUDEspf.titan.email
SPF_IP148.72.158.61
SPF_IP148.72.177.40
SPF_IP162.221.185.10
SPF_IP173.224.122.237
SPF_MXamitray.com

Related pages

Pivot deeper into the graph from amitray.com.

Cypher and MCP

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

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