Hostname
tenmedia.de
Last fetched
tenmedia.de resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
tenmedia.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 |
|---|---|---|---|---|
| 104.21.0.83 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.150.178 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 4.211.110.38 | 4.208.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | FR |
WHOIS identity
No WHOIS records are currently associated with tenmedia.de in WhisperGraph.
Subdomains
10 observed subdomains of tenmedia.de.
Web-graph footprint
Distinct hostnames that link to or from tenmedia.de in the public web crawl.
75 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for tenmedia.de.
| Mechanism | Target |
|---|---|
| SPF_A | tenmedia.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a01:488:42:1000:57e6:3e21:ec:7cec |
| SPF_IP | 2a01:488:42::/48 |
| SPF_IP | 80.237.138.0/24 |
| SPF_IP | 87.230.62.33 |
| SPF_MX | tenmedia.de |
Related pages
Pivot deeper into the graph from tenmedia.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tenmedia.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.