Skip to content

Hostname

baltz.de

Last fetched

baltz.de resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · baltz.deRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/baltz.de

Resolution chain

baltz.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.26.10.66104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.11.66104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.68.39172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
93.89.4.18193.89.4.0/24AS30962DE

WHOIS identity

No WHOIS records are currently associated with baltz.de in WhisperGraph.

Subdomains

18 observed subdomains of baltz.de.

Web-graph footprint

Distinct hostnames that link to or from baltz.de in the public web crawl.

111 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for baltz.de.

MechanismTarget
SPF_Abaltz.de
SPF_IP93.89.4.181
SPF_IP94.130.148.51
SPF_IP94.79.134.242
SPF_MXbaltz.de

Related pages

Pivot deeper into the graph from baltz.de.

Cypher and MCP

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

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