yeti icon indicating copy to clipboard operation
yeti copied to clipboard

Your Everyday Threat Intelligence

Results 174 yeti issues
Sort by recently updated
recently updated
newest added

Notes can be ACLd

feature-request

It turns out that for private schemas they have to be at the root of the `private` folder to be able to be read. If private schemas are located under...

enhancement
feature-request
python
core

Instead of relying on arangodump / arangorestore from arangodb container, it could be useful to directly have these command lines from yetictl.

enhancement
feature-request
needs work
needs closer look
noteworthy

After updating to latest python-arango version the following warning is logged: ```DeprecationWarning: add_persistent_index is deprecated. Using add_index with {'type': 'persistent'} instead.```

minor
code health
python
core

Implement FileStorageClient for Azure Blob storage.

feature-request
needs work
core

Implement FileStorageClient for GCP cloud storage.

feature-request
needs work
core

When running scheduled analytics, by default, all matching indicator query type will be processed. However, it would be great if they could be enabled or disabled so that analytics will...

enhancement
tasks:analytics
feature-request
needs work
python
noteworthy
core

It could be useful to associate a description to a tag when manually defined. ```python class Tag(YetiModel, database_arango.ArangoYetiConnector): _collection_name: ClassVar[str] = "tags" _root_type: Literal["tags"] = "tag" _type_filter: ClassVar[str | None]...

enhancement
feature-request
core

### Description In the current setup, adding queries to the Indicators tab in Yeti is a manual, one-by-one process. This can be time-consuming, especially when managing large volumes of queries...

feature-request

### Description OpenAPI specs served by FastAPI is not handled by Swagger 3.0 used to generate client in targeted language. ### Steps to Reproduce Download `http://yeti_host/openapi.json` and load it in...

documentation
api