For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prodaft USTA

Connection Requirements

1 - Domain

The domain of the Prodaft USTA instance.

Default: usta.prodaft.com

2 - API Token

The Bearer token used to authenticate with the Prodaft USTA Threat Stream API. Obtain this token from your Prodaft USTA account or contact your Prodaft representative.

3 - Fetch Vulnerabilities

Fetch vulnerability and CVE data per device (optional, default: False).

4 - Fetch Installed Softwares

Fetch installed software information. (optional, default: False).

5 - Thread Count

This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32, min: 1, max: 32).

6 - Sleep Time

Delay in seconds between thread batches (default: 0). Increase if encountering rate limit errors.

7 - Proxy

Proxy URL (optional).

8 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated