Skip to main content

Microsoft Sentinel Notifications

Anzenna forwards detection notifications into your Microsoft Sentinel workspace as records in a custom table. When a detection finds new events, Anzenna writes a record you can query, alert on, and correlate with the rest of your Sentinel data.

Setup

1. Connect Microsoft Sentinel

Before you can forward notifications, connect your workspace to Anzenna. Follow the

Connect Microsoft Sentinel

integration guide to create the custom table and app registration.

2. Enable Microsoft Sentinel on a Detection

  1. Open a detection and go to its Notification Settings.

  2. Toggle Microsoft Sentinel on.

  3. Select your connected Microsoft Sentinel workspace.

  4. Click Save.

tip

A record is written when the detection's stats are next recalculated — not the moment you save the configuration — so it can take a short time to appear in Sentinel.


What Gets Sent

Each notification is one record in the AnzennaDetections_CL table with these fields:

FieldDescription
TimeGeneratedWhen the notification fired
DetectionIdStable Anzenna detection identifier
TitleDetection name
BodyHuman-readable summary
IncidentCountNew events in this notification
PreviousCountEvents seen in the prior notification
UserCountNumber of affected users
EventCountTotal events on the detection
AffectedUsersArray of affected user identifiers
ActionUrlDirect link to the detection in Anzenna

Query the most recent detections in your workspace:

AnzennaDetections_CL
| sort by TimeGenerated desc
| take 20

Per-Source Overrides

You can enable or disable Microsoft Sentinel notifications for individual detections using

per-source overrides

. This lets you forward only the detections that warrant it.


Need help? Contact

Anzenna Support

for assistance.