Skip to content

Hostname

api.yndenz.com

Last fetched

api.yndenz.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · api.yndenz.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api.yndenz.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.91.152104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.223.115172.67.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
37.97.208.7037.97.128.0/17AS20857NL

WHOIS identity

No WHOIS records are currently associated with api.yndenz.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for api.yndenz.com.

MechanismTarget
SPF_Aapi.yndenz.com
SPF_Areseller.yndenz.com
SPF_Ayndenz.com
SPF_IP2a01:7c8:aac3:5ee:5054:ff:fe63:8833
SPF_IP2a01:7c8:aac3:5ee:5054:ff:fe63:8842
SPF_IP40.113.109.227
SPF_MXapi.yndenz.com

Related pages

Pivot deeper into the graph from api.yndenz.com.

Cypher and MCP

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

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