Hostname
ftp.dataage.com
Last fetched
ftp.dataage.com resolves to 1 IPv4 address operated by FRONTIER-FRTR - Frontier Communications of America, Inc. in US.
Nutrition Label
Resolution chain
ftp.dataage.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 |
|---|---|---|---|---|
| 47.206.124.97 | 47.192.0.0/12 | AS5650 | FRONTIER-FRTR - Frontier Communications of America, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ftp.dataage.com in WhisperGraph.
Subdomains
1 observed subdomain of ftp.dataage.com.
| Subdomain |
|---|
| www.ftp.dataage.com |
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for ftp.dataage.com.
| Mechanism | Target |
|---|---|
| SPF_A | ftp.dataage.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | verizon.net |
| SPF_IP | 104.219.12.5 |
| SPF_IP | 104.219.13.21 |
| SPF_IP | 104.219.14.180 |
| SPF_IP | 104.219.14.93 |
| SPF_IP | 206.130.151.200 |
| SPF_IP | 207.8.198.0/26 |
| SPF_IP | 207.8.214.80/29 |
| SPF_IP | 209.2.34.144/28 |
| SPF_MX | ftp.dataage.com |
Related pages
Pivot deeper into the graph from ftp.dataage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.dataage.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.