Hostname
one-tab.com
Last fetched
one-tab.com resolves to 1 IPv4 address operated by OVH in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
one-tab.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 |
|---|---|---|---|---|
| 198.50.158.152 | 198.50.128.0/17 | AS16276 | OVH | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domains by proxy,
- Contact emails
- one-tab.com@domainsbyproxy.com
- 63d561713d684e5ea6d798188517b90a.protect@whoisguard.com
- 0488d0b3d2fc459c8a248b003cd8f09d.protect@withheldforprivacy.com
- 326c0ab63d7942889ce9fb2e2b2dcbc9.protect@withheldforprivacy.com
- e5f93329f2874d609260c0e687d71652.protect@withheldforprivacy.com
- f5664a7b6ed345c7b781750b6ad728ab.protect@withheldforprivacy.com
Subdomains
2 observed subdomains of one-tab.com.
| Subdomain |
|---|
| dev.one-tab.com |
| www.one-tab.com |
Web-graph footprint
Distinct hostnames that link to or from one-tab.com in the public web crawl.
769 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for one-tab.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from one-tab.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "one-tab.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.