Jizo M - Incoming Mapper

Maps incoming Jizo alert fields

JizoM Mapper (In)

Details

IDJizo M - Incoming Mapper
Typemapping-incoming
Version-1
From Version6.10.0
Default Incident Type
FeedNo
{
    "id": "Jizo M - Incoming Mapper",
    "name": "Jizo M - Incoming Mapper",
    "type": "mapping-incoming",
    "description": " Maps incoming Jizo alert fields",
    "mapping": {
        "Jizo Alert": {
            "dontMapEventToLabels": false,
            "internalMapping": {
                "Category": {
                    "complex": null,
                    "simple": "category"
                },
                "Type": {
                    "complex": null,
                    "simple": "alert_type"
                },
                "Alert ID": {
                    "complex": null,
                    "simple": "id"
                },
                "Name": {
                    "complex": null,
                    "simple": "name"
                },
                "Destination IP": {
                    "complex": null,
					"simple": "IP_destination"
				},
				"Source IP": {
                    "complex": null,
					"simple": "IP_source"
				},
                "Signature": {
                    "complex": null,
					"simple": "signature"
				}
            }
        }
    },
    
    "version": -1,
    "fromVersion": "6.10.0"
       
}