Model Details 

The Models tab displays the list of models that you have onboarded from your environment. 

Model datalist in Inventory tab.

 Currently, Qualys supports scanning models hosted on Hugging Face,  AWS Bedrock, Azure AI, and Google Vertex service. 

Model Creation 

You can also add a new model using the New Model workflow. For details, see Model Creation. 

Quick Actions 

Using the Quick Actions menu, you can perform the following actions on the models:

View

View details of the model, including scans launched on the model and vulnerabilities detected. For details, see Asset Details.

Edit

Edit an existing model and save the changes. 

Launch Scan

Launch scan on the selected model. The scan is displayed in the Scans tab. 

Delete

Delete the selected model permanently from your subscription. 

QQL Tokens

With the QQL tokens, you can add relevant queries for the Models and Detections to search for models. For the list of tokens, see Search Tokens for IT Assets.

Using QQL TokensUsing QQL Tokens

Example 1

To search for models with total vulnerability counts greater than 20, use the following query:

model.totalVulnCount>20

Example of using model.totalvulnCount token.

Example 2

To search for models hosted on Hugging Face for which the last scan is in Finished status and QID 6330000 is detected, use the following query:

model.runtime:Hugging Face and model.lastScanStatus:FINISHED 

detection.qid:6330000

Example of using complex QQL tokens.