> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation-1/integrations-and-file-imports/nodeware.md).

# Nodeware

PlexTrac supports importing JSON files from **Nodeware.** Nodeware helps identify and address vulnerabilities in IT infrastructure, including servers, workstations, network devices, and IoT devices. It scans for vulnerabilities such as outdated software versions, weak passwords, and misconfigurations and provides reports on these findings.

Below are the mappings of fields and any reference notes to provide context. If a field is not listed, PlexTrac does not currently import it.

<div align="left"><figure><img src="/files/DNaFNW1TBLrBwYYzSsda" alt=""><figcaption></figcaption></figure></div>

## Finding Field Mappings

| PlexTrac Field            | Nodeware Path                        |
| ------------------------- | ------------------------------------ |
| ID                        | (added on import)                    |
| Title                     | title                                |
| Severity                  | severity                             |
| Status                    | open                                 |
| Description               | description                          |
| Start Date                | (added on import)                    |
| Recommendation            | recommendation                       |
| References                | urls                                 |
| Code Samples              | test\_results                        |
| CVSSv3                    | severity                             |
| CVSS                      | -                                    |
| Custom Fields (Synopsis)  | isummary                             |
| Customer Field (Solution) | Solution                             |
| Name (finding asset)      | hostname if present; if not ip\_addr |

## Asset Field Mappings

| PlexTrac Field | Nodeware Path |
| -------------- | ------------- |
| MAC Address    | mac\_addr     |
| OS             | os            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plextrac.com/plextrac-documentation/product-documentation-1/integrations-and-file-imports/nodeware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
