Skip to content

Hostname

api.datasteam.io

Last fetched

api.datasteam.io resolves to 20 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.datasteam.ioRouting diversity6.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/api.datasteam.io

Resolution chain

api.datasteam.io resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.209.223.573.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.211.78.1763.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.221.179.1303.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.228.99.03.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.194.226.13934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.211.3134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.48.16834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.82.16934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.202.147.22334.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.227.36.2834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.97.5034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.205.170.1544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.208.64.5244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.216.108.23644.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
50.19.236.6450.19.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
52.1.138.15652.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.175.18352.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.47.15852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.250.25152.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.70.116.7752.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api.datasteam.io in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api.datasteam.io in the public web crawl.

7 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from api.datasteam.io.

Cypher and MCP

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

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