An API for parsing and creating MAEC content.
Project description
A Python library for parsing, manipulating, and generating Malware Attribute Enumeration and Characterization (MAEC™) content.
- Source:
- Documentation:
- Information:
- Download:
Overview
A primary goal of the python-maec library is to remain faithful to both the MAEC 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 MAEC support to their programs.
There are currently two levels of APIs for dealing with MAEC content:
A low-level API is provided by auto-generated XML Schema - Python class bindings. These bindings were generated using generateDS. With these, any MAEC content can be parsed from or written to XML, but requires a bit more knowledge of the actual MAEC schemas. These “binding classes” are all located in the maec.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 MAEC 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.
Compatibility
The python-maec library is tested and written against python 2.6, 2.7, and 3.3+. Compatibility with other python versions is neither guaranteed nor implied.
Versioning
Releases of the python-maec library will be given version numbers of the form major.minor.update.revision, where major, minor, and update correspond to the MAEC version being supported. The revision number is used to indicate new versions of the python-maec library itself.
Installation
The python-maec library can be installed via the distutils setup.py script included at the root directory:
$ python setup.py install
The python-maec library is also hosted on PyPI and can be installed with pip:
$ pip install maec
Dependencies
The maec package depends on the following Python libraries:
lxml
python-cybox
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. python-cybox can be found at https://github.com/CybOXProject/python-cybox/releases.
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.
Feedback
Bug reports and feature requests are welcome and encouraged. Pull requests are especially appreciated. Feel free to use the issue tracker on GitHub, join the MAEC Community Email Discussion List, or send an email directly to maec@mitre.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file maec411-1.0.0a1.zip
.
File metadata
- Download URL: maec411-1.0.0a1.zip
- Upload date:
- Size: 196.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f79080b317e03d9f6eec37427ad7c7f6722fd80a0df2872d20816ce7980a939d |
|
MD5 | 5417eb94474e6207b1445fca362402e1 |
|
BLAKE2b-256 | a0d9ba2c1a2c6cb2f03628bba0d81ef3f5c77c7251810cb857166544566c0649 |
File details
Details for the file maec411-1.0.0a1.tar.gz
.
File metadata
- Download URL: maec411-1.0.0a1.tar.gz
- Upload date:
- Size: 150.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60254b464b7fed6efe6a180d3b5c73ee16b953fd316479e35194ebad5a2da68e |
|
MD5 | 703a26e41b379310aede8a31fccea9e8 |
|
BLAKE2b-256 | aaf3e7eb54d4261a85d77fa77dff14e75acf90406a702ca1d95281df457e21a9 |
File details
Details for the file maec411-1.0.0a1-py2.py3-none-any.whl
.
File metadata
- Download URL: maec411-1.0.0a1-py2.py3-none-any.whl
- Upload date:
- Size: 134.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cf6c76482d9319c1b2a4a493b915b8db6be82fd2f20b9bd06345e5c51372326 |
|
MD5 | 4f2b210bddb846c1f17a451b6c966ad2 |
|
BLAKE2b-256 | a501377a2f0d0c0accc9c9ccdde9f741815025f6e9734403eaf287d6c1452ebd |