Hostname
bjornborg.com
Last fetched
bjornborg.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
bjornborg.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.35.58.120 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.58.32 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.58.68 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.58.9 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.166.135.106 | 3.166.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.135.119 | 3.166.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.135.37 | 3.166.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.135.6 | 3.166.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.9.95.114 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.122 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.87 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.89 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
WHOIS identity
- Registrar
- iana:1052
- Organization
- bjorn borg brands ab
- Contact emails
Subdomains
20 observed subdomains of bjornborg.com.
Web-graph footprint
Distinct hostnames that link to or from bjornborg.com in the public web crawl.
600 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for bjornborg.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emaileri.fi |
| SPF_INCLUDE | _spf.netigate.se |
| SPF_INCLUDE | _spf.vaimo.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.44.77.163/32 |
| SPF_IP | 193.44.77.207/32 |
| SPF_IP | 212.247.202.195 |
| SPF_IP | 212.247.202.23 |
| SPF_IP | 83.233.241.43 |
| SPF_MX | bjornborg.com |
Related pages
Pivot deeper into the graph from bjornborg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bjornborg.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.