Hostname
tech9.io
Last fetched
tech9.io resolves to 1 IPv4 address operated by AS-VULTR - The Constant Company, LLC in US. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
tech9.io 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 |
|---|---|---|---|---|
| 45.32.94.140 | 45.32.64.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
WHOIS identity
- Registrar
- iana:3862
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
37 observed subdomains of tech9.io.
Showing 17 of 37. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for tech9.io.
| Mechanism | Target |
|---|---|
| SPF_A | t9-server-5.tech9computers.com |
| SPF_A | tech9.io |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 108.170.22.131 |
| SPF_IP | 108.170.22.133/32 |
| SPF_IP | 2001:19f0:6000:93d5:5400:ff:fe20:ad3f |
| SPF_IP | 45.32.94.140 |
| SPF_MX | tech9.io |
| SPF_MX | tech9computers.com |
Related pages
Pivot deeper into the graph from tech9.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tech9.io"})-[: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.