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
Expand all | Collapse all

Python script that changes field (assigned_to) in QRadar

  • 1.  Python script that changes field (assigned_to) in QRadar

    Posted 09/23/20 11:03 AM
      |   view attached
    I developed a script that when an analyst assigns an incident to him within Resilient, in QRadar the "assigned_to" field will be changed to the analyst's name. However, this script is local, and I need to put it inside Resilient, so that it can be automatic. Does anyone have any ideas?

    ------------------------------
    Vítor Fagundes Alves Nogueira
    ------------------------------


  • 2.  RE: Python script that changes field (assigned_to) in QRadar

    Posted 09/23/20 03:53 PM
    Edited by System Admin 11/11/21 11:15 AM
    Vitor,

    This will need to become a function that is run on an integration server. You would make a rule that when user assigns themselves as owner inside resilient it would launch the function/workflow to make the call to the function.. 

    https://developer.ibm.com/security/resilient/functions/

    Once you have converted it to a function, you can then trigger it with a workflow that happens on a rule that watches for owner assignment.

    ------------------------------
    Richard Giesige
    Security Engineer
    Oshkosh Corporation
    Oshkosh
    ------------------------------