Ethiack Docs

Findings CSV Export

Export all findings from a test as a CSV file for use in external tools, ticketing systems, and custom workflows.

The Findings CSV Export provides a flat-file export of all findings from a given test. It is useful for importing findings into external tools, building custom reports, or processing data programmatically.

Columns

ColumnDescription
IDUnique hex identifier for the finding (e.g. 0x57c9). Links directly to the finding in the Ethiack Portal.
TitleName of the vulnerability.
AssetThe asset the finding was discovered on.
StatusCurrent workflow status: triaged, informative, fixed, or open.
SeveritySeverity level: critical, high, medium, low, or none.
CVSSNumeric CVSS score (0.0–10.0).
CVSS VectorFull CVSS vector string (e.g. CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). May be empty for findings without a standard vector.
CWECWE identifier for the vulnerability class. -1 indicates no CWE mapping.
CVECVE reference, if the finding is tied to a known vulnerability. Empty if not applicable.
CreatedTimestamp of when the finding was first recorded (UTC).
URLDirect link to the finding in the Ethiack Portal.

Notes

  • The file uses ; as the column delimiter.
  • All findings from the test are included regardless of status — active, triaged, and informative findings all appear in the export.
  • Findings without a CVSS vector or CWE mapping will have empty or -1 values in those columns respectively.
  • The ID and URL columns can be used together to cross-reference findings between the CSV and the Portal.

On this page