Asset != 'http-put-post' AND Severity IN ('Critical', 'High')
Asset CONTAINS('pdf', 'txt') AND Channel = 'NGFW'
You can combine multiple conditions using the AND connector, apply
pattern matching with CONTAINS and NOT
CONTAINS operators for asset names and URL domains, and use
equality operators like IN, NOT
IN, IS NULL, and IS
NOT NULL to refine your search criteria.
Advanced filtering accelerates your security operations by enabling you to rapidly
isolate critical incidents, filter out false positives, and focus investigation
efforts on the incidents that pose the greatest risk to your organization.