-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add replay mail * add classifier and mapper * finishing * lint & validate * rn fix
- Loading branch information
1 parent
36cb26b
commit e1b74c2
Showing
11 changed files
with
562 additions
and
2 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...tion/Classifiers/classifier-MSGraphMailSingleUser_-_Classifier_-_Email_Communication.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"defaultIncidentType": "Email Communication", | ||
"description": "Classifies MS Graph Mail Single User email messages.", | ||
"feed": false, | ||
"id": "MS Graph Mail Single User - Classifier - Email Communication", | ||
"keyTypeMap": { | ||
"High": "Email Communication", | ||
"Low": "Email Communication", | ||
"MicrosoftGraphMailSingleUser": "Email Communication", | ||
"Normal": "Email Communication" | ||
}, | ||
"transformer": { | ||
"complex": null, | ||
"simple": "" | ||
}, | ||
"name": "MS Graph Mail Single User - Classifier - Email Communication", | ||
"type": "classification", | ||
"version": -1, | ||
"fromVersion": "6.0.0" | ||
} |
140 changes: 140 additions & 0 deletions
140
...lassifiers/classifier-MSGraphMailSingleUser_-_Classifier_-_Email_Communication_5_9_9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
{ | ||
"brandName": "MicrosoftGraphMailSingleUser-EmailCommunication", | ||
"custom": true, | ||
"defaultIncidentType": "Email Communication", | ||
"feed": false, | ||
"id": "faa1bfc8-09cd-44e0-81fe-73092e735916", | ||
"isDefault": false, | ||
"keyTypeMap": { | ||
"High": "Email Communication", | ||
"Low": "Email Communication", | ||
"MicrosoftGraphMailSingleUser": "Email Communication", | ||
"Normal": "Email Communication" | ||
}, | ||
"mapping": { | ||
"Email Communication": { | ||
"dontMapEventToLabels": false, | ||
"internalMapping": { | ||
"Attachment ID": { | ||
"complex": { | ||
"accessor": "path", | ||
"filters": [], | ||
"root": "Attachments", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Attachment Name": { | ||
"complex": { | ||
"accessor": "name", | ||
"filters": [], | ||
"root": "Attachments", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email BCC": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Bcc", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Body": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Body", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Body Format": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Format", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Body HTML": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Format", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email CC": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Cc", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email From": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "From", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email HTML": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Body", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Latest Message": { | ||
"complex": null, | ||
"simple": "ID" | ||
}, | ||
"Email Message ID": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "ID", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Subject": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Subject", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email To": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "To", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
} | ||
} | ||
} | ||
}, | ||
"transformer": { | ||
"complex": null, | ||
"simple": "Type" | ||
}, | ||
"version": -1, | ||
"fromVersion": "5.5.0", | ||
"toVersion": "5.9.9" | ||
} |
128 changes: 128 additions & 0 deletions
128
...Classifiers/classifier-MSGraphMailSingleUser_-_Incoming_Mapper_-_Email_Communication.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
{ | ||
"description": "Maps incoming MS Graph Mail Single User email message fields.", | ||
"feed": false, | ||
"id": "MS Graph Mail Single User - Incoming Mapper - Email Communication", | ||
"mapping": { | ||
"Email Communication": { | ||
"dontMapEventToLabels": false, | ||
"internalMapping": { | ||
"Attachment ID": { | ||
"complex": { | ||
"accessor": "path", | ||
"filters": [], | ||
"root": "Attachments", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Attachment Name": { | ||
"complex": { | ||
"accessor": "name", | ||
"filters": [], | ||
"root": "Attachments", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email BCC": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Bcc", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Body": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Body", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Body Format": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Format", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Body HTML": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Format", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email CC": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Cc", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email From": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "From", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email HTML": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Body", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Latest Message": { | ||
"complex": null, | ||
"simple": "ID" | ||
}, | ||
"Email Message ID": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "ID", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email Subject": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "Subject", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
}, | ||
"Email To": { | ||
"complex": { | ||
"accessor": "", | ||
"filters": [], | ||
"root": "To", | ||
"transformers": [] | ||
}, | ||
"simple": "" | ||
} | ||
} | ||
} | ||
}, | ||
"name": "MS Graph Mail Single User - Incoming Mapper - Email Communication", | ||
"type": "mapping-incoming", | ||
"fromVersion": "6.0.0", | ||
"version": -1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
#### Classifiers | ||
##### New: MicrosoftGraphMailSingleUser-EmailCommunication | ||
- Maps incoming MS Graph Mail Single user email message fields. (Available from Cortex XSOAR 5.5.0 to 5.9.9). | ||
##### New: MS Graph Mail Single User - Classifier - Email Communication | ||
- Classifies MS Graph Mail Single user email messages. (Available from Cortex XSOAR 6.0.0). | ||
|
||
#### Mappers | ||
##### New: MS Graph Mail Single User - Incoming Mapper - Email Communication | ||
- Maps incoming MS Graph Mail Single user email message fields (Available from Cortex XSOAR 6.0.0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.