Skip to content

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

WHISPER CANON · ftp.dataage.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ftp.dataage.com

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.

IPPrefixASNOperatorCountry
47.206.124.9747.192.0.0/12AS5650FRONTIER-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.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for ftp.dataage.com.

MechanismTarget
SPF_Aftp.dataage.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEverizon.net
SPF_IP104.219.12.5
SPF_IP104.219.13.21
SPF_IP104.219.14.180
SPF_IP104.219.14.93
SPF_IP206.130.151.200
SPF_IP207.8.198.0/26
SPF_IP207.8.214.80/29
SPF_IP209.2.34.144/28
SPF_MXftp.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.