Hostname
arcteq.com
Last fetched
arcteq.com resolves to 1 IPv4 address operated by HETZNER-AS in FI. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
arcteq.com 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 |
|---|---|---|---|---|
| 65.109.237.106 | 65.109.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
- Registrar
- iana:73
- Organization
- arcteq relays oy
- Contact emails
Subdomains
1 observed subdomain of arcteq.com.
| Subdomain |
|---|
| www.arcteq.com |
Web-graph footprint
Distinct hostnames that link to or from arcteq.com in the public web crawl.
21 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for arcteq.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zoho.com |
| SPF_INCLUDE | zohodesk.eu |
| SPF_IP | 109.247.116.19/32 |
| SPF_IP | 135.181.144.110 |
| SPF_IP | 135.181.41.223 |
| SPF_IP | 23.88.72.188 |
| SPF_IP | 2a01:4f8:272:5d02:0:0:0:2 |
| SPF_IP | 65.108.149.100 |
| SPF_IP | 65.109.237.106 |
| SPF_IP | 81.209.51.125/30 |
| SPF_IP | 87.108.34.240 |
| SPF_IP | 95.217.214.50 |
| SPF_IP | 95.217.239.169 |
Related pages
Pivot deeper into the graph from arcteq.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arcteq.com"})-[: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.