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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.192.110 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.48 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.62 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.98 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 18.238.55.12 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.25 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.37 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.39 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.27 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.39 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.46 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.89 | 54.240.184.0/24 | AS16509 | AMAZON-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.
Sample inbound links
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.