IBM QRadar SOAR

IBM QRadar SOAR

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.  Issue: QRadar → SOAR Plugin – offense_type_name is Coming Empty

    Posted 7 hours ago

    Hi Team,

    I am facing an issue with the IBM SOAR Plugin App for QRadar, specifically related to field mapping during offense ingestion.

    Problem Description

    While mapping fields from QRadar offense JSON to SOAR fields:

    • When I map {{offense.offense_type}}, I correctly receive the numeric offense type (example: 1, 49, etc.).

    • But when I map {{offense.offense_type_name}}, the field value in SOAR becomes blank / empty.

    Expected Behavior

    According to the documentation:

    • offense_type → numeric code

    • offense_type_name → human-readable name translated from offense_type (e.g., Admin Login Failure, Port Scan, etc.)

    But currently, the plugin returns no value for offense_type_name.

    Any recommended fix or configuration to enable this field?



    ------------------------------
    Arunkumar G
    ------------------------------


  • 2.  RE: Issue: QRadar → SOAR Plugin – offense_type_name is Coming Empty

    Posted 3 hours ago

    Hi Arunkumar,

    Try using offense.offense_indexer.label instead and let me know if it works.

    "offense_type": "{{offense.offense_indexer.label}}"



    ------------------------------
    BEN WILLIAMS
    ------------------------------



  • 3.  RE: Issue: QRadar → SOAR Plugin – offense_type_name is Coming Empty

    Posted 2 hours ago
    Hi Ben,
     
    Thank you for the quick response!
     
    I tested using:
     
    {{offense.offense_indexer.label}}
     
     
    And it is working perfectly.
    Now I am able to get the correct human-readable offense type in SOAR.
     
    Really appreciate your help - this solved my issue.


    ------------------------------
    Arunkumar G
    ------------------------------