Platform
Data Export

Data Export

The Data Export feature allows you to export data from NordStellar into downloadable files for further analysis, integration with external systems such as SIEMs, or sharing with stakeholders for investigation and remediation.

Exports are processed asynchronously. Once generated, files are available for download for 30 days before being automatically deleted.

Export Types

NordStellar supports exporting data across multiple modules. Each export type produces a separate file.

Export TypeFile FormatAvailable OnDescription
CredentialsCSVLeaked Data — EmployeesCombined leaked credentials from data breaches, combo lists, and malware infections
Data BreachesCSVLeaked Data — Employees (Data Breaches tab)Assets exposed in known data breaches
Combo ListsCSVLeaked Data — Employees (Combo Lists tab)Credentials found in publicly circulating combo lists
Malware InfectionsZIP (2 CSVs)Leaked Data — Employees (Malware Infections tab)Malware infection summaries and associated stolen credentials
Domain PermutationsCSVDomain SquattingDetected domain squatting permutations
Client CredentialsCSVLeaked Data — ConsumersLeaked credentials associated with monitored client assets
Attack Surface VulnerabilitiesCSVAttack Surface ManagementVulnerabilities detected across your external attack surface

How It Works

Navigate to a page with an export button

Export buttons are available on the following pages:

  • Leaked Data — Employees: each tab (Malware Infections, Data Breaches, Combo Lists) has its own export button for the corresponding data type.
  • Leaked Data — Consumers: exports credentials associated with monitored consumer assets.
  • Domain Squatting: exports detected domain permutations.
  • Attack Surface Management: exports detected vulnerabilities across your external attack surface.

Initiate an export

Click the Export button on the page. On the Leaked Data — Employees page, the export type corresponds to the active tab.

Wait for processing

The export is processed asynchronously. The status will show as In Progress while the file is being generated. A toast notification will appear, indicating the current progress.

Download the file

Once processing is complete, the status changes to Completed. Click the Download icon in the table row or use the download button in the notification toast to save the file.

View historical exports

All previously generated exports are listed on the Settings → Data Export page. Each entry shows the report name, status, date generated, and days remaining until automatic deletion. Use this page to re-download past exports or delete ones no longer needed.

Export Statuses

StatusDescription
In ProgressThe export is being generated. Download and deletion are not available.
CompletedThe file is ready for download.
FailedThe export could not be generated. The record can be deleted.

Exports that remain in In Progress beyond the maximum allowed duration are automatically marked as Failed by a background job.

Exported File Structure

Credentials

A single CSV file containing all leaked credentials across data breaches, combo lists, and malware infections.

ColumnDescription
assetThe monitored asset (e.g. email address or phone number)
emailLeaked email address
usernameAssociated username
event_typeSource type: malware_infection, combo_list, or database
nameFor combo_list — the filename; for database — the breach source name; for malware_infection — the stealer ID
urlURL where the data was found
passwordPlaintext password, if available
date_addedDate the record was added to NordStellar
infected_atDate of infection (malware cases only)
breached_atDate of the breach (data breaches and combo lists only)

Data Breaches

A single CSV file with assets exposed in known data breaches.

ColumnDescription
assetThe monitored asset
breach_nameName of the data breach
risk_levelRisk level assigned to the breach
breach_dateDate the breach occurred
date_addedDate the record was added to NordStellar

Additional dynamic columns may be present depending on the breach.

Combo Lists

A single CSV file with credentials found in publicly circulating combo lists. Shares the same column structure as the Credentials export.

Malware Infections

A ZIP archive containing two CSV files:

malware_summary.csv — One row per infected device.

ColumnDescription
assetThe monitored asset
malware_identifierUnique identifier of the malware/stealer
malware_typeType of malware
risk_levelAssigned risk level
corp_credentials_countCount of corporate credentials stolen
corp_cookies_countCount of corporate cookies stolen
credentials_countTotal credentials stolen
cookies_countTotal cookies stolen
autofills_countCount of autofill entries stolen
files_countCount of files stolen
credit_cards_countCount of credit cards stolen
infection_dateDate of infection
date_addedDate the record was added to NordStellar
ip_addressIP address of the infected device
device_osOperating system of the infected device
hardware_idHardware identifier
machine_idMachine identifier
device_usernameUsername on the infected device
system_nameSystem/computer name
zip_codeZIP code of the device location
country_codeCountry code of the device location
locationLocation of the device
languageSystem language
timezoneSystem timezone

