Hostname
hq.intercom.com
Last fetched
hq.intercom.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
hq.intercom.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.39.119 | 108.156.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.39.2 | 108.156.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.39.30 | 108.156.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.39.49 | 108.156.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.35.93.19 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.32 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.38 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.44 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with hq.intercom.com in WhisperGraph.
Subdomains
1 observed subdomain of hq.intercom.com.
| Subdomain |
|---|
| link.hq.intercom.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for hq.intercom.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 156.70.13.50/32 |
| SPF_IP | 156.70.13.51/32 |
Related pages
Pivot deeper into the graph from hq.intercom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hq.intercom.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.