A Python package that scans mitre signatures from STIX2.0 json log format
Project description
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.
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 Distribution
Built Distribution
File details
Details for the file mitre_stix-0.0.7.tar.gz
.
File metadata
- Download URL: mitre_stix-0.0.7.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
682eb552c1958f7538c34b0b03b37fa539871035993af8ae94dfa9977c38873f
|
|
MD5 |
0af02333f6cc7e9bd201f6caeb78e063
|
|
BLAKE2b-256 |
30df6de54c032a1c89a0f288557bc37da250aced04883fcfe48e69b5f247716d
|
File details
Details for the file mitre_stix-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: mitre_stix-0.0.7-py3-none-any.whl
- Upload date:
- Size: 70.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3e8b6d683a701fe5b4a366142d476c51ab0809c829f8709b7f1a1bc0a887fb24
|
|
MD5 |
f12c5dbea1d9c30f5f3be7a7bf8c1acc
|
|
BLAKE2b-256 |
df939d584edc75baaba8106e78dee46fbf837fc423305e6165312a0ba63d293f
|