Skip to content

Hostname

ftp.wtans.com

Last fetched

ftp.wtans.com resolves to 2 IPv4 addresses operated by AKAMAI-ASN1 in NL.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
2.18.205.202.18.205.0/24AS20940AKAMAI-ASN1NL
66.29.146.17866.29.146.0/24AS22612NAMECHEAP-NET - Namecheap, Inc.US

WHOIS identity

No WHOIS records are currently associated with ftp.wtans.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for ftp.wtans.com.

MechanismTarget
SPF_Aftp.wtans.com
SPF_INCLUDEspf.web-hosting.com
SPF_IP63.250.38.248
SPF_MXftp.wtans.com

Related pages

Pivot deeper into the graph from ftp.wtans.com.

Cypher and MCP

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

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