name: "Cybereason Malops → OCSF" description: "Maps the raw items of the 'malops' array returned by POST /rest/detection/inbox (results_path = malops) to OCSF finding fields. Each element is the flat, non-nested Malop-inbox shape (guid, edr, displayName, status, severity, creationTime, machines[], users[]) — not the enriched elementValues/simpleValues shape returned by /rest/crimes/unified." field_mappings: title: "displayName" severity: "severity = 'Critical' ? 5 : (severity = 'High' ? 4 : (severity = 'Medium' ? 3 : (severity = 'Low' ? 2 : 3)))" description: "\"Cybereason Malop — severity: \" & severity & \", status: \" & status" ocsf: - { source_path: "guid", ocsf_field: "finding_info.uid" } - { source_path: "displayName", ocsf_field: "finding_info.title" } - { source_path: "creationTime", ocsf_field: "finding_info.created_time" } - { source_path: "status", ocsf_field: "status" } - { source_path: "machines[0].displayName", ocsf_field: "src_endpoint.hostname" } - { source_path: "$count(machines)", ocsf_field: "count" }