Hostname
oaklins.com
Last fetched
oaklins.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1480 as the registrar.
Nutrition Label
Resolution chain
oaklins.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.226.155.35 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.155.55 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.155.92 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.155.93 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.227.87.46 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.58 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.64 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.74 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.187.55 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.72 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.79 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.99 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1480
- Organization
- d. fabius-dijkstra
- Contact emails
Subdomains
9 observed subdomains of oaklins.com.
Web-graph footprint
Distinct hostnames that link to or from oaklins.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for oaklins.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu.mailgun.org |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 185.53.56.85/32 |
Related pages
Pivot deeper into the graph from oaklins.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oaklins.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.