-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for IoC Incident Feed (#38473)
* Add support for IoC Incident Feed (#37021) * - Fixed mirroring feature - Added support for IoC Incident Feed - Added internal identifier of alert to incident fields * minor fixes * code fixes according to the review comments * updated release notes: added information about breaking changes * update release notes * update release notes * update cyberint alerts test * code refactoring * code refactoring * improve tests * improve tests * improve tests * improve tests * fix commit details * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix commit * fix pre-commit * fix pre-commit * fix pre-commit * fix pre-commit * fix pre-commit * fix pre-commit * fix pre-commit * fix pre-commit * fix pre-commit issues * fix pre-commit issues * fix pre-commit issues * fix pre-commit issues * fix pre-commit issues * pc * bc fle * rn --------- Co-authored-by: klevitskiy-cyberint <[email protected]> Co-authored-by: MLainer1 <[email protected]> Co-authored-by: MLainer1 <[email protected]>
- Loading branch information
1 parent
9515144
commit a62c8ff
Showing
34 changed files
with
2,975 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ [email protected]. | |
[email protected] | ||
https://test.cyberint.io | ||
http://website.com | ||
https://cyberint.com | ||
https://cyberint.com | ||
http://www.tal1.com/ | ||
https://yourcompany.cyberint.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 34 additions & 32 deletions
66
Packs/Cyberint/Classifiers/classifier-mapper-outgoing-CyberInt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,36 @@ | ||
{ | ||
"description": "", | ||
"feed": false, | ||
"id": "CyberInt Outgoing (mapper)", | ||
"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)", | ||
"type": "mapping-outgoing", | ||
"version": -1, | ||
"defaultIncidentType": "", | ||
"definitionId": "", | ||
"description": "", | ||
"feed": false, | ||
"id": "CyberInt Outgoing (mapper)", | ||
"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)", | ||
"type": "mapping-outgoing", | ||
"version": -1, | ||
"fromVersion": "6.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Packs/Cyberint/IncidentFields/incidentfield-CyberInt_Targeted_Brands.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
Packs/Cyberint/IncidentFields/incidentfield-Cyberint_CyberInt_ID.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"id": "incident_cyberintincidentid", | ||
"version": -1, | ||
"modified": "2024-10-27T20:50:43.871414193+02:00", | ||
"name": "CyberInt Alert URL ID", | ||
"ownerOnly": false, | ||
"cliName": "cyberintincidentid", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"Cyberint Incident" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.