Hostname
comtek.dk
Last fetched
comtek.dk resolves to 12 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
comtek.dk resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.26.155 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 147.79.69.164 | 147.79.64.0/21 | AS47583 | AS-HOSTINGER | IN |
| 148.135.128.165 | 148.135.128.0/21 | AS47583 | AS-HOSTINGER | US |
| 172.67.137.16 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 92.112.198.3 | 92.112.196.0/22 | AS47583 | AS-HOSTINGER | US |
| 92.113.16.203 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 92.113.16.25 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 92.113.16.38 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 92.113.23.158 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 92.113.23.56 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 92.113.23.63 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 93.127.173.176 | 93.127.172.0/23 | AS47583 | AS-HOSTINGER | IN |
WHOIS identity
- Registrar
- —
- Organization
- suhmo company aps
- Contact emails
Subdomains
6 observed subdomains of comtek.dk.
Showing 5 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comtek.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for comtek.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from comtek.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comtek.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.