Skip to content

Hostname

bn55.app

Last fetched

bn55.app resolves to 3 IPv4 addresses operated by ACE-AS-AP ACE in CN.

Nutrition Label

WHISPER CANON · bn55.appRouting diversity3.0/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/bn55.app

Resolution chain

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

IPPrefixASNOperatorCountry
43.169.27.543.169.27.0/24AS139341ACE-AS-AP ACECN
43.174.227.6943.174.227.0/24AS139341ACE-AS-AP ACESG
43.174.229.6643.174.229.0/24AS139341ACE-AS-AP ACESG

WHOIS identity

No WHOIS records are currently associated with bn55.app in WhisperGraph.

Subdomains

4 observed subdomains of bn55.app.

Web-graph footprint

Distinct hostnames that link to or from bn55.app in the public web crawl.

26 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from bn55.app.

Cypher and MCP

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

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