Skip to content

Hostname

status.bitflex.app

Last fetched

status.bitflex.app resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · status.bitflex.appRouting diversity4.5/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/status.bitflex.app

Resolution chain

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

IPPrefixASNOperatorCountry
100.25.122.171100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.25.161.39100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.83.219100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.233.49.22118.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.4.11234.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.186.9434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
54.204.152.754.204.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.89.9.18898.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with status.bitflex.app in WhisperGraph.

Subdomains

1 observed subdomain of status.bitflex.app.

Threat posture

History

Related pages

Pivot deeper into the graph from status.bitflex.app.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "status.bitflex.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.