Skip to content

Data Import

You can manually import assets using CSV or JSON files.

CSV Format

Your CSV must have a header row. Recognized columns:

  • ip (required)
  • name
  • type (e.g., server, router, plc)
  • mac_address

Third-Party Solutions (Nozomi, Armis, Claroty...)

CoreSight automatically detects and integrates exports (files or "tables") generated by market OT/IoT cybersecurity solutions (Nozomi Networks CMC/Vantage, Armis, Claroty, etc.).

The following tables are natively supported:

Table / FileContentKey Extracted Columns
assets.csvCore equipment inventory.mac_address, ip, vendor, type, os_or_firmware, risk_score
links.csvNetwork topology and flows between assets.from, to (communication links)
nodes.csvNetwork traffic metadata per endpoint.zone, sent.bytes, received.bytes, label
cves.csvKnown vulnerabilities (CVE) associated with assets.cve, score (CVSS), likelihood, epss_score
cpes.csvHardware and software enumerations.cpe, vendor, product, version

Note: In the future, other data structures and new tables will be supported automatically.

JSON Format

JSON files must contain an array of asset objects. This format is preferred for complex data including vulnerabilities.

CoreSight Documentation