IBM Resilient Systems
Case management that enables visibility across your tools for continual IR improvement.
Case Management · IBM Security QRadar SOAR
Configuration parameters
server— Server URL (e.g. 192.168.0.1) (required)org— Organization name (required)api_key_id— API key IDapi_key_secret— API key secretcredentials_api_key— API key IDcredentials— Credentials (Deprecated - use API Key authentication instead)insecure— Trust any certificate (not secure)proxy— Use system proxy settingsincidentType— Incident typeisFetch— Fetch incidentsfetch_closed— Fetch closed incidentsfetch_notes— Fetch notesfetch_tasks— Fetch tasksfetch_time— First fetch timestamp (YYYY-MM-DDTHH:MM:SSZ). For example: 2020-02-02T19:00:00Zmax_fetch— Maximum incidents to fetch.mirror_direction— Incident Mirroring Directionclose_xsoar_incident— Close Mirrored XSOAR Incidentsclose_ibm_incident— Close Mirrored IBM Resilient Incidentstag_from_ibm— Tag from IBM Qradar SOARtag_to_ibm— Tag to IBM QRadar SOAR
Commands (31)
-
get-mapping-fieldsReturns the list of fields to map in outgoing mirroring. This command is only used for debugging purposes.
-
get-modified-remote-dataReturns the list of incidents IDs that were modified since the last update time. Note that this method is for debugging purposes. The get-modified-remote-data command is used as part of the mirroring feature, which is available from version 6.1.
-
get-remote-dataGet remote data from a remote incident. This method does not update the current incident, and should be used for debugging purposes only.
-
rs-add-artifactAdd an artifact to an incident.
-
rs-add-custom-taskAdds a custom task to the specified incident.
-
rs-add-noteAdd a note to an incident.
-
rs-close-incidentCloses an incident.
-
rs-create-incidentCreates an incident.
-
rs-delete-incidentsDelete multiple incidents.
-
rs-delete-task-membersDelete a task's member. This effectively changes the task from a "private" task to a non-private task (to one where any incident member can operate on it).
-
rs-delete-tasksDeletes a specified list of tasks. Note that only custom tasks can be deleted.
-
rs-get-attachmentGets incident attachment's name and contents as a file by its ID.
-
rs-get-incidentGets an individual incident by ID.
-
rs-get-task-membersGet the members of a task. Private tasks will have the returned "members" property set. Non-private tasks will have a null "members" property.
-
rs-get-usersGets a list of all users in the system.
-
rs-incident-artifactsGets incident artifacts.
-
rs-incident-attachmentsGets incident attachments.
-
rs-incidents-get-membersGets members of the incident.
-
rs-incidents-get-tasksGets tasks of incidents.
-
rs-incidents-update-memberUpdates the incident's members.
-
rs-list-incident-notesGets all of the top-level comments for an incident.
-
rs-list-scriptsRetrieves the specified script's information or a list of all organization's scripts.
-
rs-list-task-instructionsGet the task's instructions.
-
rs-list-tasksGets an array of open tasks to which the current user is assigned.
-
rs-related-incidentsGets related incidents.
-
rs-search-incidentsQuery for incidents.
-
rs-update-incidentUpdates incidents.
-
rs-update-incident-noteUpdates an incident's note.
-
rs-update-taskUpdate an incident's task fields.
-
rs-upload-incident-attachmentUpload an attachment for an incident.
-
update-remote-systemUpdates the remote incident with local incident changes. This method is only used for debugging purposes and will not update the current incident.