Skip to content

Hostname

bufferzone.uk

Last fetched

bufferzone.uk resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:gandi as the registrar.

Nutrition Label

WHISPER CANON · bufferzone.ukRouting diversity5.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/bufferzone.uk

Resolution chain

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

IPPrefixASNOperatorCountry
100.31.32.49100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.203.49.12734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.233.229.19134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.235.179.16534.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.6.935.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
50.16.135.14450.16.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.2.48.20352.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.202.181.21852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.156.124.2954.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.90.27.16754.90.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.84.145.12198.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.226.1698.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:gandi
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from bufferzone.uk.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bufferzone.uk"})-[: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.