Hostname
intercom.io
Last fetched
intercom.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
intercom.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.241.109 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.110 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.39 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.68 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.60.115 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.116 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.41 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.95 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.39.24 | 18.67.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.39.32 | 18.67.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.39.6 | 18.67.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.39.97 | 18.67.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- ciaran lee
- Contact emails
- —
Subdomains
42 observed subdomains of intercom.io.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from intercom.io in the public web crawl.
753 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for intercom.io.
| Mechanism | Target |
|---|---|
| SPF_A | zgateway.zuora.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | cmail1.com |
| SPF_INCLUDE | stspg-customer.com |
Related pages
Pivot deeper into the graph from intercom.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intercom.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.