Skip to main content

A small script that creates relationships between common CTI knowledge-bases in STIX 2.1 format.

Project description

Arango CTI Processor

codecov

A small script that creates relationships between common CTI knowledge-bases in STIX 2.1 format.

Before you get started

Arango CTI Processor is built into CTI Butler which also handles the download of knowledgebase objects (what you need for ACTIP to work). As such, CTI Butler is probably better suited to what you're looking for.

Overview

Here at DOGESEC we have many repositories that generate STIX objects for different knowledge-bases. Many of these knowledgebases often have some link to another.

For example, MITRE ATT&CK objects have references to MITRE CAPEC objects.

Arango CTI Processor is a script that;

  1. reads the ingested CTI from the supported sources in ArangoDB
  2. creates STIX Relationships and Grouping objects to represent the relationships between them

Arango CTI Processor is designed to work with the following data sources:

  • MITRE ATT&CK
    • Enterprise
    • ICS
    • Mobile
  • MITRE CWE
  • MITRE CAPEC

Source

Usage

Install the script

# clone the latest code
git clone https://github.com/muchdogesec/arango_cti_processor
# create a venv
cd arango_cti_processor
python3 -m venv arango_cti_processor-venv
source arango_cti_processor-venv/bin/activate
# install requirements
pip3 install -r requirements.txt

Configuration options

Arango CTI Processor has various settings that are defined in an .env file.

To create a template for the file:

cp .env.example .env

To see more information about how to set the variables, and what they do, read the .env.markdown file.

Run

python3 arango_cti_processor.py \
    --database DATABASE \
    --relationship RELATIONSHIP \
    --ignore_embedded_relationships BOOLEAN \
    --stix2arango_note STRING \
    --modified_min DATETIME

Where;

  • --database (required): the arangoDB database name where the objects you want to link are found. It must contain the collections required for the --relationship option(s) selected (see .env.markdown for more)
  • --relationship (optional, dictionary): you can apply updates to certain relationships at run time. Default is all. Note, you should ensure your database contains all the required seeded data. User can select from;
    • capec-attack
    • cwe-capec
  • --ignore_embedded_relationships (optional, boolean). Default is false. if true passed, this will stop any embedded relationships from being generated. This is a stix2arango feature where STIX SROs will also be created for _ref and _refs properties inside each object (e.g. if _ref property = identity--1234 and SRO between the object with the _ref property and identity--1234 will be created). See stix2arango docs for more detail if required, essentially this a wrapper for the same --ignore_embedded_relationships setting implemented by stix2arango
  • --modified_min (optional, date). By default arango_cti_processor will consider all objects in the database specified with the property _is_latest==true (that is; the latest version of the object). Using this flag with a modified time value will further filter the results processed by arango_cti_processor to STIX objects with a modified time >= to the value specified.
  • --created_min (optional, date). Same as modified_min but considers created date.

On each run, only the _is_latest==true version of objects will be considered by the script.

Examples

python3 arango_cti_processor.py \
  --database arango_cti_processor_standard_tests_database \
  --relationship capec-attack \
  --ignore_embedded_relationships false 

How it works

If you would like to know how the logic of this script works in detail, please consult the /docs directory.

Useful supporting tools

Support

Minimal support provided via the DOGESEC community.

License

Apache 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arango_cti_processor-1.1.0.tar.gz (847.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arango_cti_processor-1.1.0-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file arango_cti_processor-1.1.0.tar.gz.

File metadata

  • Download URL: arango_cti_processor-1.1.0.tar.gz
  • Upload date:
  • Size: 847.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arango_cti_processor-1.1.0.tar.gz
Algorithm Hash digest
SHA256 92ed02f31cd6d43129c55f10638dcdfed876b0765798c0a0604c33201ad6698c
MD5 b233e2b6ff05f84c76c09f79d737b561
BLAKE2b-256 60d378c5abc341731be63278a4826e45c1c6df8406c2f5e2e7e27d18936093e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for arango_cti_processor-1.1.0.tar.gz:

Publisher: create-release.yml on muchdogesec/arango_cti_processor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arango_cti_processor-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for arango_cti_processor-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 02cea68d7e0bd41be2d8fc79eb70c5bad0c35ab22ca9c44e4c12ffb3038465b6
MD5 6f61ca8cd95ab343b37fbf4386935c90
BLAKE2b-256 bb8932e402a5d7f4b8c3a347a6ac5b7dbcb0bbbb2019615c25227004a33111c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for arango_cti_processor-1.1.0-py3-none-any.whl:

Publisher: create-release.yml on muchdogesec/arango_cti_processor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page