Hostname
3dhubs.com
Last fetched
3dhubs.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
3dhubs.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.158.3 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.44 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.90 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.97 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.244.18.113 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.126 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.127 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.68 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.166.160.12 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.127 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.36 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.77 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:269
- Organization
- 3d hubs bv
- Contact emails
Subdomains
15 observed subdomains of 3dhubs.com.
Web-graph footprint
Distinct hostnames that link to or from 3dhubs.com in the public web crawl.
1,220 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for 3dhubs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4075618.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-009d1701.pphosted.com |
| SPF_INCLUDE | spf.discoursehosting.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.59.104.0/21 |
| SPF_IP | 192.254.121.71 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
Related pages
Pivot deeper into the graph from 3dhubs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3dhubs.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.