Skip to main content

Export Data

Hawkra lets you export your workspace data for offline analysis, reporting, and integration with other tools. You can export assets, vulnerabilities, and compliance data with customizable field selection.

Export Data overview

How It Works

When you export data, you select the data type, choose which networks or frameworks to include, pick the fields you want in the output, and download the resulting file. Exports are generated on demand and delivered as a file download. All export operations are recorded in the workspace audit log.

Export Types

Assets

Export your asset inventory as a CSV or TXT file.

Available fields:

FieldColumn Header
ip_addressIP Address
hostnameHostname
mac_addressMAC Address
osOperating System
os_versionOS Version
asset_typeAsset Type
descriptionDescription

Configuration:

  • Networks: Select one or more networks to include in the export. At least one network is required.
  • Fields: Choose which fields to include. At least one field is required.
  • Format: Choose between CSV (comma-separated) or TXT (tab-separated).

The exported file is named assets_export_YYYY-MM-DD.csv (or .txt), where the date is the export date.

Permission Required

Exporting assets requires the ViewAssets permission.

Asset export field selection

Vulnerabilities

Export vulnerability data as a CSV file. The export joins vulnerability details with associated asset, port, and network information to give you a comprehensive view.

Always-included columns:

ColumnDescription
Vulnerability NameName of the vulnerability
Asset IPIP address of the affected asset
Asset HostnameHostname of the affected asset

Selectable fields:

FieldColumn HeaderDescription
criticalityCriticalitySeverity level (Critical, High, Medium, Low, Informational)
cveCVE IDCommon Vulnerabilities and Exposures identifier
cweCWE IDCommon Weakness Enumeration identifier
cvss_scoreCVSS ScoreNumeric CVSS score
referenceReference URLExternal advisory or write-up link
impactImpactDescription of the potential impact
fixesFixesRecommended remediation steps
port_servicePort/ServicePort number, protocol, and service name (e.g., 443/tcp https)
asset_macAsset MACMAC address of the affected asset
network_nameNetwork NameName of the network the asset belongs to
notesNotesPer-asset vulnerability notes (decrypted for export)
date_updatedDate UpdatedLast update timestamp
statusStatusRemediation status
assignmentAssignmentDisplay name of the assigned team member

Configuration:

  • Networks: Select one or more networks. At least one is required.
  • Fields: Choose which optional fields to include alongside the always-included columns.

The exported file is named vulnerabilities_export_YYYY-MM-DD.csv. Vulnerabilities are sorted by severity (Critical first) then by name and IP address.

Permission Required

Exporting vulnerabilities requires the ViewVulnerabilities permission.

Compliance

Export compliance assessment data as a CSV file. This export includes the full framework control hierarchy along with your implementation status and notes.

Always-included column:

ColumnDescription
Control IDThe unique identifier for the compliance control

Selectable fields:

FieldColumn HeaderDescription
category_idCategory IDTop-level category identifier
category_nameCategory NameTop-level category name
subcategory_idSubcategory IDSubcategory identifier
subcategory_nameSubcategory NameSubcategory name
control_titleControl TitleTitle of the control
control_descriptionControl DescriptionDetailed description of the control
implementation_statusImplementation StatusYour assessment (see statuses below)
notesNotesYour notes for this control (decrypted for export)

Implementation status values:

StatusDisplay Value
Fully ImplementedFully Implemented
Largely ImplementedLargely Implemented
Partially ImplementedPartially Implemented
Not ImplementedNot Implemented
Not ApplicableNot Applicable
Not AssessedNot Assessed (no response recorded)

Configuration:

  • Framework: Select the compliance framework to export. The framework must be activated for the workspace.
  • Fields: Choose which fields to include alongside the always-included Control ID column.

The exported file is named compliance_export_YYYY-MM-DD.csv. Controls are listed in the natural framework hierarchy order (category, subcategory, control).

Permission Required

Exporting compliance data requires the ViewWorkspace permission.