Skip to content

Hostname

static.2-b.io

Last fetched

static.2-b.io resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · static.2-b.ioRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/static.2-b.io

Resolution chain

static.2-b.io resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.50.130104.21.48.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.163.60172.67.160.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
18.155.99.11518.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.99.1618.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.99.6518.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.99.9818.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.245.86.10718.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.12118.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.9118.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.9418.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with static.2-b.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from static.2-b.io.

Cypher and MCP

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

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