Hostname
bool.com
Last fetched
bool.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
bool.com 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 |
|---|---|---|---|---|
| 3.164.230.39 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.230.50 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.230.54 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.230.64 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 52.85.31.10 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.14 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.35 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.89 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- as pres
- Contact emails
Subdomains
2 observed subdomains of bool.com.
| Subdomain |
|---|
| status.bool.com |
| www.bool.com |
Web-graph footprint
Distinct hostnames that link to or from bool.com in the public web crawl.
16 sites link to this hostname.
Sample inbound links
- justlia.com.br
- codewarts-adventure.bool01.com
- cs-quest-launcher.bool01.com
- digital-citizenship-for-kids-win.bool01.com
- knights-tour-animator.bool01.com
- linux-command-tutor.bool01.com
- lovevery-xylophone-n3d.bool01.com
- personal-portfolio-showcase-21.bool01.com
- python-mastery-runner-fork-m21.bool01.com
- rev-team-marketing-calendar.bool01.com
Sample outbound links
- boologimages.s3.amazonaws.com
- boolsnapshots.s3.amazonaws.com
- boolstatic.s3.us-east-1.amazonaws.com
- abstraction-concepts-explorer-zky.bool01.com
- boolcom-project-tracker-sjq.bool01.com
- boolcom-truth-checker-140.bool01.com
- boolean-logic-explorer.bool01.com
- code-galaxy-assistant.bool01.com
- codecrate-learning-hub.bool01.com
- codequest-cs-adventure.bool01.com
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from bool.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bool.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.