Skip to content

Releases: thalesgroup-cert/Watcher

v1.2.9

05 Jul 22:45
1bd8d08
Compare
Choose a tag to compare

Fix Django vulnerabilities 1bd8d08

Full Changelog: v1.2.8...v1.2.9

v1.2.8

23 Jun 14:04
Compare
Choose a tag to compare

Fix Ticket ID undefined BUG

  • Fixed an undefined ticket ID BUG when monitoring a new website when the ticket ID field and the list of monitored websites are empty.

Full Changelog: v1.2.7...v1.2.8

v1.2.7

22 Jun 15:16
Compare
Choose a tag to compare

Fix TheHive and MISP API export issues

  • MISP Events are now created with the correct TAGS mention in the .env file.
  • MISP Event attributes are now created even if the TAGS does not exist in the MISP instance.
  • TheHive export now reseting if the Case is not anymore in the TheHive instance.

Full Changelog: v1.2.6...v1.2.7

v1.2.6

02 Jun 15:24
61708c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

17 May 15:48
be460d4
Compare
Choose a tag to compare

Update procedure

Please follow this process.

  • If you access Watcher via a DNS (e.g. https://watcher.com) get the last version of /.env and /docker-compose.yml files and fill CSRF_TRUSTED_ORIGINS with your DNS in the /.env file.

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

13 May 09:04
Compare
Choose a tag to compare

Update procedure

Please follow this process.

  • Please upgrade your /.env and /docker-compose.yml files.

Merged pull request

  • Merge pull request #72

Enhancement

What's Changed

  • Bump django from 3.2.10 to 3.2.12 in /Watcher by @dependabot in #63
  • Bump nltk from 3.6.5 to 3.6.7 in /Watcher by @dependabot in #62
  • Bump follow-redirects from 1.14.4 to 1.14.7 in /Watcher by @dependabot in #61
  • Bump django from 3.2.11 to 3.2.12 in /Watcher by @dependabot in #64
  • Bump follow-redirects from 1.14.7 to 1.14.8 in /Watcher by @dependabot in #65
  • Bump minimist from 1.2.5 to 1.2.6 in /Watcher by @dependabot in #66
  • Bump moment from 2.29.1 to 2.29.2 in /Watcher by @dependabot in #68

Full Changelog: v1.2.3...v1.2.4

v1.2.3

21 Dec 17:40
9e13340
Compare
Choose a tag to compare

What's Changed

  • Update dnstwist json keynames in core.py by @RomainPisters in #57
  • Fix dnstwist. JSON format just changed in the last release of dnstwist.

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Dec 14:48
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.1.1...v1.2.2

v1.1.1

28 Jul 08:11
418c655
Compare
Choose a tag to compare

Fixed bugs:

  • Authentication credentials were not provided #10 (34840fb)
  • Problem parsing some trendy words starting with ' #19 (be79b74)
  • Fixed an error pop-up window on the homepage when you are not logged in (c5296e1) & (83f7fc1)
    • Fix 'Authentication credentials were not provided.' error pop-up when accessing the homepage when not authenticated.
  • Fix TheHive/MISP export bug (6fc26ea)

Closed issues:

  • [Feature Request] Bulk registration of new RSS feeds (or any other data) #15 (b7cdf1e) & (0cf1fb3)
  • [Feature Request] Report alerts in Twisted DNS directly to TheHive or MISP #16 (b5031df)

Other minor updates:

  • Support the new 1.8.1 TheHive Python API (thehive4py) (e42edae)
  • Add default User Groups when using populate_db script (9f04dd1)
  • Models permissions are now applied to Watcher platform wide (9cd35e7)
    • Now, each model permission attribution within Watcher admin console will be taken into account within Watcher platform wide (Admin console & Watcher web UI)
  • Add split monitoring choosing option (32e6c68)
  • Improve TwitterTweet Layout (d758f26)
  • Improve Threat TrendChart (8ca29c5)
  • Upgrade /admin console & Update documentation & Minor graphic change (54adbc0)
  • Upgrade threat core algorithm & Upgrade default sources (34af344)
  • Upgrade default detection blocklist (2642d2c)
  • Add new RSS Feeds (13b9b3b)

Merged pull request:

  • Merge pull request #21 from dependabot