Skip to content

Commit 632fa48

Browse files
authored
Merge pull request #291015 from vakohl/NewASIMSchema-Alert
New ASIM Schema Alert
2 parents 4c4c1fe + 153312c commit 632fa48

File tree

4 files changed

+250
-7
lines changed

4 files changed

+250
-7
lines changed

articles/sentinel/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,8 @@
11591159
href: normalization-known-issues.md
11601160
- name: ASIM schemas
11611161
items:
1162+
- name: ASIM alert event schema
1163+
href: normalization-schema-alert.md
11621164
- name: ASIM audit event schema
11631165
href: normalization-schema-audit.md
11641166
- name: ASIM authentication schema
@@ -1252,4 +1254,4 @@
12521254
- name: Learn modules for Microsoft Sentinel
12531255
href: /training/browse/?expanded=azure&products=microsoft-sentinel
12541256
- name: Learn modules for Kusto Query Language (KQL)
1255-
href: /training/browse/?expanded=azure&terms=kusto%20query%20language
1257+
href: /training/browse/?expanded=azure&terms=kusto%20query%20language

articles/sentinel/normalization-parsers-list.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: List of Microsoft Sentinel Advanced Security Information Model (ASIM) parsers | Microsoft Docs
33
description: This article lists Advanced Security Information Model (ASIM) parsers.
4-
author: oshezaf
4+
author: vakohl
55
ms.topic: reference
66
ms.date: 05/02/2022
7-
ms.author: ofshezaf
7+
ms.author: vakohl
88

99

1010
#Customer intent: As a security analyst, I want to deploy and use ASIM parsers so that I can normalize and analyze security event data from various sources effectively.
@@ -18,6 +18,16 @@ This document provides a list of Advanced Security Information Model (ASIM) pars
1818
> [!IMPORTANT]
1919
> ASIM is currently in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2020
>
21+
22+
## Alert event parsers
23+
24+
To use ASIM alert event parsers, deploy the parsers from the [Microsoft Sentinel GitHub repository](https://aka.ms/ASimAlertEvent). Microsoft Sentinel provides the following parsers in the packages deployed from GitHub:
25+
26+
| **Source** | **Notes** | **Parser**
27+
| --- | --------------------------- | ---------- |
28+
| **Defender XDR Alerts** | Microsoft Defender XDR alert events (in the `AlertEvidence` table). | `ASimAlertEventMicrosoftDefenderXDR` |
29+
| **Exchange 365 administrative events** | SentinelOne Singlularity `Threats.` events (in the `SentinelOne_CL` table). | `ASimAlertEventSentinelOneSingularity` |
30+
2131
## Audit event parsers
2232

2333
To use ASIM audit event parsers, deploy the parsers from the [Microsoft Sentinel GitHub repository](https://aka.ms/ASimAuditEvent). Microsoft Sentinel provides the following parsers in the packages deployed from GitHub:
@@ -162,4 +172,4 @@ Learn more about ASIM:
162172
- Watch the [Deep Dive Webinar on Microsoft Sentinel Normalizing Parsers and Normalized Content](https://www.youtube.com/watch?v=zaqblyjQW6k) or review the [slides](https://1drv.ms/b/s!AnEPjr8tHcNmjGtoRPQ2XYe3wQDz?e=R3dWeM)
163173
- [Advanced Security Information Model (ASIM) overview](normalization.md)
164174
- [Advanced Security Information Model (ASIM) schemas](normalization-about-schemas.md)
165-
- [Advanced Security Information Model (ASIM) content](normalization-content.md)
175+
- [Advanced Security Information Model (ASIM) content](normalization-content.md)

0 commit comments

Comments
 (0)