Skip to content

Commit

Permalink
Merge pull request demisto#9 from qmasters-ltd/feature/cyberint-objec…
Browse files Browse the repository at this point in the history
…ts-update

added outgoing mapper
  • Loading branch information
TalGumi authored Nov 2, 2023
2 parents 221ab9a + 3221193 commit ce3339e
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions Classifiers/classifier-mapper-outgoing-CyberInt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"brands": null,
"cacheVersn": 0,
"defaultIncidentType": "",
"definitionId": "",
"description": "",
"feed": false,
"fromServerVersion": "",
"id": "46139b6e-d1e4-4f17-88bb-cf3b4bb5b6df",
"incidentSamples": null,
"indicatorSamples": null,
"instanceIds": null,
"itemVersion": "",
"keyTypeMap": {},
"locked": false,
"logicalVersion": 5,
"mapping": {
"Cyberint Incident": {
"dontMapEventToLabels": true,
"internalMapping": {
"closure_reason": {
"simple": "cyberintclosurereason"
},
"closure_reason_description": {
"simple": "cyberintclosurereasondescription"
},
"mirror_direction": {
"simple": "dbotMirrorDirection"
},
"mirror_instance": {
"simple": "dbotMirrorInstance"
},
"ref_id": {
"simple": "dbotMirrorId"
},
"status": {
"simple": "cyberintstatus"
}
}
}
},
"name": "CyberInt Outgoing (mapper)",
"nameRaw": "CyberInt Outgoing (mapper)",
"packID": "",
"packName": "",
"propagationLabels": [
"all"
],
"sourceClassifierId": "",
"system": false,
"toServerVersion": "",
"transformer": {},
"type": "mapping-outgoing",
"unclassifiedCases": null,
"version": -1
}

0 comments on commit ce3339e

Please sign in to comment.