Hostname
ftp.tsohost.com
Last fetched
ftp.tsohost.com resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in IN.
Nutrition Label
Resolution chain
ftp.tsohost.com 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 |
|---|---|---|---|---|
| 23.58.52.123 | 23.58.48.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | IN |
| 23.66.214.221 | 23.66.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ftp.tsohost.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ftp.tsohost.com.
| Mechanism | Target |
|---|---|
| SPF_A | ftp.tsohost.com |
| SPF_INCLUDE | cmail1.com |
| SPF_INCLUDE | spf.em.secureserver.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.24.99.18/32 |
| SPF_IP | 185.52.25.1 |
| SPF_IP | 188.65.118.131 |
| SPF_IP | 195.62.28.191 |
| SPF_IP | 195.62.28.35 |
| SPF_MX | ftp.tsohost.com |
Related pages
Pivot deeper into the graph from ftp.tsohost.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.tsohost.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.