Skip to content

Hostname

bmcom-api.bgeneral.cloud

Last fetched

bmcom-api.bgeneral.cloud resolves to 11 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · bmcom-api.bgeneral.cloudRouting diversity5.0/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/bmcom-api.bgeneral.cloud

Resolution chain

bmcom-api.bgeneral.cloud resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.50.170.177100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.211.171.21718.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.224.68.1023.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.224.243.15234.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.206.118.18544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.216.137.4044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.131.21952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.172.13.1954.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.81.217.20654.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.190.14198.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.122.20398.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with bmcom-api.bgeneral.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from bmcom-api.bgeneral.cloud.

Cypher and MCP

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

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