Giter Club home page Giter Club logo

python-stix's Introduction

python-stix

A python library for parsing, manipulating, and generating STIX v1.2 content.

Source:https://github.com/STIXProject/python-stix
Documentation:http://stix.readthedocs.org
Information:https://stixproject.github.io/

Build Status Code Health version badge downloads badge

Installation

The python-stix library is hosted on PyPI and the most recent stable version can be installed with pip:

$ pip install stix

The python-stix library can also be installed via the distutils setup.py script included at the root directory:

$ python setup.py install

Dependencies

The python-stix library depends on the presence of certain packages/libraries to function. Please refer to their installation documentation for installation instructions.

Installation on Ubuntu 14.04 (and older)

$ sudo apt-get install python-dev python-pip libxml2-dev libxslt-dev zlib1g-dev
$ sudo pip install stix

Installation on Windows

Download the Lxml wheel for your version of Python from http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml, then install it via "pip install <filename>.whl". For example, to install it on 64-bit Windows running Python 2.7:

> pip install lxml-3.6.1-cp27-cp27m-win_amd64.whl
> pip install stix

Versioning

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

Layout

The python-stix package layout is as follows:

  • stix/ : root level package.
  • examples/ : example python scripts that leverage the python-stix library.
  • stix/utils/ : utility classes and modules used internally by the python-stix library.
  • stix/bindings/ : generateDS generated xml-to-python bindings (leveraged for parsing and output of STIX XML content).
  • stix/campaign/ : APIs for STIX Campaign constructs.
  • stix/coa/ : APIs for STIX Course Of Action constructs.
  • stix/core/ : APIs for core STIX constructs (e.g., STIX Header, STIX Package).
  • stix/common/ : APIs for common STIX constructs (e.g., Structured Text, Information Source).
  • stix/exploit_target/ : APIs for STIX Exploit Target constructs.
  • stix/incident/ : APIs for common Incident constructs.
  • stix/indicator/ : APIs for STIX Indicator constructs.
  • stix/extensions/ : APIs for STIX extensions (e.g., CIQ Identity).
  • stix/report/: APIs for STIX Report constructs.
  • stix/threat_actor/ : APIs for STIX Threat Actor constructs.
  • stix/ttp/ : APIs for STIX TTP constructs.

Please refer to examples for concrete examples of how to interact with the python-stix library.

python-stix's People

Contributors

gtback avatar apsillers avatar imjonsnooow avatar chisholm avatar clenk avatar emmanvg avatar ikiril01 avatar bschmoker avatar johnwunder avatar usrlocalben avatar bgro avatar davidwatershub avatar 2xyo avatar joewaltonpurple avatar rroberge avatar chongkim avatar xakon avatar mgoldsborough avatar

Watchers

Estee van der Walt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.