Connect your own self-hosted IBM QRadar SIEM console to run Ariel (AQL) searches, triage and update Offenses, manage Reference Data sets, and inspect Rules and Log Sources -- from Imperal. Uses your own SEC token -- nothing is hosted or proxied by Imperal beyond the request itself.
connect_qradarwriteConnect your own self-hosted IBM QRadar console by saving its base URL plus a SEC token, after checking it actually works. Get a token from QRadar: Admin > Authorized Services > Add Authorized Service.
list_connectionsreadList the connected IBM QRadar instances.
disconnect_qradarwriteDisconnect a QRadar instance: deletes the saved SEC token. Nothing in QRadar itself is changed.
search_arielwriteStart a new Ariel Query Language (AQL) search against QRadar's events/flows data. Returns a search id -- poll get_search_status, then get_search_results once done.
get_search_statusreadRead an Ariel search's current status -- whether it's done, and its progress percentage.
get_search_resultsreadRead a page of results from a completed (or still-running) Ariel search.
cancel_searchwriteCancel a running Ariel search.
list_offensesreadList QRadar Offenses (correlated security incidents), optionally filtered by status (OPEN/HIDDEN/CLOSED).
get_offensereadRead one QRadar Offense in full by its id.
update_offensewriteUpdate a QRadar Offense: close it, assign it to a user, or change its protected/follow-up flags. Only given fields change.
list_closing_reasonsreadList the closing reasons configured on the connected QRadar instance -- needed before closing an Offense.
add_offense_notewriteAdd an internal investigation note to a QRadar Offense.
list_reference_setsreadList Reference Sets (named lists of indicators, e.g. IPs/domains/hashes) configured on the connected QRadar instance.
list_reference_set_datareadList the elements (values) stored inside one Reference Set.
create_reference_setwriteCreate a new Reference Set (a named list of indicators) on the connected QRadar instance.
add_reference_set_elementwriteAdd one value (e.g. a malicious IP or domain) to an existing Reference Set.
delete_reference_set_elementwriteRemove one value from a Reference Set.
delete_reference_setwritePermanently delete a Reference Set and all of its elements. Cannot be undone.
list_rulesreadList correlation Rules configured on the connected QRadar instance (read-only -- editing rules is out of scope).
list_log_sourcesreadList Log Sources (event ingestion feeds) configured on the connected QRadar instance, with their status.
audit_deployment_healthreadBuild one aggregated health report across every open Offense on the connected QRadar instance: counts by severity, unassigned Offenses, and Log Sources reporting an error state.
Install IBM QRadar and let Webbee use it across your workflow.
Open in panel