-
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.
* Adding indicator fields neccessery for the new layout * Removed modification of mitreplatforms incidenttype * Backwards compatability for layout in 5.5 * Renaming fields * PR changes * Additional PR changes * Updated * Updated * Updating docker images Co-authored-by: Bar Hochman <[email protected]> Co-authored-by: hod-alpert <[email protected]> Co-authored-by: Alex Fiedler <[email protected]>
- Loading branch information
1 parent
e627f84
commit 64cac0b
Showing
12 changed files
with
1,594 additions
and
1,099 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Packs/FeedMitreAttack/IndicatorFields/incidentfield-mitrecreated.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": "indicator_mitrecreated", | ||
"version": -1, | ||
"modified": "2020-09-13T16:40:18.932262+03:00", | ||
"name": "Created (by MITRE)", | ||
"ownerOnly": false, | ||
"cliName": "mitrecreated", | ||
"type": "date", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 2, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"MITRE ATT&CK" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.5.0" | ||
} |
30 changes: 30 additions & 0 deletions
30
Packs/FeedMitreAttack/IndicatorFields/incidentfield-mitremodified.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": "indicator_mitremodified", | ||
"version": -1, | ||
"modified": "2020-09-13T16:40:46.057661+03:00", | ||
"name": "Modified (by MITRE)", | ||
"ownerOnly": false, | ||
"cliName": "mitremodified", | ||
"type": "date", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 2, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"MITRE ATT&CK" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.5.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
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.