Hostname
3dwellness.co
Last fetched
3dwellness.co resolves to 2 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
3dwellness.co 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 |
|---|---|---|---|---|
| 162.214.99.46 | 162.214.96.0/21 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 67.217.60.202 | 67.217.48.0/20 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of 3dwellness.co.
| Subdomain |
|---|
| mail.3dwellness.co |
| www.3dwellness.co |
Web-graph footprint
Distinct hostnames that link to or from 3dwellness.co in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 3dwellness.co.
| Mechanism | Target |
|---|---|
| SPF_A | 3dwellness.co |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 162.214.99.46 |
| SPF_IP | 67.217.60.202 |
| SPF_MX | 3dwellness.co |
Related pages
Pivot deeper into the graph from 3dwellness.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3dwellness.co"})-[: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.