Hostname
tonies.de
Last fetched
tonies.de resolves to 3 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
tonies.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.69.129.73 | 159.69.0.0/16 | AS24940 | — | DE |
| 159.69.129.79 | 159.69.0.0/16 | AS24940 | — | DE |
| 18.196.68.77 | 18.196.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with tonies.de in WhisperGraph.
Subdomains
12 observed subdomains of tonies.de.
Web-graph footprint
Distinct hostnames that link to or from tonies.de in the public web crawl.
224 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for tonies.de.
| Mechanism | Target |
|---|---|
| SPF_A | tonies.de |
| SPF_INCLUDE | _spf.zimpel.de |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 109.234.127.0/24 |
| SPF_IP | 185.98.184.0/24 |
| SPF_IP | 2a01:488:42:1000:523:eba3:ffb1:ed0a |
| SPF_IP | 5.35.235.163 |
| SPF_IP | 80.237.138.5/32 |
| SPF_IP | 80.82.206.0/26 |
| SPF_MX | tonies.de |
Related pages
Pivot deeper into the graph from tonies.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tonies.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.