Hostname
spe222.intercom-mail.com
Last fetched
spe222.intercom-mail.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.
Nutrition Label
Resolution chain
spe222.intercom-mail.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.157.194.117 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.24 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.46 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.63 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.225.35.100 | 13.225.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GR |
| 13.225.35.15 | 13.225.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GR |
| 13.225.35.78 | 13.225.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GR |
| 13.225.35.95 | 13.225.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GR |
WHOIS identity
No WHOIS records are currently associated with spe222.intercom-mail.com in WhisperGraph.
Subdomains
1 observed subdomain of spe222.intercom-mail.com.
| Subdomain |
|---|
| mta1a2.spe222.intercom-mail.com |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from spe222.intercom-mail.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spe222.intercom-mail.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.