Skip to content

Hostname

yash.com

Last fetched

yash.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
34.214.215.13134.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:2
Organization
yash technologies attn yash.com care of network solutions
Contact emails

Subdomains

15 observed subdomains of yash.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

10 SPF mechanisms authorising senders for yash.com.

MechanismTarget
SPF_Asmtp.yash.com
SPF_INCLUDE_spf-dc10.sapsf.com
SPF_INCLUDEspf.conrep.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP203.197.238.118
SPF_IP203.197.238.210
SPF_IP210.80.140.141/32
SPF_IP210.80.140.142/32
SPF_MXsmtp.yash.com
SPF_MXyash.com

Related pages

Pivot deeper into the graph from yash.com.

Cypher and MCP

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

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