Skip to content

Hostname

giobook.com

Last fetched

giobook.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · giobook.comRouting diversity5.2/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/giobook.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.25.90.40100.42.20.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.49.66.224101.0.4.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.254.81101.0.4.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
13.223.167.2513.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.86.133.2043.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.45.7934.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.205.40.11944.192.0.0/10AS14618AMAZON-AES - Amazon.com, Inc.US
44.213.178.12044.192.0.0/10AS14618AMAZON-AES - Amazon.com, Inc.US
52.4.139.23952.10.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.146.2052.46.5.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.160.11754.88.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.92.187.20554.93.64.0/18AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domain administrator
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from giobook.com.

Cypher and MCP

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

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