Querying event and flow data to find specific offenses
Search for specific event and flow data by creating Ariel Query Language (AQL) searches in the QRadar Analyst Workflow Query Builder.
About this task
Create searches by using search history or entering keywords directly into the Query Builder.
This information populates a query template that you can further customize to suit your needs, or
manually create your own searches.
Tip: To build a query without using AQL, try the
Visual query builder.
Procedure
Example
The following is an example of an AQL query.
SELECT sourceip, destinationip, username
FROM events
WHERE username = 'test name'
GROUP by sourceip, destinationip
ORDER BY sourceip DESC
LIMIT 10
LAST 2 DAYS
For more information about creating queries in QRadar Analyst Workflow, see this video walkthrough about the Search feature.
For more information about AQL queries, see these documentation and training resources: