Skip to main content

A Python library for parsing and generating CybOX content.

Project description

A Python library for parsing, manipulating, and generating CybOX content.

Source:

https://github.com/CybOXProject/python-cybox

Documentation:

http://cybox.readthedocs.org

Information:

https://cyboxproject.github.io/

Download:

https://pypi.python.org/pypi/cybox/

Build Status Code Health version badge downloads badge

Overview

A primary goal of the python-cybox library is to remain faithful to both the CybOX standard and to customary Python practices. There are places where these will conflict, and the goal is to make the library intuitive both to those familiar with the XML schemas (but less familiar with Python) and also to experienced Python developers who want to add CybOX support to their programs.

There are currently two levels of APIs for dealing with CybOX content:

  • A low-level API is provided by auto-generated XML Schema - Python class bindings. These bindings were generated using generate_ds. With these, any CybOX content can be parsed from or written to XML, but requires a bit more knowledge of the actual CybOX schemas. These “binding classes” are all located in the cybox.bindings package.

  • A higher-level API consisting of manually designed Python classes. These “native classes” are intended to behave more like Python programmers would expect. As they are designed manually, they currently do not support the entire CybOX standard, but rather those object types we expect are used most frequently. These “native classes” also support exporting their content as Python dictionaries and lists, which can easily be converted to JSON. Importing from JSON is also supported.

Versioning

Releases of the python-cybox library will be given version numbers of the form major.minor.update.revision, where major, minor, and update correspond to the CybOX version being supported. The revision number is used to indicate new versions of the python-cybox library itself.

Installation

The cybox package depends on the following Python libraries:

  • lxml

  • python-dateutil

  • setuptools (only if installing using setup.py)

For Windows installers of the above libraries, we recommend looking here: http://www.lfd.uci.edu/~gohlke/pythonlibs/.

To build lxml on Ubuntu, you will need the following packages from the Ubuntu package repository:

  • python-dev

  • libxml2-dev

  • libxslt1-dev

  • zlib1g-dev

For more information about installing lxml, see http://lxml.de/installation.html.

Layout

The structure of the python-cybox repository is as follows:

  • cybox/ : the root package

  • examples/ : example scripts that leverage the python-cybox library

  • cybox/utils/ : utility modules that are leveraged internally by the python-cybox library

  • cybox/test/ : unit tests

  • cybox/bindings/ : generateDS created xml-to-python bindings (leveraged in parsing and output of CybOX XML content)

  • cybox/core/ : APIs for core CybOX constructs (e.g., Observables)

  • cybox/common/ : APIs for common CybOX constructs (e.g., Measure Source)

  • cybox/object/ : APIs for CybOX objects (e.g., File Object, Address Object)

Please refer to the example scripts for examples of how to use the python-cybox library.

Feedback

Bug reports and feature requests are welcome and encouraged. Pull requests are especially appreciated. Feel free to use the issue tracker on GitHub or send an email directly to cybox@mitre.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

cybox211-1.0.0a1.zip (792.4 kB view details)

Uploaded Source

cybox211-1.0.0a1.tar.gz (473.2 kB view details)

Uploaded Source

Built Distribution

cybox211-1.0.0a1-py2.py3-none-any.whl (727.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file cybox211-1.0.0a1.zip.

File metadata

  • Download URL: cybox211-1.0.0a1.zip
  • Upload date:
  • Size: 792.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cybox211-1.0.0a1.zip
Algorithm Hash digest
SHA256 91d27f99fa56e5c0092117129880d518f486c959471a5d206e108e189cd78d25
MD5 1ad77f4fd1ea9f75cbeea538f0d161f5
BLAKE2b-256 56a0bf0b027a42ee5d352d11d081748e519df81e28dcf83aae0ec8687c4f68ee

See more details on using hashes here.

File details

Details for the file cybox211-1.0.0a1.tar.gz.

File metadata

  • Download URL: cybox211-1.0.0a1.tar.gz
  • Upload date:
  • Size: 473.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cybox211-1.0.0a1.tar.gz
Algorithm Hash digest
SHA256 d16d4dce62c67e788f98de17a1ee5d8619be0f6c9471b2ec3ea4e85aa063c121
MD5 b44721ea3e947e86a02287e4ebf392c1
BLAKE2b-256 6c66f7c073bfa0e5643c74bb0ef3ebffd224b5079cbf575a7a57feb2ca2993c0

See more details on using hashes here.

File details

Details for the file cybox211-1.0.0a1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for cybox211-1.0.0a1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9b250c3da9cca0e3374fe75a891fb811e1ceba8ca0e2dd751543b6bf83983d34
MD5 e9fed7f4245e9979bbd8d4a30ca91a2d
BLAKE2b-256 879052ac94310e60756f9408f29edd3915874dd228e135d062c4f2163b8bc47a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page