Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Releases: ElevenPaths/thethe

v0.8.1

17 Aug 22:36
Compare
Choose a tag to compare

v0.8.0

10 Aug 10:58
Compare
Choose a tag to compare
  • Added new tags manager
  • Added a global search (we will add more functionality)
  • Revamped project selector, resource input component
  • Added plugins: doh, malwarebazaar, urlscan
  • Updated plugins: onyphe, abuseipdb, threatminer, threatcrowd,
  • Added a IOC scanner per plugin when notable results are found.
  • Lots and lots of minor fixes, updates and improvements.

v0.7.2

16 Jul 17:37
Compare
Choose a tag to compare
  • Fix when JSON contains a dot in keys (vt plugin)
  • Unified and update VT plugin and frontend
  • Added ThreatCrowd plugin
  • Added ThreatMiner plugin
  • Multiple minor fixes

v0.7.0

08 Jul 20:19
Compare
Choose a tag to compare
  • New API keys management interface.

Some of our users find the former API key management interface a bit cumbersome so we managed to completely revamped it.

image

v0.6.16

18 Jun 08:07
Compare
Choose a tag to compare
  • Added Dinoflux plugin
  • Fix: Tacyt view shows a not found message instead of blank results

v0.6.15

16 Jun 22:16
Compare
Choose a tag to compare
  • Fix resource input dialog. There is now a checkbox to process entries as username only. With the new scanner there were no way to tell what is an username (all non-regexpeable resources would be username candidates) from the scanned text. Now you can enter them in its own way.

v0.6.14

11 Jun 23:46
Compare
Choose a tag to compare
  • Fix: Add .env file to celery container

v0.6.13

11 Jun 18:23
Compare
Choose a tag to compare
  • Improved database backup/restoration scripts

v0.6.12

11 Jun 12:59
Compare
Choose a tag to compare
  • There is no default users upon start. thethe will ask you to create one.
  • There is no mongodb default user/pass. See .env file in README.

v0.6.11

06 Jun 13:19
Compare
Choose a tag to compare
  • You can now input protected IOC (with hxxp or/and [.])
  • Instead of a one-per-line list, just paste some text inside the Resource Input component and it will parse and collect all IOCs.
  • Minor bug fixes.
  • Resource results are now loaded on demand. This strongly relief the initial loading of resources per project.