Update procedure
Please follow this process.
- Please upgrade your
/.env
and/docker-compose.yml
files.
New feature
- Add certificate transparency feature:
- This feature uses Certstream to gather logs from real-time certificate transparency log stream. Alerts will be raised if they match defined keywords in the suspicious domain names detection batch (6824a6a) & (84c8849).
Merged pull request
Other minor updates
- Add the possibility to modify TheHive and MISP TAGS when exporting (In the
.env
file) (fbbc78e). - Add the possibility to modify the database passwords (In the
.env
file) (e9cbc03) & (bf2a812) & (62c14fc). - Several documentation upgrades & Simplify the build process (4106b53) & (03e33f6) & (a3a4f9c) & (dadc3d9).
- Add the possibility to verify LDAP SSL server certificate or not (In the
.env
file) (f28667c). - Ticket ID (old RTIR) is no longer required #25 (4ec611c).
- Switch to Node.js 16 (03f9ec5).
- Upgrade Python dependencies (6920db0).
- Upgrade dnstwist to 20211204 release.
- Upgrade Django to 3.2.10 release.
- Upgrade npm dependencies (a8d97b3).
What's Changed
- Add certificate transparency feature by @Thomasrgx in #38
- Fix number of instances for certstream by @Thomasrgx in #39
- Add documentation on SMTP and PR by @Thomasrgx in #43
- Bump path-parse from 1.0.6 to 1.0.7 in /Watcher by @dependabot in #49
New Contributors
- @Thomasrgx made their first contribution in #38
Full Changelog: v1.1.1...v1.2.2