Hostname
tantalus.com
Last fetched
tantalus.com resolves to 2 IPv4 addresses operated by OVH in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
tantalus.com 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 |
|---|---|---|---|---|
| 167.114.158.191 | 167.114.128.0/18 | AS16276 | OVH | CA |
| 67.222.4.165 | 67.222.0.0/21 | AS63410 | SHOPIFYASN2 - Shopify, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- perfect privacy,
- Contact emails
Subdomains
21 observed subdomains of tantalus.com.
Web-graph footprint
Distinct hostnames that link to or from tantalus.com in the public web crawl.
91 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for tantalus.com.
| Mechanism | Target |
|---|---|
| SPF_A | tantalus.com |
| SPF_INCLUDE | 19908236.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | cvent-planner.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 207.102.243.25/29 |
| SPF_IP | 74.221.130.25 |
| SPF_IP | 74.50.224.0/24 |
| SPF_IP | 74.50.224.1/24 |
| SPF_MX | tantalus.com |
Related pages
Pivot deeper into the graph from tantalus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tantalus.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.