IBM Security QRadar SOAR

 View Only
  • 1.  Resilient SOAR integration with Bitbucket

    Posted Mon May 17, 2021 12:12 AM
    Hi All,

    We would like to know if someone was able to integrate Bitbucket, to Resilient SOAR for CI/CD. The aim once we complete the development of script scripts and custom app connector in dev environment we can pull it from repository to update the production automatically. Thank you.

    ------------------------------
    Marc Lainez
    ------------------------------


  • 2.  RE: Resilient SOAR integration with Bitbucket

    Posted Wed May 19, 2021 09:54 AM

    Hi Marc,
    It's an interesting idea. I'm not aware of any specific integration to do what you're requiring. But there are some parts which I can point you to.

    The resilient-sdk export capability allows one to identify Resilient components, such as scripts, rules workflows, etc. to extract from Resilient into a .res file. This file can then be reimported into another Resilient using the Import settings capability under the Administrative Settings and Organization tab. Both the export and the import UI functionality use APIs calls, /configurations/exports and /configurations/imports (you can see these under the ConfigurationsREST section if the interactive API). So it's possible perform the following steps in a function:

    1. call /configurations/exports to export all the customization components for an organization
    2. filter out only the portions of components you want to retain into it's own .res file
    3. use bitbucket APIs to retain the .res file

    Then another function would:

    4. collect a saved .res file from a bitbucket repository
    5. call /configuration/imports to import that component back into another Resilient.

    Sorry we cannot help further. Good luck.



    ------------------------------
    Mark Scherfling
    ------------------------------



  • 3.  RE: Resilient SOAR integration with Bitbucket

    Posted Mon May 24, 2021 05:39 AM
    Hi Mark,

    Thank you so much for your inputs let me explore on this one.

    Have a good day.

    ------------------------------
    Marc Lainez
    ------------------------------



  • 4.  RE: Resilient SOAR integration with Bitbucket

    Posted Wed May 26, 2021 06:32 AM
    Hi All,

    By any chance, just want to check if there's any products/technology(GitHub or any platform) that we can configure in Resilient SOAR to meet the requirements. Appreciate your confirmation. Thank you.

    ------------------------------
    Marc Lainez
    ------------------------------