Overview
The SAFE platform supports exporting Digital Footprint data as CSV reports from the TPRM → Organization Details → Digital Footprint page. Reports are generated asynchronously — once initiated, the report is processed in the background and becomes available for download from the Reports page when ready.
Supported export types:
Export Type | Description | Max Rows | Column Selection |
|---|---|---|---|
Assets Only | One row per asset | 250,000 | Asset columns |
Assets with Findings | One row per asset-finding combination | 250,000 | Asset + Finding columns |
Prerequisites:
Feature flag S0-93203-digital-footprint-export must be enabled
Feature flag tprm-new-oi must be enabled
User must have the required export permission
User must have access to the organization being exported
Assets Only Export
Export Digital Footprint asset data for a third-party organization. One row per unique asset.
Navigate to TPRM > Organizations from the left navigation menu.
Click on the organization you want to export data for.
Navigate to the Digital Footprint tab on the organization details page.
Apply any filters to narrow down the assets (e.g., location, asset type, findings count range).
Click the Download button (↓) in the top-right area of the Digital Footprint assets table.
Select Export Assets from the dropdown menu.

In the Export Digital Footprint dialog:
Review the Assets tab with available columns.
Select or deselect columns as needed. The modal pre-selects columns currently visible in the table.
Note: Max Export Limit: 250,000 rows. If data exceeds the limit, only the first 250,000 rows will be exported.
Click Download to initiate the export.
A success notification will appear confirming the report is being generated.
Navigate to Reports from the left navigation menu to check the status and download the report once ready.

Asset Columns
Display Name | Column Key | Default |
|---|---|---|
Name |
| Yes |
IP Address |
| Yes |
Location |
| Yes |
Findings Count |
| Yes |
Updated At |
| Yes |
Category |
| No |
Products |
| No |
Notes
Default columns are pre-selected when the export modal opens (unless overridden by the currently visible table columns).
IP Address and Products fields display comma-separated values when an asset has multiple entries.
The export respects all applied filters (location, asset type, findings count range) and search text
Assets with Findings Export
Export Digital Footprint assets along with their associated findings. One row per asset-and-finding combination. Assets without findings are included with blank finding fields.
Navigate to TPRM > Organizations from the left navigation menu.
Click on the organization you want to export data for.
Navigate to the Digital Footprint tab on the organization details page.
Apply any filters to narrow down the assets.
Click the Download button (↓) in the top-right area of the Digital Footprint assets table.
Select Export Assets with Findings from the dropdown menu.

In the Export Digital Footprint with Findings dialog:
Switch between Assets and Findings tabs to select columns from each category.
The Assets tab pre-selects columns currently visible in the Digital Footprint table.
The Findings tab pre-selects columns currently visible in the asset findings drawer.
Note: Max Export Limit: 250,000 rows. If data exceeds the limit, only the first 250,000 rows will be exported.
Click Download to initiate the export.
A success notification will appear confirming the report is being generated.
Navigate to Reports from the left navigation menu to check the status and download the report once ready.

Asset Columns (for With-Findings Export)
Display Name | Column Key | Default |
|---|---|---|
Name |
| Yes |
IP Address |
| Yes |
Location |
| Yes |
Findings Count |
| Yes |
Updated At |
| Yes |
Category |
| No |
Products |
| No |
Display Name | Column Key | Default |
|---|---|---|
Finding Name |
| Yes |
Security Domain |
| Yes |
Finding Severity |
| Yes |
Finding Exposure Score |
| Yes |
Asset Name |
| No |
IP Address |
| No |
Apex Domain |
| No |
Port |
| No |
CVE ID |
| No |
CVSS Score |
| No |
CVSS Severity |
| No |
Status |
| No |
First Seen |
| No |
Finding ID |
| No |
Notes
Assets with no findings are still included in the export with blank finding fields.
The export defaults to negative (active) findings only.
Finding Severity is only populated for CVE-based findings.
The export respects all applied filters and search text from the Digital Footprint table.
Reports History Page
All generated reports are accessible from the Reports page in the left navigation.
The Reports page shows:
Name — auto-generated report name with timestamp
Requested By — email of the user who initiated the export
Requested At — timestamp of when the export was initiated
Status — current status (In Progress / Success / Failed)
Download — download button (available when status is Success)
You can toggle between My Reports and All Reports (admin only) views.
Reports are retained for 7 days after generation, after which they expire and are no longer downloadable.
Export Limits
Export Type | Maximum Rows |
|---|---|
Assets Only | 250,000 |
Assets with Findings | 250,000 |
Notes
If the data exceeds the row limit, only the first 250,000 rows (sorted by findings count descending for assets, finding score descending for with-findings) are included.
A warning message is displayed in the export modal: "Max Export Limit: 250,000 rows. If data exceeds the limit, only the first 250,000 rows will be exported."
Reports are exported in CSV format.
The export button is disabled when the filtered dataset returns no results.