Skip to content

jiangzhw/OpenTAXII

 
 

Repository files navigation

OpenTAXII

Intelworks Python TAXII server implementation.

[Source] (https://github.com/Intelworks/OpenTAXII) | Documentation | Information | [Download ] (https://pypi.python.org/pypi/opentaxii/)

Build Status Code Health Coverage Status Documentation Status

OpenTAXII is a robust Python implementation of TAXII Services that delivers rich feature set and friendly pythonic API built on top of well designed application.

Getting started Using Docker

OpenTAXII can also be run using docker. This guide assumes that you have access to a local or remote docker server, and won’t go into the setup of docker.

To get a default (development) instance using docker

$ docker run -d -p 9000:9000 intelworks/opentaxii

NOTE: OpenTAXII is now accessible through port 9000, with data stored locally in a SQLite database, and no authentication, using services defined in services.yml and collections from collections.yml

More documentation on running OpenTAXII in a container is found in the OpenTAXII Docker Documentation.

Feedback

You are encouraged to provide feedback by commenting on open issues or sending us email at opentaxii@intelworks.com

About

Intelworks TAXII server implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%