Skip to content

Hostname

api.bc.army

Last fetched

api.bc.army resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · api.bc.armyRouting diversity3.0/10Peering density5.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/api.bc.army

Resolution chain

api.bc.army resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
164.92.66.111164.92.64.0/19AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
172.234.24.211172.234.16.0/20AS63949VKT-HK Viking Telecom LimitedUS
172.239.57.117172.239.32.0/19AS63949VKT-HK Viking Telecom LimitedUS

WHOIS identity

No WHOIS records are currently associated with api.bc.army in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api.bc.army in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from api.bc.army.

Cypher and MCP

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

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