Skip to content

Hostname

bcc.easy.tools

Last fetched

bcc.easy.tools resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.

Nutrition Label

WHISPER CANON · bcc.easy.toolsRouting diversity1.5/10Peering density5.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/bcc.easy.tools

Resolution chain

bcc.easy.tools resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.199.191.198134.199.188.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCDE

WHOIS identity

No WHOIS records are currently associated with bcc.easy.tools in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • bcc.easy.tools

SPF policy

2 SPF mechanisms authorising senders for bcc.easy.tools.

MechanismTarget
SPF_Abcc.easy.tools
SPF_MXbcc.easy.tools

Related pages

Pivot deeper into the graph from bcc.easy.tools.

Cypher and MCP

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

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