Hostname
transfer.ipvpn.me
Last fetched
transfer.ipvpn.me resolves to 2 IPv4 addresses operated by A1TELEKOM-AT - A1 Telekom Austria AG in AT.
Nutrition Label
Resolution chain
transfer.ipvpn.me 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 |
|---|---|---|---|---|
| 193.154.223.42 | 193.154.0.0/16 | AS8447 | A1TELEKOM-AT - A1 Telekom Austria AG | AT |
| 62.46.234.88 | 62.46.0.0/15 | AS8447 | A1TELEKOM-AT - A1 Telekom Austria AG | AT |
WHOIS identity
No WHOIS records are currently associated with transfer.ipvpn.me in WhisperGraph.
Subdomains
1 observed subdomain of transfer.ipvpn.me.
| Subdomain |
|---|
| www.transfer.ipvpn.me |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for transfer.ipvpn.me.
| Mechanism | Target |
|---|---|
| SPF_A | transfer.ipvpn.me |
| SPF_INCLUDE | ip-vpn.me |
| SPF_MX | transfer.ipvpn.me |
Related pages
Pivot deeper into the graph from transfer.ipvpn.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "transfer.ipvpn.me"})-[: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.