Skip to content

Hostname

dawanda.com

Last fetched

dawanda.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:151 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.70.181104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.138.47172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:151
Organization
claudia helming
Contact emails

Subdomains

1,424 observed subdomains of dawanda.com.

Web-graph footprint

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

362 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for dawanda.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEes-spf-ext.com
SPF_INCLUDEmailgun.org
SPF_IP46.231.176.96/28
SPF_IP46.231.182.192/27
SPF_IP87.106.26.121
SPF_MXdawanda.com

Related pages

Pivot deeper into the graph from dawanda.com.

Cypher and MCP

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

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