nor3th
nor3th
Hey @fhightower Thanks a lot for your ioc-finder library. it has been a great help for the text extraction process for OpenCTI. Right now the OpenCTI Report extractor connector supports...
Use https://github.com/mitre-attack/attack-stix-data repository for STIX 2.1 ATT&CK instead of https://github.com/mitre/cti which is STIX 2.0
## Use case CircleCI should only build the connectors which were recently changed instead of building ALL connectors only because one line was changed in a single connector. ## Current...
## Problem to Solve Often issues with pycti occur because the opencti platform and pycti versions don't match. ## Current Workaround Manual check ## Proposed Solution Automatic check and notification...
## Features to implement **connector class** - [x] connector base class, subclass for each connector type (see UML diagramm) - [x] use mixins for external connections (HTTP proxy support) -...
I added the support to search for application in the following files: - /home//*.rc bash files (can be dynamically improved) - crond files - crontab entries I just added my...
Hey Are the docintel apps able to read custom configuration variables from the docker environment variable settings? This would spare having to adjust the configuration in the `docker-compose.yml` as well...
Embed STIX common object ids into dataset https://github.com/oasis-open/cti-stix-common-objects
This idea is from #10 by @phunki32 For countries that have a federal organization or that are divided in different administrative regions (Départements, States, Länder, etc.), would it make sense...
### The problem I have a MongoDB instance, which requires user + password authentication to work. For MongoCache, this setup works well ```python client = MongoClient( host='127.0.0.1', port=27017, username="user", password="password"...