IBM QRadar

IBM QRadar

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Create one of two differently named offenses without duplicating rules

    Posted Thu September 18, 2025 04:27 PM

    Say we have a group of test systems we run tests from each week. We have rules built around the activities that we are testing but we do not want the offenses to fire criticals if the activity is from specific systems but we still want to see the activity. In the past we have taken all our Critical rules and duplicated them, creating one rule with critical alerting if the source IP is not in a reference set and one rule that alerts a duplicate, but named differently, event with no critical alert and the systems source ip is in the reference set.

    I.E. Rule: Crowdstrike Critical - Multiple attempts to do something - With critical alerting

    Duplicate rule: Red Team Crowdstrike Critical - Multiple attempts to do something - With no critical alerting

    Is there a good way to do the same thing without duplicating the rules and then maintaining two different rules when tuning is needed. 

     



    ------------------------------
    Russell Lieneman
    ------------------------------


  • 2.  RE: Create one of two differently named offenses without duplicating rules

    Posted Thu September 18, 2025 06:09 PM
    Edited by Perf1 Thu September 18, 2025 06:16 PM

    If all you are after is a different offense naming conditional on some properties then there are multiple ways to achieve that. For example create an AQL property with the required conditions and index your offense on it:

    If ReferenceSetContains('MyRefSet1',sourceip) Then Concat('CRITICAL - ', sourceip) ELSE STR(sourceip)





  • 3.  RE: Create one of two differently named offenses without duplicating rules

    Posted Fri September 19, 2025 08:12 AM
    Edited by Russell Lieneman Fri September 19, 2025 08:13 AM

    .



  • 4.  RE: Create one of two differently named offenses without duplicating rules

    Posted Fri September 19, 2025 08:14 AM

    Interesting, never done that before. Where would you use the AQL? Is it somewhere in the rule? Pardon the questions.



    ------------------------------
    Russell Lieneman
    ------------------------------



  • 5.  RE: Create one of two differently named offenses without duplicating rules

    Posted Fri September 19, 2025 08:17 AM

    https://www.ibm.com/docs/en/qradar-on-cloud?topic=siem-custom-event-flow-properties#c_qradar_cust_evt_fl_prop__title__4



    ------------------------------
    Perf1
    ------------------------------