Hostname
intersystems.com
Last fetched
intersystems.com resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
intersystems.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.214.227.6 | 23.214.224.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.49.178.177 | 23.49.176.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- intersystems corporation
- Contact emails
Subdomains
101 observed subdomains of intersystems.com.
Showing 25 of 101. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from intersystems.com in the public web crawl.
1,223 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for intersystems.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.intersystems.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 109.235.123.150 |
| SPF_IP | 12.226.24.13 |
| SPF_IP | 12.226.24.14 |
| SPF_IP | 12.226.27.62 |
| SPF_IP | 198.133.74.84 |
| SPF_IP | 203.63.134.25 |
| SPF_IP | 203.63.134.26 |
| SPF_IP | 203.63.172.105 |
| SPF_IP | 213.157.25.146 |
| SPF_IP | 213.157.25.152 |
| SPF_IP | 220.244.32.116 |
| SPF_IP | 38.105.105.84 |
| SPF_IP | 38.111.8.85 |
| SPF_IP | 38.111.9.84 |
| SPF_IP | 52.38.191.241/32 |
Related pages
Pivot deeper into the graph from intersystems.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intersystems.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.