Skip to content

Hostname

2b2d.dev

Last fetched

2b2d.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · 2b2d.devRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/2b2d.dev

Resolution chain

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

IPPrefixASNOperatorCountry
3.174.141.243.174.141.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.174.141.83.174.141.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.174.141.843.174.141.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.174.141.953.174.141.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
99.86.57.2599.86.57.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
99.86.57.5499.86.57.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
99.86.57.6899.86.57.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
99.86.57.7599.86.57.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
iana:1861
Organization
private by design,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from 2b2d.dev.

Cypher and MCP

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

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