Skip to content

Commit 7862aaa

Browse files
RosenbergYehudasdaniel6
authored andcommitted
Fix Microsoft Defender incoming mapper / XSUP-45575 (#38155)
* init * rn * rn
1 parent 79b9607 commit 7862aaa

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

Packs/Microsoft365Defender/Classifiers/classifier-Microsoft_365_Defender_-_Incoming_Mapper.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"isContext": false,
310310
"value": {
311311
"complex": null,
312-
"simple": "0"
312+
"simple": "0.5"
313313
}
314314
},
315315
"toReplace": {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"breakingChanges": true,
3+
"breakingChangesNotes": "The `severity` incident field will now map `Informational` in Microsoft 365 Defender to `Informational` in XSOAR instead of `Unknown`."
4+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Mappers
3+
4+
##### Microsoft 365 Defender - Incoming Mapper
5+
6+
Updated the `severity` incident field to be correctly mapped.

Packs/Microsoft365Defender/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Microsoft 365 Defender",
33
"description": "Microsoft Defender XDR (formerly Microsoft 365 Defender) is a unified pre- and post-breach enterprise defense suite that natively coordinates detection, prevention, investigation, and response across endpoints, identities, email, and applications to provide integrated protection against sophisticated attacks.",
44
"support": "xsoar",
5-
"currentVersion": "4.5.39",
5+
"currentVersion": "4.5.40",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)