-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug & Update requirements.txt & Update docker-compose.yml & Updat…
…e .env & Sanitize all domain names Fixed a minor bug affecting the export alert functionality on TheHive. - Updated the requirements.txt file to reflect the latest dependencies. - Updated docker-compose.yml configuration. - Updated .env file to ensure correct environment variable setup. - Sanitized all domain names to follow consistent formatting and ensure compatibility.
- Loading branch information
Showing
16 changed files
with
83 additions
and
97 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 |
---|---|---|
|
@@ -36,16 +36,16 @@ EMAIL_USE_SSL=False | |
EMAIL_HOST_USER= | ||
EMAIL_HOST_PASSWORD= | ||
WATCHER_URL=https://example.watcher.local | ||
WATCHER_LOGO=https://raw.githubusercontent.com/thalesgroup-cert/Watcher/master/Watcher/static/Watcher-logo-simple.png | ||
EMAIL_SUBJECT_TAG_SITE_MONITORING=INCIDENT | ||
WATCHER_LOGO= | ||
GITHUB_LOGO= | ||
SUBJECT_TAG_SITE_MONITORING=INCIDENT | ||
EMAIL_CLASSIFICATION=INTERNAL | ||
|
||
# THE HIVE Setup | ||
THE_HIVE_URL= | ||
THE_HIVE_VERIFY_SSL=False | ||
THE_HIVE_KEY= | ||
THE_HIVE_CASE_ASSIGNEE=watcher | ||
THE_HIVE_TAGS=Watcher,Impersonation,Malicious Domain,Typosquatting | ||
# Ensure the custom field referenced here is CREATED IN THEHIVE. Otherwise, Alert exports to TheHive will be impacted | ||
THE_HIVE_CUSTOM_FIELD=watcher-id | ||
THE_HIVE_EMAIL_SENDER=[email protected] | ||
|
||
|
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
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
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
Oops, something went wrong.