Hostname
st.transfer.it
Last fetched
st.transfer.it resolves to 4 IPv4 addresses operated by AS203055 in LU.
Nutrition Label
Resolution chain
st.transfer.it resolves to 4 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.37 | 66.203.124.0/24 | AS203055 | — | LU |
| 66.203.127.11 | 66.203.126.0/23 | AS205809 | — | NL |
| 66.203.127.13 | 66.203.126.0/23 | AS205809 | — | NL |
| 89.44.169.134 | 89.44.169.0/24 | AS203055 | — | LU |
WHOIS identity
No WHOIS records are currently associated with st.transfer.it in WhisperGraph.
Subdomains
1 observed subdomain of st.transfer.it.
| Subdomain |
|---|
| www.st.transfer.it |
Threat posture
History
Related pages
Pivot deeper into the graph from st.transfer.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "st.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.