Hostname
b-book.run
Last fetched
b-book.run resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
b-book.run 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 |
|---|---|---|---|---|
| 18.160.181.21 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.181.25 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.181.84 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.181.86 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.79.119 | 54.230.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.79.126 | 54.230.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.79.16 | 54.230.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.79.22 | 54.230.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 1249596623
- Contact emails
- —
Subdomains
6 observed subdomains of b-book.run.
Web-graph footprint
Distinct hostnames that link to or from b-book.run in the public web crawl.
126 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for b-book.run.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21519027.spf03.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.b-book.run |
Related pages
Pivot deeper into the graph from b-book.run.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-book.run"})-[: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.