Hostname
ftp.syanaserv.com
Last fetched
ftp.syanaserv.com resolves to 2 IPv4 addresses operated by GOOGLE - Google LLC in GB.
Nutrition Label
Resolution chain
ftp.syanaserv.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 |
|---|---|---|---|---|
| 35.214.78.93 | 35.214.0.0/17 | AS15169 | GOOGLE - Google LLC | GB |
| 81.85.76.116 | 81.85.76.0/24 | AS16003 | FORNEX-NL-AS - Fornex Hosting S.L. | NL |
WHOIS identity
No WHOIS records are currently associated with ftp.syanaserv.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for ftp.syanaserv.com.
| Mechanism | Target |
|---|---|
| SPF_A | ftp.syanaserv.com |
| SPF_INCLUDE | spf.web-hosting.com |
| SPF_IP | 184.94.213.196 |
| SPF_MX | ftp.syanaserv.com |
Related pages
Pivot deeper into the graph from ftp.syanaserv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.syanaserv.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.