From dbfb59b68dc567dd3ec8edfd9b4555f5b069c02e Mon Sep 17 00:00:00 2001 From: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:22:25 +0200 Subject: [PATCH] removed indexes in docs pages cause redundant --- docs/IntelOwl/advanced_configuration.md | 22 ---------------------- docs/IntelOwl/advanced_usage.md | 13 ------------- docs/IntelOwl/usage.md | 15 --------------- 3 files changed, 50 deletions(-) diff --git a/docs/IntelOwl/advanced_configuration.md b/docs/IntelOwl/advanced_configuration.md index 5d3d502..49a480d 100644 --- a/docs/IntelOwl/advanced_configuration.md +++ b/docs/IntelOwl/advanced_configuration.md @@ -2,28 +2,6 @@ This page includes details about some advanced features that Intel Owl provides which can be **optionally** configured by the administrator. -- [ElasticSearch](#elastic-search) - - [Kibana](#kibana) - - [Example Configuration](#example-configuration) - - [Business Intelligence](#business-intelligence) -- [Authentication options](#authentication-options) - - [OAuth support](#google-oauth2) - - [LDAP](#ldap) - - [RADIUS](#radius-authentication) -- [OpenCTI support](#opencti) -- [Cloud Support](#cloud-support) - - [AWS support](#aws-support) - - [Secrets](#secrets) - - [SQS](#sqs) - - [S3](#s3) - - [SES](#ses) - - [Google Kubernetes Engine](#google-kubernetes-engine) -- [Queues](#queues) - - [Multi Queue](#multi-queue) - - [Queue Customization](#queue-customization) - - [Queue monitoring](#queue-monitoring) -- [Manual usage](#manual-usage) - ## ElasticSearch Right now only ElasticSearch v8 is supported. diff --git a/docs/IntelOwl/advanced_usage.md b/docs/IntelOwl/advanced_usage.md index d72521b..96cd806 100644 --- a/docs/IntelOwl/advanced_usage.md +++ b/docs/IntelOwl/advanced_usage.md @@ -2,19 +2,6 @@ This page includes details about some advanced features that Intel Owl provides which can be **optionally** enabled. Namely, -- [Advanced Usage](#advanced-usage) - - [Organizations and User Management](#organizations-and-user-management) - - [Multi Tenancy](#multi-tenancy) - - [Registration](#registration) - - [Optional Analyzers](#optional-analyzers) - - [Customize analyzer execution](#customize-analyzer-execution) - - [from the GUI](#from-the-gui) - - [from Pyintelowl](#from-pyintelowl) - - [CyberChef](#cyberchef) - - [PhoneInfoga](#phoneinfoga) - - [Analyzers with special configuration](#analyzers-with-special-configuration) - - [Notifications](#notifications) - ## Organizations and User management Starting from IntelOwl v4, a new "Organization" section is available on the GUI. This section substitute the previous permission management via Django Admin and aims to provide an easier way to manage users and visibility. diff --git a/docs/IntelOwl/usage.md b/docs/IntelOwl/usage.md index a57456c..8ff0850 100644 --- a/docs/IntelOwl/usage.md +++ b/docs/IntelOwl/usage.md @@ -2,21 +2,6 @@ This page includes the most important things to know and understand when using IntelOwl. -- [How to interact with IntelOwl](#how-to-interact-with-intelowl) -- [Plugins Framework](#plugins-framework) - - [Analyzers](#analyzers) - - [Connectors](#connectors) - - [Pivots](#pivots) - - [Visualizers](#visualizers) - - [Ingestors](#ingestors) - - [Playbooks](#playbooks) - - [Generic Plugin Creation, Configuration and Customization](#generic-plugin-creation-configuration-and-customization) - - [Enabling or Disabling Plugins](#enabling-or-disabling-plugins) - - [Special Plugins operations](#special-plugins-operations) - - [TLP Support](#tlp-support) -- [Investigations Framework](#investigations-framework) - - [Create and populate an Investigation](#create-and-populate-an-investigation) - ## How to interact with IntelOwl Intel Owl main objective is to provide a single API interface to query in order to retrieve threat intelligence at scale.