Hostname
elements.tv
Last fetched
elements.tv resolves to 2 IPv4 addresses operated by GODADDY-SXB in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
elements.tv 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 |
|---|---|---|---|---|
| 92.205.209.186 | 92.205.208.0/21 | AS21499 | GODADDY-SXB | DE |
| 92.205.251.101 | 92.205.224.0/19 | AS21499 | GODADDY-SXB | FR |
WHOIS identity
- Registrar
- iana:48
- Organization
- andre kamps
- Contact emails
Subdomains
50 observed subdomains of elements.tv.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from elements.tv in the public web crawl.
78 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for elements.tv.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from elements.tv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elements.tv"})-[: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.