Searching Scripts

approvedByapprovedBy

Use a text value ##### in quotes to search results with certain username who approved the Script.

Example:

Show results with this username

approvedBy:"adminuser"

categorycategory

Use a text value ##### to find all results that have the specified category (DATA BACKUP, DATA COLLECTION, GENERAL AUTOMATION, REMEDIATION, SYSTEM ADMINISTRATION,  SYSTEM MAINTENANCE).

Examples

Show results with this category

category:GENERAL AUTOMATION

createdBycreatedBy

Use a text value ##### in quotes to search results with certain username who created the script.

Example

Show results with this username

createdBy:"adminuser"

descriptiondescription

Use a text value ##### in quotes to find results with a certain script description.

Example

Show all results that have script description

description:"test_file"

gitHubAutoSyncgitHubAutoSync

Use a text value ##### in quotes to fetch scripts that are configured to be automatically synced with GitHub (true, false).

Example:

Show results with scripts are automatically synced with GitHub

gitHubAutoSync:"True"

gitHubSyncStatusgitHubSyncStatus

Use a text value ##### to find results with the specified script job status (failed, success).

Example:

Show results with scripts that were not synced with GitHub

gitHubSyncStatus:"failed"

hasParametershasParameters

Use the token value as true or false to get a list of the parameterized scripts.

Example:

Show the list of the parameterized scripts

hasParameters:"true"

idid

Use an integer value ##### to find results with an script ID of interest.

Examples

Show all results with this script ID

id:`21`

importedScriptFromGitHubimportedScriptFromGitHub

Use a text value ##### in quotes to fetch scripts that are imported from GitHub (true, false).

Example:

Show results with scripts that are imported from GitHub

importedScriptFromGitHub:"True"

importedFromGitHubPublicRepoimportedFromGitHubPublicRepo

Use a text value ##### in quotes to fetch scripts that are imported from GitHub (true, false).

Example

Show results with scripts that are imported from a GitHub public repository (true, false).

importedFromGitHubPublicRepo: "true"

importedFromScriptLibraryimportedFromScriptLibrary

Use a boolean value true or false to filter scripts imported from the scripts library.

Example

Show results with scripts imported from the scripts library

importedFromScriptLibrary: "true"

languagelanguage

Use a text value ##### to filter scripts in Library based on the scripting language.

Example

Show findings with this language

language: 'Python'

moduleCodemoduleCode

Use the value to filter scripts based on module code .

Example

Show results with one of these categories

moduleCode: VMDR

namename

Use quotes or backticks within values to find all results that have the specified word in their script name.

Examples

Show all results that contain parts of this script name

name:"O365unix"

Show all results that match exact value "unixrun"

name:`unixrun`

platformplatform

Use a text value ##### to find results with certain platform (WINDOWS, LINUX).

Examples

Show all results with this platform

platform:`LINUX`

qidqid

Use the valueto filter scripts based on qid .

Example

Show results with one of these categories

qid 51001511

qidTitleqidTitle

Use the value to filter the Scripts based on qid title.

Example

Show results with one of these categories

qidTitle: `CAR VMDR Dev Testing`

qidSubTypeqidSubType

Use the value to to filter the Scripts based on qid technology.

Example

Show results with one of these categories

qidTechnology: `PostgreSQL`

qidStatusqidStatus

Use the value to to filter the Scripts based on qid severity.

Example

Show results with one of these categories

qidSeverity: `3`

qidTechnologyqidTechnology

Use a boolean query to express your query using OR logic.

Example

Show results with one of these categories

user: `admin` or activity: `APPROVE`

qidDectionLogicqidDectionLogic

Use this text #### to filter VMDR scripts in Library based on the QID detection logic. 

Example

Show findings with QID detection logic.

qidDetectionLogic: 'UseScript'

 

severityseverity

Use an integer value ##### to find results with this severity (1-5). Select from values in the drop-down menu.

Example

Show findings with severity 5

severity:5

statusstatus

Use a text value ##### to find all results with status (APPROVED, DEPRECATED, PENDING_REVIEW, PENDING_TEST, TESTED).

Examples

Show results with this status

status:`APPROVED`

thresholdthreshold

Use a integer value ##### to find results job with certain threshold value.

Examples

Find results with this threshold

threshold: 3

typetype

Use a text value ##### to find all results that have the specified type (CustomScript).

Examples

Show results with this type

type:CustomScipt

qidQDSqidQDS

Use This text #### to filter custom QID scripts based don the Qualys Detection Score. 

Example

Show findings with Qualys Detection Score.

qidQDS: '54'

qidVulnerabilityTypeqidVulnerabilityType

Use the Confirmed/Potential/Information Gathered as values to filter QIDs with respective vulnerability type.

Example

Show results with vulnerability type.

qidVulnerabilityType: `Confirmed`

scriptLibraryIdscriptLibraryId

Use the script Library ID to fetch the script associated with OT from Library.

Example

Show findings with the script associated to OT

scriptLibraryId: ' 763456'

vmScanEnabledQidvmScanEnabledQid

Use the value true | false to filter VM Scan-enabled scripts.

Example

Show findings VM Scan-enabled scripts

vmScanEnabledQid: true

andand

Use a boolean query to express your query using AND logic.

Example

Show results created by John

user: `JOHN` and activity: `CREATE`

notnot

Use a boolean query to express your query using NOT logic.

Example

Show activity logs that are not rejected

user: `admin` not activity: `REJECT`