# 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="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FlTameR9RvZPXM6E82zSX%2Fnodeware.jpg?alt=media&#x26;token=f8a0d243-a63c-4e21-8138-b6986aac034b" 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: 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.
