yeti
yeti copied to clipboard
Your Everyday Threat Intelligence
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...
Instead of relying on arangodump / arangorestore from arangodb container, it could be useful to directly have these command lines from yetictl.
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.```
Implement FileStorageClient for Azure Blob storage.
Implement FileStorageClient for GCP cloud storage.
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...
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]...
### 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...
### 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...