Skip to content

Hostname

schema-cf.bc0a.com

Last fetched

schema-cf.bc0a.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ.

Nutrition Label

WHISPER CANON · schema-cf.bc0a.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/schema-cf.bc0a.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.227.192.11013.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.4813.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.6213.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.9813.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
18.238.55.1218.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.2518.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.3718.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.3918.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.2754.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.3954.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.4654.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.8954.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with schema-cf.bc0a.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from schema-cf.bc0a.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from schema-cf.bc0a.com.

Cypher and MCP

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

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