Connect your own Microsoft Sentinel workspace (Azure AD App Registration) to manage Incidents, Bookmarks, Watchlists, Analytics Rules, and run KQL hunting queries against your Log Analytics workspace.
connect_sentinelwriteConnect your own Microsoft Sentinel workspace by saving an Azure AD App Registration's tenant/client id + client secret plus the workspace's subscription id, resource group, and workspace name, after checking both OAuth2 audiences (ARM + Log Analytics Query) actually work. Create the App Registration in Azure AD > App registrations, grant it Microsoft Sentinel Contributor (or Reader) + Log Analytics Reader on the resource group.
list_connectionsreadList the connected Microsoft Sentinel workspaces.
disconnect_sentinelwriteDisconnect a Microsoft Sentinel workspace: deletes the saved App Registration credentials. Nothing in Sentinel/Azure itself is changed.
list_incidentsreadList Sentinel incidents in the connected workspace, optionally filtered by status.
get_incidentreadRead one Sentinel incident in full by its name (GUID).
update_incidentwriteUpdate a Sentinel incident's status, severity, owner, classification, and/or labels. Closing an incident requires classification and classification_reason.
add_incident_commentwriteAdd a comment to a Sentinel incident, for handoff notes and triage context.
list_incident_commentsreadList the comments on a Sentinel incident.
list_analytics_rulesreadList analytics (alert) rules configured on the connected Sentinel workspace.
set_analytics_rule_enabledwriteEnable or disable an analytics rule without deleting it.
list_automation_rulesreadList automation rules (SOAR playbook triggers) configured on the connected Sentinel workspace.
set_automation_rule_enabledwriteEnable or disable an automation rule without deleting it.
list_watchlistsreadList watchlists (e.g. blocked IPs, VIP users) configured on the connected Sentinel workspace.
create_watchlistwriteCreate a new watchlist (e.g. a list of known-bad IPs) on the connected Sentinel workspace.
list_watchlist_itemsreadList the rows/items inside a watchlist.
add_watchlist_itemwriteAdd a row/item to a watchlist.
list_threat_indicatorsreadList threat intelligence indicators (IOCs) on the connected Sentinel workspace.
create_threat_indicatorwritePush a new threat intelligence indicator (IOC) -- e.g. a malicious IP, domain, or file hash -- into Sentinel.
list_bookmarksreadList saved hunting bookmarks on the connected Sentinel workspace.
create_bookmarkwriteSave a KQL query as a hunting bookmark for later reference.
list_data_connectorsreadList data connectors (log source integrations) configured on the connected Sentinel workspace.
run_kql_queryreadRun a KQL (Kusto Query Language) query against the connected Sentinel workspace's Log Analytics data -- e.g. 'SecurityAlert | take 20'. Read-only investigation.
audit_sentinel_workspacereadBuild one aggregated health report across the connected Sentinel workspace: open incidents, unassigned High/Medium incidents older than a threshold, and disabled high-severity analytics rules.
Install Microsoft Sentinel and let Webbee use it across your workflow.
Open in panel