Hostname
onetech.com.tw
Last fetched
onetech.com.tw resolves to 2 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in JP.
Nutrition Label
Resolution chain
onetech.com.tw 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 |
|---|---|---|---|---|
| 139.180.195.93 | 139.180.192.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | JP |
| 34.120.137.41 | 34.120.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with onetech.com.tw in WhisperGraph.
Subdomains
2 observed subdomains of onetech.com.tw.
Web-graph footprint
Distinct hostnames that link to or from onetech.com.tw in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mx1.titan.email
- mx2.titan.email
- onetech.com.tw
SPF policy
8 SPF mechanisms authorising senders for onetech.com.tw.
| Mechanism | Target |
|---|---|
| SPF_A | onetech.com.tw |
| SPF_INCLUDE | spf.hinetserver.com |
| SPF_INCLUDE | spf.titan.email |
| SPF_INCLUDE | spf2.hinetserver.com |
| SPF_IP | 139.180.195.93 |
| SPF_IP | 61.61.127.63 |
| SPF_IP | 61.61.127.67 |
| SPF_MX | onetech.com.tw |
Related pages
Pivot deeper into the graph from onetech.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onetech.com.tw"})-[: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.