v2.1.2
This update fixes the handling of parent domain actions in DNS Finder, improving tagging accuracy in TheHive. It also enhances TheHive integration by resolving an issue that prevented the creation of grouped alerts for DNS Finder. Additionally, RSS sources have been updated, with obsolete sources removed and new, relevant cybersecurity sources added. Lastly, a time-based verification mechanism has been introduced in Website Monitoring to prevent duplicate alerts from being generated unnecessarily.
Update Procedure
[WARNING] RSS Sources Update:
We have removed obsolete RSS sources and replaced them with new sources related to cybersecurity. To populate the new RSS sources, run the following command:
python manage.py populate_db
Refer to the updated documentation for details: Update Watcher.
What’s Changed
- Fixed incorrect action handling for parent domains in DNS Finder, improving tagging accuracy in TheHive by @ygalnezri
- Resolved the issue preventing group alerts from being created in TheHive for DNS Finder by @ygalnezri
- Updated RSS sources, adding relevant ones and removing obsolete ones by @ygalnezri
- Fixed duplicate alerts in Website Monitoring, adding a time interval check to prevent unnecessary duplicates by @ygalnezri
- Fixed domain identification logic in DNS Finder, ensuring proper handling of TLDs with multiple segments (e.g., second-level TLDs) by @ygalnezri
- v2.1.2 by @ygalnezri in #171
Full Changelog: v2.1.1...v2.1.2