Hostname
joinbrands.com
Last fetched
joinbrands.com resolves to 13 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
joinbrands.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.59.54.107 | 13.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.13.31.182 | 3.13.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.13.86.197 | 3.13.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.132.86.55 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.137.63.115 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.14.125.148 | 3.14.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.147.235.252 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.148.87.170 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.150.250.104 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.17.34.83 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.20.98.149 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.22.155.182 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.23.149.95 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from joinbrands.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for joinbrands.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44906850.spf08.hubspotemail.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.messagingengine.com |
Related pages
Pivot deeper into the graph from joinbrands.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "joinbrands.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.