-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rebecca Senger <resenger@cisco.com>
- Loading branch information
Showing
31 changed files
with
206 additions
and
68 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 |
---|---|---|
@@ -1,15 +1,9 @@ | ||
Open Cybersecurity Schema Framework | ||
|
||
This project includes the ICD Schema developed by Symantec, a division of Broadcom. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
Copyright © OCSF a Series of LF Projects, LLC | ||
For web site terms of use, trademark policy and other project policies please see https://lfprojects.org. | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
This project includes the ICD Schema developed by Symantec, a division of Broadcom. | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
Licensed under the Apache 2 license. | ||
Refer to the Apache 2 license in the file LICENSE. |
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"uid": 23, | ||
"caption": "Cloud Resources Inventory Info", | ||
"description": "Cloud Resources Inventory Info events report cloud asset inventory data that is either logged or proactively collected. For example, use this event class when creating an inventory of cloud resource information from a Configuration Management Database (CMDB), Cyber Asset Attack Surface Management (CAASM), direct public cloud service provider APIs, Software-as-a-Service (SaaS) APIs, or otherwise.", | ||
"extends": "discovery", | ||
"name": "cloud_resources_inventory_info", | ||
"attributes": { | ||
"cloud": { | ||
"profile": null, | ||
"description": "Cloud service provider or SaaS platform metadata about the cloud resource(s) that are being discovered by an inventory process.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
}, | ||
"cloud_partition": { | ||
"profile": null, | ||
"description": "The cloud partition where the resource is located, e.g., <code>aws-isob</code>, <code>Azure US DoD</code>, etc.", | ||
"group": "context", | ||
"requirement": "recommended" | ||
}, | ||
"container": { | ||
"profile": null, | ||
"description": "A cloud-based container image or running container discovered by an inventory process.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
}, | ||
"database": { | ||
"description": "A cloud-based database discovered by an inventory process.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
}, | ||
"databucket": { | ||
"description": "A cloud-based data bucket or other object storage discovered by an inventory process.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
}, | ||
"idp": { | ||
"description": "The Identity Provider that is being discovered by an inventory process, or that is related to the cloud resource(s) being discovered by an inventory process.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
}, | ||
"region": { | ||
"profile": null, | ||
"description": "The cloud region where the resource is located, e.g., <code>us-isof-south-1</code>, <code>eastus2</code>, <code>us-central1</code>, etc.", | ||
"group": "context", | ||
"requirement": "recommended" | ||
}, | ||
"resources": { | ||
"caption": "Cloud Resources", | ||
"description": "The cloud resource(s) that are being discovered by an inventory process. Use this object if there is not a direct object match in the class.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
}, | ||
"table": { | ||
"description": "A cloud-based database table discovered by an inventory process.", | ||
"group": "primary", | ||
"requirement": "recommended" | ||
} | ||
}, | ||
"constraints": { | ||
"at_least_one": [ | ||
"cloud", | ||
"container", | ||
"database", | ||
"databucket", | ||
"idp", | ||
"resources", | ||
"table" | ||
] | ||
}, | ||
"profiles": [ | ||
"host" | ||
] | ||
} |
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
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,18 +1,22 @@ | ||
{ | ||
"caption": "MITRE DEFEND™ Technique", | ||
"description": "The MITRE DEFEND™ Technique object describes the leaf defensive technique ID and/or name associated to a countermeasure, as defined by <a target='_blank' href='https://d3fend.mitre.org'>D3FEND<sup>TM</sup> Matrix</a>.", | ||
"extends": "_entity", | ||
"name": "d3f_technique", | ||
"description": "The MITRE D3FEND™ Technique object describes the leaf defensive technique ID and/or name associated to a countermeasure.", | ||
"references": [{"url": "href='https://d3fend.mitre.org", "description": "D3FEND™ Matrix"}], | ||
"extends": "_entity", | ||
"attributes": { | ||
"name": { | ||
"description": "The name of the defensive technique, as defined by <a target='_blank' href='https://d3fend.mitre.org'>D3FEND<sup>TM</sup> Matrix</a>. For example: <code>IO Port Restriction</code>." | ||
"description": "The name of the defensive technique. For example: <code>IO Port Restriction</code>.", | ||
"references": [{"url": "https://d3fend.mitre.org", "description": "D3FEND™ Matrix"}] | ||
}, | ||
"src_url": { | ||
"description": "The versioned permalink of the defensive technique, as defined by <a target='_blank' href='https://d3fend.mitre.org'>D3FEND<sup>TM</sup> Matrix</a>. For example: <code>https://d3fend.mitre.org/technique/d3f:IOPortRestriction/</code>.", | ||
"description": "The versioned permalink of the defensive technique. For example: <code>https://d3fend.mitre.org/technique/d3f:IOPortRestriction/</code>.", | ||
"references": [{"url": "https://d3fend.mitre.org", "description": "D3FEND™ Matrix"}], | ||
"requirement" : "optional" | ||
}, | ||
"uid": { | ||
"description": "The unique identifier of the defensive technique, as defined by <a target='_blank' href='https://mitre.mitre.org'>D3FEND<sup>TM</sup> Matrix</a>. For example: <code>D3-IOPR</code>." | ||
"description": "The unique identifier of the defensive technique. For example: <code>D3-IOPR</code>.", | ||
"references": [{"url": "https://d3fend.mitre.org", "description": "D3FEND™ Matrix"}] | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.