Skip to content

Hostname

bf018.cc

Last fetched

bf018.cc resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · bf018.ccRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/bf018.cc

Resolution chain

bf018.cc resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
166.117.239.91166.117.224.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
166.117.242.77166.117.240.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
166.117.30.92166.117.16.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
166.117.48.68166.117.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with bf018.cc in WhisperGraph.

Subdomains

1 observed subdomain of bf018.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from bf018.cc.

Cypher and MCP

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

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