Hostname
ipl.ctil.com
Last fetched
ipl.ctil.com resolves to 1 IPv4 address operated by AS10103 in HK.
Nutrition Label
Resolution chain
ipl.ctil.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 123.1.171.68 | 123.1.171.0/24 | AS10103 | — | HK |
WHOIS identity
No WHOIS records are currently associated with ipl.ctil.com in WhisperGraph.
Subdomains
1 observed subdomain of ipl.ctil.com.
| Subdomain |
|---|
| ftp.ipl.ctil.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ipl.ctil.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 123.1.171.77 |
| SPF_IP | 123.1.171.81 |
| SPF_IP | 123.1.171.82 |
| SPF_IP | 203.78.66.17 |
| SPF_IP | 203.78.66.18 |
| SPF_IP | 203.78.66.31 |
Related pages
Pivot deeper into the graph from ipl.ctil.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipl.ctil.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.