Skip to content

Hostname

cloud-native.slack.com

Last fetched

cloud-native.slack.com resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · cloud-native.slack.comRouting diversity5.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/cloud-native.slack.com

Resolution chain

cloud-native.slack.com resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.126.138.20113.126.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.127.99.6813.126.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
3.210.88.63.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.95.117.963.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.193.255.534.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.46.20234.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.202.253.634.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.203.97.1034.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.204.109.22634.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.205.195.6634.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.62.18534.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.231.24.22434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.73.140.5952.72.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.147.59.16954.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.235.11954.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.225.153.20554.224.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.92.199.18654.92.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
65.2.117.8865.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with cloud-native.slack.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cloud-native.slack.com in the public web crawl.

288 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from cloud-native.slack.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cloud-native.slack.com"})-[: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.