Hostname
ftp.adaptiveshield.com
Last fetched
ftp.adaptiveshield.com resolves to 2 IPv4 addresses operated by CROCWEB - CrocWeb in CA.
Nutrition Label
Resolution chain
ftp.adaptiveshield.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 |
|---|---|---|---|---|
| 104.152.168.17 | 104.152.168.0/22 | AS63068 | CROCWEB - CrocWeb | CA |
| 185.53.179.130 | 185.53.179.0/24 | AS206834 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ftp.adaptiveshield.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for ftp.adaptiveshield.com.
| Mechanism | Target |
|---|---|
| SPF_A | ftp.adaptiveshield.com |
| SPF_IP | 78.46.152.77 |
| SPF_IP | 78.46.5.205/32 |
| SPF_MX | ftp.adaptiveshield.com |
Related pages
Pivot deeper into the graph from ftp.adaptiveshield.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.adaptiveshield.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.