Hostname
dantex.de
Last fetched
dantex.de resolves to 2 IPv4 addresses operated by GOOGLE - Google LLC in DE.
Nutrition Label
Resolution chain
dantex.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 |
|---|---|---|---|---|
| 35.207.139.104 | 35.207.128.0/18 | AS15169 | GOOGLE - Google LLC | DE |
| 35.214.93.188 | 35.214.0.0/17 | AS43515 | YOUTUBE YOUTUBE | GB |
WHOIS identity
No WHOIS records are currently associated with dantex.de in WhisperGraph.
Subdomains
4 observed subdomains of dantex.de.
Web-graph footprint
Distinct hostnames that link to or from dantex.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dantex.de.
| Mechanism | Target |
|---|---|
| SPF_A | sapmail.dantex.de |
| SPF_INCLUDE | _spf.kundenserver.de |
| SPF_INCLUDE | _spf.perfora.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | dantex.de |
Related pages
Pivot deeper into the graph from dantex.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dantex.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.