-
NOTE: 15 June 2023: At the request of the CTI TC chairs, the cti-sep-repository has been archived. The repository is no longer maintained and its work has been incorporated within cti-stix-common-objects repo. Please refer to cti-stix-common-objects and, in particular, the extension-definition-specifications sub-directory for ongoing work (https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications).
-
NOTE: This is an OASIS TC Open Repository. See the Governance section for more information.
The CTI SEP Repository is intended to host STIX Enhancement Proposals (SEPs) as well as the central registry for SEPs contributed to the CTI TC via this repository.
SEPs are intended to establish a mechanism for folks to submit their ideas in a common structure, recruit others to help, and iterate on bleeding-edge stuff in an interoperable manner without degrading the ecosystem of production tools that only expect CS/CSD level inputs. It's not just enough having a great idea. For that idea to translate into reality, you have to educate potential supporters, recruit co-sponsors to help with the work, and gradually build consensus. STIX Enhancement Proposals are intended to make that easier, with the ultimate goal being a streamlined means of getting new capabilities added to the official STIX standard.
- SEP Repository: A collection of STIX Enhancement Proposals, each of which consisting minimally of Markdown (using the canonical SEP template) describing the use cases and semantics of the SEP, as well as a valid JSON Schema describing the data structure of the SEP.
- SEP Registry: A table enumerating SEPs by name, type, status, and version.
- SDO: A STIX Domain Object, used to characterize CTI as nodes in the STIX graph model.
- SRO: A STIX Relationship Object, used to provide context by connecting SDOs as edges in the STIX graph model
- SCO: A STIX Cyber Observable, used to characterize observations within a STIX Observed Data SDO.
- STIX Object Extension: A STIX Object Extension defines a coherent set of named properties which add additional capabilities to SDOs or SCOs. These may be logically constrained to certain SDO or SCO types where semantically it would be nonsensical outside a limited context. For example, using the SCO HTTP Request Extension makes sense in the context of a Network Traffic SCO, but would not in the case of a File SCO.
Currently, the CTI TC have agreed to limit the scope of SEPs to contributions which are intended to be incorporated into a future revision of the STIX specification. This is limited to:
- New SDOs
- New SROs
- New SCOs
- New STIX Object Extensions
- Additions to existing Open Vocabularies
The following types of SEPs are presently out of scope:
- Redefining the semantics of properties of existing SDOs, SROs, and/or SCOs already defined in CTI TC Committee Specification Drafts and/or Committee Specifications.
- Adding to or redefining the semantics of STIX Patterning (including, but not limited to adding new elements, expressions, operators, or language elements).
Things can move pretty slowly in a consensus-based standards body and good ideas can get bogged-down in committee. Part of the resistance to new ideas in STIX2 is that the technical committee's risk appetite has shifted towards demanding a higher level of vetting before changes get pulled into the formal work process. Meanwhile there are folks trying to tackle real-world problems who can't wait on changes to the formal specifications to be finalized. STIX2 has support for custom objects and properties, but while these are sufficient to address the needs of vendor-specific implementations they are only interoperable given out-of-band discussions between vendors.
SEPs, on the other hand, provide a mechanism for individuals and organizations to collaboratively develop enhancements to STIX and to use these in an interoperable manner, regardless of whether or not the CTI TC decides to incorporate them into the official standard.
If you receive an SDO or SCO with its type
property prefixed with x-oasis-cti-tc-*
, an SRO with its relationship_type
property prefixed with x-oasis-cti-tc-*
, or a STIX Object Extension with its name prefixed with x-oasis-cti-tc-*
, then look in manifest.md
. This will allow you to determine where to find details (Markdown and JSON Schema) in the SEP Repository, as well as the status and current version of the SEP.
- Note that SEP versions in the Registry are based on the corresponding git commit SHA1 hash.
draft
: for SEPs which are in active development and/or production usedeprecated
: for SEPs which have been EOL'ed or withdrawnintegrated
: for SEPs which have been EOL'ed due to having been published in a CSD
- Process for defining new STIX SDOs as SEPs
- Process for defining new STIX Cyber Observables (SCOs) as SEPs
- Process for defining new STIX Extensions as SEPs
The majority of the CTI TC's work is conducted via a Slack instance and mailing lists which are only available to CTI TC members. In lieu of this, you can email the SEP Open Repository maintainers or by emailing the cti-users mailing list. (Subscribe by sending an blank email to cti-users-subscribe@lists.oasis-open.org.)
- Fork this repository.
- Give your SEP a name and create a corresponding directory within
seps/draft/sdos/
. - Copy
templates/sdo_sep_template/template.md
andtemplates/sdo_sep_template/template.json
into the directory you just created (s/template/your SEP name). - Start by filling out as much as you can of <your SEP name>.md.
- Define your SEP's data model in JSON Schema in <your SEP name>.json.
- Do a pull request against this git repo.
- ...profit!
If you look under seps/draft/sdos/x-oasis-cti-tc-grouping/
you'll see the Grouping proposal (taken from the STIX 2.1-Working Concepts Google Doc defined as a SEP. There's Markdown (for the humans) and JSON Schema (for the machines.)
- Fork this repository.
- Give your SEP a name and create a corresponding directory within
seps/draft/scos/
. - Copy
templates/sco_sep_template/template.md
andtemplates/sco_sep_template/template.json
into the directory you just created (s/template/your SEP name). - Start by filling out as much as you can of <your SEP name>.md.
- Define your SEP's data model in JSON Schema in <your SEP name>.json.
- Do a pull request against this git repo.
- ...profit!
If you look under seps/draft/scos/x-oasis-cti-tc-webpage/
you'll see the Webpage proposal (based on Terry MacDonald's proposal to the TC mailing list) defined as a SEP. There's Markdown (for the humans) and JSON Schema (for the machines.)
- Fork this repository.
- Give your SEP a name and create a corresponding directory within
seps/draft/extensions/
. - Copy
templates/extension_sep_template/template.md
andtemplates/extension_sep_template/template.json
into the directory you just created (s/template/your SEP name). - Start by filling out as much as you can of <your SEP name>.md.
- Define your SEP's data model in JSON Schema in <your SEP name>.json.
- Do a pull request against this git repo.
- ...profit!
-
If you look under
seps/draft/extensions/x-oasis-cti-tc-http-response-ext/
you'll see the HTTP Response (SCO) Extension (based on Terry MacDonald's proposal to the TC mailing list) defined as a SEP. There's Markdown (for the humans) and there will be JSON Schema (for the machines) just as soon as I get a few minutes. -
If you look under
seps/draft/extensions/x-oasis-cti-tc-assertion-ext/
you'll see the STIX Assertion Proposal reimagined as an SDO Extension (based on Jason Kierstead's proposal in STIX 2.1-Working Concepts) and defined as a SEP. There's Markdown (for the humans) and there will be JSON Schema (for the machines) just as soon as I get a few minutes.
Unlike other SEPs, additions to existing open vocabularies are consolidated in a single file: seps/draft/open_vocabs.md
. This ensures that users don't need to wade through a myriad of separate SEP proposals to find a particular entry added by an organization; in addition, it facilitates the submission of new entries by organizations.
Therefore, to add a new entry simply:
- Fork this repository.
- Add your new open vocabulary entries into
seps/draft/open_vocabs.md
. Be sure to fill out the necessary information (Value/Description/Organization) for each entry. - Do a pull request against this git repo.
- ...profit!
As a simple example, let's assume ACME org wants to add a few values to the industry-sector-ov
. This would simply be a matter of populating the corresponding table in seps/draft/open_vocabs.md
:
Vocabulary Value | Description | Contributing Organization |
---|---|---|
foo | The foo sector | ACME |
bar | The bar sector | ACME |
This GitHub public repository (https://github.com/oasis-open/cti-sep-repository) was created at the request of the OASIS Cyber Threat Intelligence (CTI) TC as an OASIS TC Open Repository to support development of open source resources related to Technical Committee work.
While this TC Open Repository remains associated with the sponsor TC, its development priorities, leadership, intellectual property terms, participation rules, and other matters of governance are separate and distinct from the OASIS TC Process and related policies.
All contributions made to this TC Open Repository are subject to open source license terms expressed in the Apache License v2.0. When this TC Open Repository was created, the BSD-3-Clause license was selected as the declared "Applicable License", however this TC Open Repository's declared "Applicable License" was subsequently changed to the Apache License v2.0 by a call for objections within the CTI TC as well as explicit consent by all contributors to this TC Open Repository at the time of the license change. This license change was made due to OASIS legal counsel concluding that only the Apache License v2.0 would provide the necessary IPR protections to allow the OASIS CTI TC to incorporate contributions made to this TC Open Repository into the formal TC specifications for STIX and TAXII, which was the TC's primary goal in establishing this Open Repository.
As documented in "Public Participation Invited", contributions to this OASIS TC Open Repository are invited from all parties, whether affiliated with OASIS or not. Participants must have a GitHub account, but no fees or OASIS membership obligations are required. Participation is expected to be consistent with the OASIS TC Open Repository Guidelines and Procedures, the open source LICENSE designated for this particular repository, and the requirement for an Individual Contributor License Agreement that governs intellectual property.
Statement of Purpose for this OASIS TC Open Repository (cti-sep-repository) as proposed and approved by the TC:
The cti-sep-repository is set up to host the Registry and the Repository for STIX Enhancement Proposals (SEPs).
Repository Maintainers may include here any clarifications — any additional sections, subsections, and paragraphs that the Maintainer(s) wish to add as descriptive text, reflecting (sub-) project status, milestones, releases, modifications to statement of purpose, etc. The project Maintainers will create and maintain this content on behalf of the participants.
TC Open Repository Maintainers are responsible for oversight of this project's community development activities, including evaluation of GitHub pull requests and preserving open source principles of openness and fairness. Maintainers are recognized and trusted experts who serve to implement community goals and consensus design preferences.
Initially, the associated TC members have designated one or more persons to serve as Maintainer(s); subsequently, participating community members may select additional or substitute Maintainers, per consensus agreements.
name | GitHub user | member company | |
---|---|---|---|
Trey Darley | trey.darley@cert.be | certbe-trey | CERT.be |
Ivan Kirillov | ikirillov@mitre.org | ikiril01 | MITRE |
- TC Open Repositories: Overview and Resources
- Frequently Asked Questions
- Open Source Licenses
- Contributor License Agreements (CLAs)
- Maintainers' Guidelines and Agreement
Questions or comments about this TC Open Repository's activities should be composed as GitHub issues or comments. If use of an issue/comment is not possible or appropriate, questions may be directed by email to the Maintainer(s) listed above. Please send general questions about TC Open Repository participation to OASIS Staff at repository-admin@oasis-open.org and any specific CLA-related questions to repository-cla@oasis-open.org.
- Add workflow diagram
- Add template and example for SRO SEPs.
- Discuss how to address SEPs from TC members who want to have their SEPs added to the SEP Registry without submitting their IPR to the CTI TC.
- Discuss how to address SEPs from TC members who are only willing to submit their SEP to the CTI TC provided it is incorporated into the official specification without modification.
- Discuss how to address SEPs from non-TC members who want to have their SEPs added to the SEP Registry without submitting their IPR to the CTI TC.
- Discuss how to address SEPs from non-TC members who want to submit their IPR to the CTI TC.