Hostname
orderbook.io
Last fetched
orderbook.io resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
orderbook.io resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.173.132.11 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.19 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.33 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.61 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.119.122 | 3.161.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 3.161.119.126 | 3.161.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 3.161.119.67 | 3.161.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 3.161.119.74 | 3.161.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 34.236.89.7 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.193.243.30 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.216.229.105 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.216.85.171 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.145.126.41 | 54.144.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.236.140.37 | 54.236.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:269
- Organization
- c/o whoisproxy.com
- Contact emails
- —
Subdomains
19 observed subdomains of orderbook.io.
Showing 15 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from orderbook.io in the public web crawl.
25 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for orderbook.io.
| Mechanism | Target |
|---|---|
| SPF_A | orderbook.io |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_MX | orderbook.io |
Related pages
Pivot deeper into the graph from orderbook.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orderbook.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.