Hostname
all.de
Last fetched
all.de resolves to 1 IPv4 address operated by AS44716 in DE.
Nutrition Label
Resolution chain
all.de 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 |
|---|---|---|---|---|
| 212.42.226.14 | 212.42.226.0/24 | AS44716 | — | DE |
WHOIS identity
No WHOIS records are currently associated with all.de in WhisperGraph.
Subdomains
121 observed subdomains of all.de.
Showing 25 of 121. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from all.de in the public web crawl.
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 all.de.
| Mechanism | Target |
|---|---|
| SPF_A | all.de |
| SPF_IP | 185.68.136.0/24 |
| SPF_IP | 193.34.121.0/24 |
| SPF_IP | 2001:67c:278c::/48 |
| SPF_IP | 2001:bf0:205::/64 |
| SPF_IP | 2001:bf0:220::/64 |
| SPF_IP | 2001:bf0:259::/64 |
| SPF_IP | 212.42.224.0/19 |
| SPF_IP | 87.225.128.0/17 |
| SPF_IP | 91.199.214.0/24 |
| SPF_MX | all.de |
Related pages
Pivot deeper into the graph from all.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "all.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.