- As a pulse dashbaord >>> mutate the aql filter below to to meet your need
SELECT sourceip as 'Source Ip', destinationip as 'Destination Ip',COUNT(*) from flows WHERE REFERENCESETCONTAINS('Botnet C&C IPs',sourceip) GROUP BY 'Source Ip' last 2 HOURS
2.As a dashbaord, create a normal search with all needed filters, save it and check the use in dashbaord check box.
#QRadar#Support#SupportMigration