MCPcopy Create free account
hub / github.com/STIXProject/schemas

github.com/STIXProject/schemas

Chat with this repo
repository ↗ · DeepWiki ↗ · release version_1.1.1 ↗ · + Follow · compare 2 versions
0 symbols 0 edges 0 files 0 documented · 0% updated 8y agov1.2 · 2015-06-05★ 75169 open issues

Browse by type

Functions 0 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

STIX

Structured Threat Information eXpression (STIX) is a collaborative community-driven effort to define and develop a standardized language to represent structured cyber threat information. The STIX Language intends to convey the full range of potential cyber threat information and strives to be fully expressive, flexible, extensible, automatable, and as human-readable as possible. All interested parties are welcome to participate in evolving STIX as part of its open, collaborative community.

Please visit the STIX Web Site for more information about the STIX Language.

The STIX Language operates under the STIX Terms of Use.

Cloning the repository

This STIX schemas repository uses git submodules in order to include the CybOX schemas (which are a dependency of the STIX schemas).

A straight git clone command will not retrieve these automatically, you'll end up with an empty cybox directory rather than the schemas. To fix this you need to initialize and then update the submodules by running:

git submodule init
git submodule update

Alternatively, using the --recursive flag when cloning the repository will automatically initialize and update the submodules.

Finally, any time you see that the cybox directory has been modified (when merging or pulling updates) you will need to run git submodule update again to actually update the schemas themselves.

Core symbols most depended-on inside this repo

browse all functions →

Shape

For agents

$ claude mcp add schemas \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page