Vulnerability quick searches
Search vulnerabilities by typing a text search string that uses simple words or phrases.
In IBM® QRadar® Vulnerability Manager, you can use quick searches to filter vulnerabilities on the My Assigned Vulnerabilities and Manage Vulnerabilities pages.
Use the Quick Searches list to do a pre-configured vulnerability search.
Use the Quick Filter field to create your own vulnerability filters. Click Save Search Criteria to add your vulnerability quick filters to the Quick Searches list.
| Description | Example |
|---|---|
| Include any plain text that you expect to find in vulnerability title, description, solution, concern, reference ID type, or reference ID value. | 2012-3764 MS203 java |
| To search only the text in the vulnerability title, add :A to the search text string | PHP:A |
| To search only the text in the vulnerability description, add :B to the search text string | cross-site scripting:B |
| To search only the text in the vulnerability external reference type, add :C to the search text string | RedHat RHSA:C |
| Include wildcard characters. The search term cannot start with a wildcard. | SSLv* |
| Group terms with logical operators: AND, OR, and NOT (or !). To be recognized as logical operators and not as search terms, the operators must be uppercase. | PHP AND Traversal XSS:A OR cross-site scripting:A !MySQL NOT MySQL |