Searching EULA
Syntax help displayed in UI for EULA tokens. A complete list of tokens for writing search queries is provided below. Click each token to learn more about it.
Use a text value ##### in quotes to find a certain EULA name.
Example
Show findings with this EULA name
eula.name:"Corporate EULA"
eula.modifiedByeula.modifiedBy
Use a text value ##### in quotes to find a certain EULA which was modified by user.
Example
Show findings with this user name
eula.modifiedBy:"adminuser"
Use a text value ##### in quotes to find a certain EULA which was created by user.
Example
Show findings with this user name
eula.createdBy:"adminuser"
Use a date range or specific date to define when EULA(s) were created.
Examples
Show EULA created within certain dates
eula.created: [2018-01-01 ... 2018-01-10]
Show EULA created starting 2017-06-01, ending 3 months ago
eula.created: [2017-06-01 ... now-3M]
Show EULA created starting 2 weeks ago, ending 1 second ago
eula.created: [now-2w ... now-1s]
Show EULA created on a specific date
eula.created:'2018-01-22'
eula.notAcceptedCounteula.notAcceptedCount
Use a numeric value ##### to find EULA count which are not accepted.
Example
Show EULA for which not accepted count is 2
eula.notAcceptedCount:2
Use a date range or specific date to define when EULA(s) were last modified.
Examples
Show EULA modified within certain dates
eula.modified: [2018-01-01 ... 2018-01-10]
Show EULA modified starting 2017-06-01, ending 3 months ago
eula.modified: [2017-06-01 ... now-3M]
Show EULA modified starting 2 weeks ago, ending 1 second ago
eula.modified: [now-2w ... now-1s]
Show EULA modified on a specific date
eula.modified:'2018-01-22'
Supported Boolean Operators
The Qualys Query Language (QQL) supports the following logical or Boolean query operators. Use these operators in your queries to narrow down or broaden your search.
Use a boolean query to express your query using AND logic..
Example
eula.name: "Corporate EULA" and eula.createdBy: "adminuser"
Find EULA with this EULA name and created by.
Use a boolean query to express your query using NOT logic.
Example
not eula.createdBy: "adminuser"
Show EULA which are not created by this user.
Use a boolean query to express your query using OR logic.
Example
eula.name: "Corporate EULA" or eula.name: "Employee EULA"
Show findings with one of these EULA name.