Skip to content

Hostname

blue-daniel.com

Last fetched

blue-daniel.com resolves to 1 IPv4 address operated by ONE-NETWORK in DE. WHOIS lists iana:1387 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
46.243.93.14746.243.88.0/21AS8648ONE-NETWORKDE

WHOIS identity

Registrar
iana:1387
Organization
daniel hoffmann
Contact emails

Subdomains

3 observed subdomains of blue-daniel.com.

Web-graph footprint

Distinct hostnames that link to or from blue-daniel.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for blue-daniel.com.

MechanismTarget
SPF_Ablue-daniel.com
SPF_INCLUDEsecure-mailgate.com
SPF_MXblue-daniel.com

Related pages

Pivot deeper into the graph from blue-daniel.com.

Cypher and MCP

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

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