Hostname
ilm.com
Last fetched
ilm.com resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
ilm.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.241.13 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.17 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.198.56 | 2.19.198.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.0.200 | 23.200.0.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.200.0.209 | 23.200.0.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.32.238.89 | 23.32.238.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.56.109.137 | 23.56.109.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.56.109.144 | 23.56.109.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.100.146.112 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.97 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.98 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- iana:299
- Organization
- lucasfilm ltd.
- Contact emails
Subdomains
4 observed subdomains of ilm.com.
Web-graph footprint
Distinct hostnames that link to or from ilm.com in the public web crawl.
1,306 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ilm.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 208.72.12.43 |
| SPF_IP | 208.72.12.44 |
| SPF_IP | 208.72.12.58 |
| SPF_IP | 34.29.26.102 |
| SPF_IP | 35.184.41.20 |
| SPF_IP | 35.223.168.147 |
Related pages
Pivot deeper into the graph from ilm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ilm.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.