MITRE STIX
A Python package to get mitre signatures from json logs format of stix2 objects
Current Status: Beta
The project is currently in a beta stage, which means that the code and the functionality is changing, but the current main functions are stabilising. I would love to get your feedback to make it a better project.
Usage
a Python API that returns object STIX2.0 formatted ready to be added in STIX2.0 content.
import mitre_stix.scanrules as ms
import json
output = ms.logs(json.loads(json_object))
Requirements
Python 3+
Installation
You can install it via PIP:
pip install mitre_stix
Or you can also do the following:
git clone https://github.trendmicro.com/henryal/mitre-stix
cd mitre-stix
pip install .
Author
- Henry Alarcon Jr.
Release files for mitre-stix 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mitre_stix-0.0.7.tar.gz | 22.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mitre_stix-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 92.9 kB
Release files / mitre_stix-0.0.7.tar.gz
| Download URL | mitre_stix-0.0.7.tar.gz |
|---|---|
| Size | 22.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
682eb552c1958f7538c34b0b03b37fa539871035993af8ae94dfa9977c38873f
|
|
BLAKE2b-256 checksum How to use checksums |
30df6de54c032a1c89a0f288557bc37da250aced04883fcfe48e69b5f247716d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
|
Release files / mitre_stix-0.0.7-py3-none-any.whl
| Download URL | mitre_stix-0.0.7-py3-none-any.whl |
|---|---|
| Size | 70.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3e8b6d683a701fe5b4a366142d476c51ab0809c829f8709b7f1a1bc0a887fb24
|
|
BLAKE2b-256 checksum How to use checksums |
df939d584edc75baaba8106e78dee46fbf837fc423305e6165312a0ba63d293f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
|