All hostnames 100xcode.slack.com resolves to 17 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label WHISPER CANON · 100xcode.slack.com Routing diversity 5.4/10 Peering density 9.5/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/100xcode.slack.com Resolution chain 100xcode.slack.com resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 18.230.171.141 18.230.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. BR 3.210.88.6 3.208.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 3.95.117.96 3.80.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.193.255.5 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.196.46.202 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.202.253.6 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.203.97.10 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.204.109.226 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.205.195.66 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.225.62.185 34.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.231.24.224 34.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.73.140.59 52.72.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.147.59.169 54.144.0.0/14 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.163.235.119 54.160.0.0/14 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.225.153.205 54.224.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.92.199.186 54.92.128.0/17 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.94.183.148 54.94.128.0/18 AS16509 AMAZON-02 - Amazon.com, Inc. BR
WHOIS identity No WHOIS records are currently associated with 100xcode.slack.com in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from 100xcode.slack.com in the public web crawl.
Related pages Pivot deeper into the graph from 100xcode.slack.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "100xcode.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .