Splunk - Notable Generic Incoming Mapper

Maps Splunk ES incoming fields.

Splunk Mapper (In)

Details

IDSplunk - Notable Generic Incoming Mapper
Typemapping-incoming
Version-1
From Version6.0.0
Default Incident Type
FeedNo
{
    "description": "Maps Splunk ES incoming fields.",
    "feed": false,
    "id": "Splunk - Notable Generic Incoming Mapper",
    "mapping": {
        "Phishing Alerts": {
            "dontMapEventToLabels": false,
            "internalMapping": {
                "Alert Action": {
                    "simple": "action"
                },
                "Alert Name": {
                    "simple": "rule_name"
                },
                "Email From": {
                    "simple": "src_user"
                },
                "Email Message ID": {
                    "simple": "message_id"
                },
                "Email To": {
                    "simple": "recipient"
                }
            }
        },
        "Splunk Notable Generic": {
            "dontMapEventToLabels": false,
            "internalMapping": {
                "Asset Table": {
                    "simple": "Asset"
                },
                "Assigned User": {
                    "simple": "owner"
                },
                "Dsts": {
                    "simple": "dest"
                },
                "Identity Table": {
                    "simple": "Identity"
                },
                "Notable - ID": {
                    "simple": "event_id"
                },
                "Notable Drilldown": {
                    "simple": "Drilldown"
                },
                "Notable Status": {
                    "simple": "status_label"
                },
                "Notable Urgency": {
                    "simple": "urgency"
                },
                "Splunk Notable Reviewer": {
                    "complex": {
                        "filters": [],
                        "root": "reviewer",
                        "transformers": [
                            {
                                "operator": "FirstArrayElement"
                            }
                        ]
                    }
                },
                "Srcs": {
                    "simple": "src"
                },
                "Successful Asset Enrichment": {
                    "simple": "successful_asset_enrichment"
                },
                "Successful Drilldown Enrichment": {
                    "simple": "successful_drilldown_enrichment"
                },
                "Successful Identity Enrichment": {
                    "simple": "successful_identity_enrichment"
                },
                "Tags": {
                    "simple": "tag"
                },
                "Usernames": {
                    "simple": "user"
                },
                "dbotMirrorDirection": {
                    "simple": "mirror_direction"
                },
                "dbotMirrorId": {
                    "simple": "event_id"
                },
                "dbotMirrorInstance": {
                    "simple": "mirror_instance"
                },
                "dbotMirrorTags": {
                    "simple": "mirror_tags"
                },
                "details": {
                    "simple": "rule_description"
                },
                "Splunk Comments": {
                    "simple": "SplunkComments"
                },
                "name": {
                    "complex": {
                        "filters": [],
                        "root": "event_id",
                        "transformers": [
                            {
                                "args": {
                                    "prefix": {},
                                    "suffix": {
                                        "value": {
                                            "simple": " - "
                                        }
                                    }
                                },
                                "operator": "concat"
                            },
                            {
                                "args": {
                                    "prefix": {},
                                    "suffix": {
                                        "isContext": true,
                                        "value": {
                                            "simple": "rule_name"
                                        }
                                    }
                                },
                                "operator": "concat"
                            }
                        ]
                    }
                },
                "occurred": {
                    "simple": "_time"
                },
                "owner": {
                    "simple": "owner"
                },
                "severity": {
                    "simple": "severity"
                }
            }
        },
        "dbot_classification_incident_type_all": {
            "dontMapEventToLabels": false,
            "internalMapping": {
                "Categories": {
                    "simple": "security_domain"
                },
                "dbotMirrorDirection": {
                    "simple": "mirror_direction"
                },
                "dbotMirrorId": {
                    "simple": "event_id"
                },
                "dbotMirrorInstance": {
                    "simple": "mirror_instance"
                },
                "dbotMirrorTags": {
                    "simple": "mirror_tags"
                }
            }
        }
    },
    "name": "Splunk - Notable Generic Incoming Mapper",
    "type": "mapping-incoming",
    "version": -1,
    "marketplaces": [
        "xsoar",
        "marketplacev2",
        "platform"
    ],
    "fromVersion": "6.0.0",
    "supportedModules": [
        "xsiam",
        "agentix"
    ]
}