malware_credentials.csv — Credentials stolen by malware.

ColumnDescription
malware_identifierUnique identifier of the malware/stealer
emailStolen email address
urlURL associated with the credential
applicationApplication the credential was stolen from
usernameStolen username
passwordStolen password

Domain Permutations

A single CSV file with detected domain squatting permutations.

ColumnDescription
original_domainThe monitored domain
detected_domainThe squatting domain detected
permutation_typeType of permutation technique used
risk_levelAssigned risk level
detection_dateDate the permutation was detected
ip_addressesIP addresses resolving to the detected domain
countriesCountries associated with the IP addresses
country_codesCountry codes
name_serversName servers of the detected domain
mail_serversMail servers of the detected domain
registrarDomain registrar
whois_nameWHOIS registrant name
whois_organizationWHOIS registrant organization
registration_dateDomain registration date
expiration_dateDomain expiration date
http_bannerHTTP response banner
smtp_bannerSMTP response banner
content_similarityContent similarity score to the original domain
visual_similarityVisual similarity score to the original domain

Client Credentials

A single CSV file with leaked credentials associated with monitored client assets. Shares the same column structure as the Credentials export.

Attack Surface Vulnerabilities

A single CSV file containing vulnerabilities detected across your external attack surface.

ColumnDescription
titleVulnerability title
vulnerability_typeType of vulnerability (e.g. CVE, SSL Certificate, DNS Spoofing, Misconfiguration, XSS)
source_typeSource where the vulnerability was found: DNS, Network Service, or Web Application
risk_levelAssigned risk level
tagsTags associated with the vulnerability
is_verifiedWhether the vulnerability has been verified
asset_valueThe asset where the vulnerability was detected (e.g. domain or IP)
descriptionDetailed description of the vulnerability
impact_descriptionDescription of the potential impact
remediation_instructionsRecommended steps to remediate the vulnerability
referencesExternal reference links
cve_idCVE identifier, if applicable
cwe_idsAssociated CWE identifiers
cvss_v2_scoreCVSS v2 severity score
cvss_v3_scoreCVSS v3 severity score
cvss_vectorCVSS vector string
epss_scoreExploit Prediction Scoring System (EPSS) score
evidence_urlURL where the vulnerability was observed
evidence_dataRaw evidence data
evidence_curl_commandcURL command to reproduce the finding
evidence_http_requestHTTP request used during detection
evidence_network_dataNetwork-level evidence data
evidence_file_pathFile path related to the evidence
evidence_targetTarget of the vulnerability scan
evidence_hostHost involved in the evidence
evidence_portPort involved in the evidence
evidence_schemeProtocol scheme (e.g. HTTP, HTTPS)
evidence_extracted_dataData extracted during vulnerability detection
portNetwork port associated with the vulnerability
network_service_nameName of the network service running on the port
protocolNetwork protocol (e.g. TCP, UDP)
productSoftware product identified on the service
versionVersion of the identified product
is_activeWhether the vulnerability is currently active
statusCurrent status of the vulnerability
is_resolvedWhether the vulnerability has been resolved
date_detectedDate the vulnerability was first detected
assigneeName of the person assigned to the vulnerability
assignee_emailEmail of the assigned person

FAQ

  • How long does an export take to generate?

    Generation time depends on the total amount of data and can range from a few seconds to up to an hour.

  • How long are exported files available for download?

    Exported files are retained for 30 days after generation. The Days Until Deletion column in the export table shows how many days remain before the file is automatically deleted.

  • Can I cancel an export in progress?

    No, exports cannot be canceled once initiated. If an export gets stuck, it will be automatically marked as Failed after exceeding the maximum allowed processing time.

  • Can I start a new export while one is already in progress?

    No, only one export of the same type can be in progress at a time. Starting a new export of the same type is only possible after the current one completes or fails.

  • Can I filter the exported data by date range or asset type?

    No, exports currently include all available records for the project.

  • Can I delete an export?

    Yes, completed and failed exports can be deleted from the Data Export settings page. In-progress exports cannot be deleted.

NordStellar © 2026Privacy Policy