Hostname
beyondbits.io
Last fetched
beyondbits.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
beyondbits.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.54.101 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.112 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.118 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.12 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.173.252.103 | 18.173.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.252.37 | 18.173.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.252.73 | 18.173.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.252.9 | 18.173.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with beyondbits.io in WhisperGraph.
Subdomains
3 observed subdomains of beyondbits.io.
| Subdomain |
|---|
| _spfm.beyondbits.io |
| www.beyondbits.io |
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for beyondbits.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dc-aa8e722993._spfm.beyondbits.io |
Related pages
Pivot deeper into the graph from beyondbits.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beyondbits.io"})-[: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.