Skip to content

Hostname

infra.api.ibbx.tech

Last fetched

infra.api.ibbx.tech resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · infra.api.ibbx.techRouting diversity3.0/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/infra.api.ibbx.tech

Resolution chain

infra.api.ibbx.tech resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.51.120.211100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.89.13.643.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.93.244.2193.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.123.7735.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with infra.api.ibbx.tech in WhisperGraph.

Subdomains

2 observed subdomains of infra.api.ibbx.tech.

Threat posture

History

Related pages

Pivot deeper into the graph from infra.api.ibbx.tech.

Cypher and MCP

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

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