Microsoft Sentinel - Outgoing Mapper

Microsoft Sentinel Mapper (Out)

Details

IDMicrosoft Sentinel - Outgoing Mapper
Typemapping-outgoing
Version-1
From Version6.5.0
Default Incident Type
FeedNo
{
    "description": "",
    "feed": false,
    "id": "Microsoft Sentinel - Outgoing Mapper",
    "mapping": {
        "Microsoft Sentinel Incident": {
            "dontMapEventToLabels": true,
            "internalMapping": {
                "classification": {
                    "complex": {
                        "filters": [],
                        "root": "closeReason",
                        "transformers": [
                            {
                                "args": {
                                    "input_values": {
                                        "value": {
                                            "simple": "False Positive"
                                        }
                                    },
                                    "mapped_values": {
                                        "value": {
                                            "simple": "FalsePositive"
                                        }
                                    }
                                },
                                "operator": "MapValuesTransformer"
                            },
                            {
                                "args": {
                                    "input_values": {
                                        "value": {
                                            "simple": "Resolved"
                                        }
                                    },
                                    "mapped_values": {
                                        "value": {
                                            "simple": "TruePositive"
                                        }
                                    }
                                },
                                "operator": "MapValuesTransformer"
                            },
                            {
                                "args": {
                                    "input_values": {
                                        "value": {
                                            "simple": "Duplicate"
                                        }
                                    },
                                    "mapped_values": {
                                        "value": {
                                            "simple": "Undetermined"
                                        }
                                    }
                                },
                                "operator": "MapValuesTransformer"
                            },
                            {
                                "args": {
                                    "input_values": {
                                        "value": {
                                            "simple": "Other"
                                        }
                                    },
                                    "mapped_values": {
                                        "value": {
                                            "simple": "Undetermined"
                                        }
                                    }
                                },
                                "operator": "MapValuesTransformer"
                            }
                        ]
                    }
                },
                "classificationComment": {
                    "simple": "closeNotes"
                },
                "classificationReason": {
					"complex": {
						"filters": [],
						"root": "microsoftsentinelclassificationreason",
						"transformers": [
							{
								"args": {
									"input_values": {
										"isContext": false,
										"value": {
											"simple": "Incorrect Alert Logic"
										}
									},
									"mapped_values": {
										"isContext": false,
										"value": {
											"simple": "IncorrectAlertLogic"
										}
									}
								},
								"operator": "MapValuesTransformer"
							},
							{
								"args": {
									"input_values": {
										"isContext": false,
										"value": {
											"simple": "Inaccurate Data"
										}
									},
									"mapped_values": {
										"isContext": false,
										"value": {
											"simple": "InaccurateData"
										}
									}
								},
								"operator": "MapValuesTransformer"
							}
						]
					}
				},
                "description": {
                    "simple": "description"
                },
                "etag": {
                    "simple": "resourceid"
                },
                "firstActivityTimeUtc": {
                    "simple": "starttime"
                },
				"tags": {
					"simple": "tags"
				},
                "lastActivityTimeUtc": {
                    "simple": "lastseen"
                },
                "severity": {
                    "simple": "severity"
                },
                "status": {
                    "simple": "sourcestatus"
                },
                "title": {
                    "simple": "name"
                }
            }
        }
    },
    "name": "Microsoft Sentinel - Outgoing Mapper",
    "type": "mapping-outgoing",
    "version": -1,
    "fromVersion": "6.5.0"
}