-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug & Upgrade dependencies & Rebuild documentation & Upgrade RSS …
…Sources Fix bug in threats watcher core algorithm & Upgrade and replace obsolete dependencies & Rebuild documentation & Upgrade RSS Sources
- Loading branch information
1 parent
3587246
commit 2c5c195
Showing
44 changed files
with
13,647 additions
and
2,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ Please wait until you see: | |
watcher | Performing system checks... | ||
watcher | | ||
watcher | System check identified no issues (0 silenced). | ||
watcher | October 08, 2020 - 10:28:02 | ||
watcher | Django version 3.1.1, using settings 'watcher.settings' | ||
watcher | October 08, 2022 - 10:28:02 | ||
watcher | Django version 4.1.4, using settings 'watcher.settings' | ||
watcher | Starting development server at http://0.0.0.0:9002/ | ||
watcher | Quit the server with CONTROL-C. | ||
|
||
|
@@ -63,7 +63,7 @@ Most of the settings can be modified from the `/admin` page. | |
|
||
There are other settings located in the `.env` file that you can configure. | ||
|
||
##### Production Settings [Important] | ||
### Production Settings [Important] | ||
|
||
In production please put DJANGO_DEBUG environment variable to **False** in the `.env` file: | ||
|
||
|
@@ -84,7 +84,7 @@ If you have modified some of these parameters, don't forget to restart all conta | |
docker-compose down | ||
docker-compose up | ||
|
||
##### Access Watcher remotely within your server instance | ||
### Access Watcher remotely within your server instance | ||
In case of **"Bad Request" Error** when accessing Watcher web interface, fill `ALLOWED_HOST` variable (in `.env` file) with your Watcher Server Instance **IP** / or your **FQDN**. | ||
|
||
It is limited to a **single IP address** / **single FQDN**. | ||
|
@@ -98,7 +98,7 @@ Now, you can restart your instance and the parameters will be taken into account | |
docker-compose down | ||
docker-compose up | ||
|
||
##### SMTP Server Settings (Email Notifications) | ||
### SMTP Server Settings (Email Notifications) | ||
In the `.env` file: | ||
|
||
[email protected] | ||
|
@@ -113,7 +113,7 @@ Now, you can restart your instance and the parameters will be taken into account | |
docker-compose down | ||
docker-compose up | ||
|
||
##### TheHive Settings | ||
### TheHive Settings | ||
If you want to use **TheHive export**, please fill the **IP** of your TheHive instance and a **generated API key**. | ||
|
||
In the `.env` file: | ||
|
@@ -128,7 +128,7 @@ Now, you can restart your instance and the parameters will be taken into account | |
docker-compose down | ||
docker-compose up | ||
|
||
##### MISP Settings | ||
### MISP Settings | ||
If you want to use **MISP export**, please fill the **IP** of your MISP instance and an **API key**. | ||
|
||
In the `.env` file: | ||
|
@@ -143,7 +143,7 @@ Now, you can restart your instance and the parameters will be taken into account | |
docker-compose down | ||
docker-compose up | ||
|
||
##### LDAP Settings | ||
### LDAP Settings | ||
You can configure an LDAP authentication within Watcher: | ||
|
||
In the `.env` file: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+379 Bytes
(100%)
Watcher/docs/_build/doctrees/modules/data_leak_core.doctree
Binary file not shown.
Binary file modified
BIN
+422 Bytes
(100%)
Watcher/docs/_build/doctrees/modules/dns_finder_core.doctree
Binary file not shown.
Binary file modified
BIN
+426 Bytes
(100%)
Watcher/docs/_build/doctrees/modules/site_monitoring_core.doctree
Binary file not shown.
Binary file modified
BIN
+141 Bytes
(100%)
Watcher/docs/_build/doctrees/modules/site_monitoring_misp.doctree
Binary file not shown.
Binary file modified
BIN
+84 Bytes
(100%)
Watcher/docs/_build/doctrees/modules/site_monitoring_thehive.doctree
Binary file not shown.
Binary file modified
BIN
+391 Bytes
(100%)
Watcher/docs/_build/doctrees/modules/threats_watcher_core.doctree
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 774af62ba3b4c3e7b8aa82edf615a895 | ||
config: 7aab10be9f2d22f004142a4c3d009153 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Oops, something went wrong.