IBM QRadar SOAR

IBM QRadar

Join this online topic 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.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Filter by Artifact Type via REST API

    Posted 03/16/21 04:03 PM
    Hi All,

    I'm looking for a way to get incidents filtering by Artifact Type using REST API. Do you know any way to do it without using search_ex endpoint?


    Thanks,

    ------------------------------
    Ana Gonzalez
    ------------------------------


  • 2.  RE: Filter by Artifact Type via REST API

    Posted 03/18/21 09:49 AM
    Sorry, I cannot think of any REST API other than the search_ex endpoint to fulfill your need.

    ------------------------------
    GILBERT LIAO
    ------------------------------



  • 3.  RE: Filter by Artifact Type via REST API

    Posted 03/23/21 10:18 PM
    Instead of IncidentArtifactRest, ArtifactRest can provide filtering with Artifact Type, and then a further query of related_incident_artifacts with artifact_id recursively can provide you a list of incidents. Just you need to handle the aggregation of duplicated incidents.

    ------------------------------
    Leo Kuo
    ------------------------------



  • 4.  RE: Filter by Artifact Type via REST API

    Posted 03/24/21 12:40 PM
    Thanks!

    I think that the solution of using the Artifact REST is a very good idea, but in the version I have in Resilient (v. 36.2) that endpoint is not there. Do you know from which version this endpoint is available?


    ------------------------------
    Ana Gonzalez
    ------------------------------



  • 5.  RE: Filter by Artifact Type via REST API

    Posted 03/24/21 01:10 PM
    V39 - Artifact Management feature

    https://www.ibm.com/support/knowledgecenter/SSBRUQ_39.0.0/doc/Release_Notes/Features_0.html

    ------------------------------
    Leo Kuo
    ------------------------------