Hostname
techosting.dk
Last fetched
techosting.dk resolves to 1 IPv4 address operated by TDC TDC AS in DK.
Nutrition Label
Resolution chain
techosting.dk 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 |
|---|---|---|---|---|
| 93.165.144.9 | 93.165.128.0/17 | AS3292 | TDC TDC AS | DK |
WHOIS identity
No WHOIS records are currently associated with techosting.dk in WhisperGraph.
Subdomains
12 observed subdomains of techosting.dk.
Web-graph footprint
Distinct hostnames that link to or from techosting.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for techosting.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.techosting.dk |
| SPF_INCLUDE | mailno.techosting.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.242.38.6/32 |
| SPF_IP | 80.63.7.161 |
| SPF_IP | 80.63.7.162 |
| SPF_IP | 80.63.7.163 |
| SPF_IP | 80.63.7.164 |
| SPF_IP | 87.48.131.155 |
| SPF_IP | 87.54.63.130/32 |
Related pages
Pivot deeper into the graph from techosting.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "techosting.dk"})-[: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.