> For the complete documentation index, see [llms.txt](https://docs.trustlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlogix.io/trust-dspm/data-sprawl.md).

# Data Sprawl

TrustLogix generates the Data Sprawl report to showcase the following things

* All the outbound nodes to which your data source data is being sent to
* All the inbound nodes from which data is coming into your data source
* Security risk alerts that are tied to the inbound and outbound nodes
* Different types of data movements like Share activity, Large data being exported out etc.

The primary purpose of this report is to highlight various security issues like the ones below

* Is your sensitive data being moved to compromised data sources like a public AWS S3 bucket or Azure ADLS container
* Are unsanctioned User Applications connecting to your data source and performing risky activity&#x20;
* Cost impact of moving data to various downstream data sources
* Lack of data access controls on different objects within your data sources.

<figure><img src="/files/3BTH8PebBK5UMLU9GUSg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trustlogix.io/trust-dspm/data-sprawl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
