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.  Proofpoint TRAP integration with IBM SOAR

    Posted Tue March 24, 2026 09:31 AM

    Dear SOAR Team.

    Currently, we have integration with Proofpoint TRAP 3rd party app on the SOAR platform. 

    During the configuration app not work after input "API" Key & Base URL. 

    Here is the error message Error: a bytes-like object is required, not 'str'

    Could you please help to support us?



    ------------------------------
    sothea kov
    ------------------------------


  • 2.  RE: Proofpoint TRAP integration with IBM SOAR

    Posted Wed March 25, 2026 04:27 AM

    Hi Sothea,

    Have you tried raising a support ticket on this ?



    ------------------------------
    Martin Feeney
    Product Manager, IBM Security QRadar SOAR
    martin.feeney@ie.ibm.com
    ------------------------------



  • 3.  RE: Proofpoint TRAP integration with IBM SOAR

    Posted Wed March 25, 2026 11:38 AM

    @Martin Feeney "Early Access apps provide you with an opportunity to try a pre-release app that is not fully supported. Click here for more information on Early Access apps."
    Reference: https://apps.xforce.ibmcloud.com/extension/31c7255853ae50325eaec597c44ee787



    ------------------------------
    JOHN HANDROP
    ------------------------------



  • 4.  RE: Proofpoint TRAP integration with IBM SOAR

    Posted Wed March 25, 2026 11:40 AM

    You can try untested command:
    bash

    curl -X POST "https://<YOUR_SOAR_HOST>/api/v1/proofpoint/trap/test" \

         -H "Content-Type: application/json" \

         -H "Authorization: Bearer <API_KEY>" \

         -d '{

               "secret_key": "<SECRET_KEY>",

               "additional_parameter": "value_if_needed"

             }'



    ------------------------------
    JOHN HANDROP
    ------------------------------