Hostname
home24.de
Last fetched
home24.de resolves to 4 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
home24.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.86.58.235 | 104.86.32.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.194.72.134 | 23.194.64.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.197.128.128 | 23.192.0.0/11 | AS20940 | — | DE |
| 23.211.72.133 | 23.211.64.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | PL |
WHOIS identity
No WHOIS records are currently associated with home24.de in WhisperGraph.
Subdomains
79 observed subdomains of home24.de.
Showing 25 of 79. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from home24.de in the public web crawl.
793 sites link to this hostname.
37 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for home24.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc33.sapsf.eu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spfsf.home24.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 155.56.208.100/30 |
| SPF_IP | 157.133.97.216/30 |
| SPF_IP | 169.145.66.70/31 |
| SPF_IP | 169.145.66.72/31 |
| SPF_IP | 54.93.33.173 |
Related pages
Pivot deeper into the graph from home24.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "home24.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.