Hostname
waldenburger.com
Last fetched
waldenburger.com resolves to 1 IPv4 address operated by AS3320 in DE. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
waldenburger.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.225.131.151 | 62.224.0.0/14 | AS3320 | — | DE |
WHOIS identity
- Registrar
- iana:83
- Organization
- antonio niemer
- Contact emails
Subdomains
15 observed subdomains of waldenburger.com.
Showing 11 of 15. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from waldenburger.com in the public web crawl.
105 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for waldenburger.com.
| Mechanism | Target |
|---|---|
| SPF_A | wa-mail01.we-online.de |
| SPF_A | wa-mail02.we-online.de |
| SPF_A | waldenburger.com |
| SPF_INCLUDE | limajo.witglobal.net |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 94.199.91.69/30 |
| SPF_IP | 94.199.91.70 |
| SPF_MX | waldenburger.com |
Related pages
Pivot deeper into the graph from waldenburger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "waldenburger.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.