Skip to content

Hostname

datayard.us

Last fetched

datayard.us resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1910 as the registrar.

Nutrition Label

WHISPER CANON · datayard.usRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/datayard.us

Resolution chain

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

IPPrefixASNOperatorCountry
104.26.14.54104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.15.54104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.72.70172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1910
Organization
datayard
Contact emails

Subdomains

45 observed subdomains of datayard.us.

Web-graph footprint

Distinct hostnames that link to or from datayard.us in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for datayard.us.

MechanismTarget
SPF_INCLUDEregistrarmail.net
SPF_INCLUDEsender.zohocalendar.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.autopilothq.com
SPF_INCLUDEspf.datayard.us
SPF_INCLUDEzoho.com
SPF_IP64.56.100.2
SPF_IP64.56.101.114
SPF_IP64.56.101.50
SPF_IP64.56.102.0/24
SPF_IP64.56.103.36/32
SPF_IP64.56.108.5
SPF_IP64.56.111.128/27
SPF_IP64.56.126.0/23
SPF_IP72.9.34.240/28

Related pages

Pivot deeper into the graph from datayard.us.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "datayard.us"})-[: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.