Searching Scripts
Use a text value ##### in quotes to search results with certain username who approved the Script.
Example:
Show results with this username
approvedBy:"adminuser"
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
Use a text value ##### in quotes to search results with certain username who created the script.
Example
Show results with this username
createdBy:"adminuser"
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"
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"
hasSystemBehaviorAffectingCommandshasSystemBehaviorAffectingCommands
Use a text value ##### in quotes to fetch scripts that contain commands that may impact the system behavior and performance of your assets (true, false).
Example:
Show results with system-impacting commands
hasSystemBehaviorAffectingCommands:"True"
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"
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"
Use a text value ##### to filter scripts in Library based on the scripting language.
Example
Show findings with this language
language: 'Python'
Use the value to filter scripts based on module code .
Example
Show results with one of these categories
moduleCode: VMDR
Use the token value as Parameterized or Standard to view the list of scripts based on the mode.
Example
Show all results that contain parts of this script
mode: Parameterized
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`
Use a text value ##### to find results with certain platform (WINDOWS, LINUX).
Examples
Show all results with this platform
platform:`LINUX`
Use the valueto filter scripts based on qid .
Example
Show results with one of these categories
qid 51001511
Use the value to filter the Scripts based on qid title.
Example
Show results with one of these categories
qidTitle: `CAR VMDR Dev Testing`
Use the value to to filter the Scripts based on qid status.
Example
Show results with one of these categories
qidStatus: `Active`
Use the value to filter the Scripts based on qid technology.
Example
Show results with one of these categories
qidTechnology: `PostgreSQL`
Use the value to to filter the Scripts based on qid severity.
Example
Show results with one of these categories
qidSeverity: `3`
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'
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
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`
Use a integer value ##### to find results job with certain threshold value.
Examples
Find results with this threshold
threshold: 3
Use a text value ##### to find all results that have the specified type (CustomScript).
Examples
Show results with this type
type:CustomScipt
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
Use a boolean query to express your query using AND logic.
Example
Show results created by John
user: `JOHN` and activity: `CREATE`
Use a boolean query to express your query using NOT logic.
Example
Show activity logs that are not rejected
user: `admin` not activity: `REJECT`