Hostname
telemaxx.de
Last fetched
telemaxx.de resolves to 2 IPv4 addresses operated by TELEMAXX in DE.
Nutrition Label
Resolution chain
telemaxx.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 37.228.169.53 | 37.228.160.0/20 | AS12843 | TELEMAXX | DE |
| 37.228.170.219 | 37.228.160.0/20 | AS12843 | TELEMAXX | DE |
WHOIS identity
No WHOIS records are currently associated with telemaxx.de in WhisperGraph.
Subdomains
28 observed subdomains of telemaxx.de.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from telemaxx.de in the public web crawl.
91 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for telemaxx.de.
| Mechanism | Target |
|---|---|
| SPF_A | www.telemaxx.de |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 208.91.114.151/32 |
| SPF_IP | 93.189.152.6 |
| SPF_MX | telemaxx.de |
Related pages
Pivot deeper into the graph from telemaxx.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "telemaxx.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.