Hostname
ftp.trulieve.com
Last fetched
ftp.trulieve.com resolves to 15 IPv4 addresses operated by LEVEL3 - Level 3 Parent, LLC in US.
Nutrition Label
Resolution chain
ftp.trulieve.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 207.120.32.132 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.135 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.136 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.140 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.229 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.230 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.232 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.234 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.235 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.236 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.237 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.38 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.39 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.41 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.32.43 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
WHOIS identity
No WHOIS records are currently associated with ftp.trulieve.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for ftp.trulieve.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc41.sapsf.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-00567f01.pphosted.com |
| SPF_INCLUDE | spf-us.wfs.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ftp.trulieve.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.trulieve.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.