Hostname
transfer.it
Last fetched
transfer.it resolves to 3 IPv4 addresses operated by AS203055 in LU. WHOIS lists registrar:instra corporation pty ltd as the registrar.
Nutrition Label
Resolution chain
transfer.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.203.124.88 | 66.203.124.0/24 | AS203055 | — | LU |
| 66.203.124.89 | 66.203.124.0/24 | AS203055 | — | LU |
| 66.203.127.118 | 66.203.126.0/23 | AS205809 | — | NL |
WHOIS identity
- Registrar
- registrar:instra corporation pty ltd
- Organization
- alessandro cassinari
- Contact emails
- —
Subdomains
8 observed subdomains of transfer.it.
Web-graph footprint
Distinct hostnames that link to or from transfer.it in the public web crawl.
135 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from transfer.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "transfer.it"})-[: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.