Skip to content

Hostname

centralbooks.com

Last fetched

centralbooks.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in GB. WHOIS lists iana:134 as the registrar.

Nutrition Label

WHISPER CANON · centralbooks.comRouting diversity2.4/10Peering density5.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/centralbooks.com

Resolution chain

centralbooks.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
188.166.175.1188.166.168.0/21AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCGB
157.245.30.1157.245.28.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCGB

WHOIS identity

Registrar
iana:134
Organization
central books
Contact emails

Subdomains

5 observed subdomains of centralbooks.com.

Web-graph footprint

Distinct hostnames that link to or from centralbooks.com in the public web crawl.

308 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for centralbooks.com.

MechanismTarget
SPF_Amail.centralbooks.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.smtp2go.com

Related pages

Pivot deeper into the graph from centralbooks.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "centralbooks.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.