Skip to content

Hostname

lftp.vdata.com

Last fetched

lftp.vdata.com resolves to 2 IPv4 addresses operated by RINGSQUARED - RingSquared in US.

Nutrition Label

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

Resolution chain

lftp.vdata.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
209.239.185.205209.239.176.0/20AS22702RINGSQUARED - RingSquaredUS
69.193.5.16869.193.0.0/17AS11351TWC-11351-NORTHEAST - Charter Communications IncUS

WHOIS identity

No WHOIS records are currently associated with lftp.vdata.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from lftp.vdata.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "lftp.vdata.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.