Cortex XDR - Classifier

Classifies Cortex XDR incidents.

Cortex XDR by Palo Alto Networks Classification

Details

IDCortex XDR - IR
Typeclassification
Version-1
From Version6.0.0
Default Incident Type
FeedNo

Key Type Map

KeyIncident Type
PortScan Cortex XDR Port Scan
XDR Incident Cortex XDR Incident
{
	"fromVersion": "6.0.0",
	"name": "Cortex XDR - Classifier",
	"type": "classification",
	"id": "Cortex XDR - IR",
	"description": "Classifies Cortex XDR incidents.",
	"defaultIncidentType": "",
	"keyTypeMap": {
		"PortScan": "Cortex XDR Port Scan",
		"XDR Incident": "Cortex XDR Incident"
	},
	"transformer": {
		"complex": {
			"accessor": "",
			"filters": [],
			"root": "description",
			"transformers": [
				{
					"args": {
						"dt": {
							"isContext": false,
							"value": {
								"complex": null,
								"simple": ".=val \u0026\u0026 val.toLowerCase().indexOf(\"port scan\") \u003e -1 ? \"PortScan\" : \"XDR Incident\""
							}
						}
					},
					"operator": "DT"
				}
			]
		},
		"simple": ""
	},
	"version": -1
}