Skip to content

Releases: stratosphereips/Manati

v0.12.2a

11 Nov 19:50
Compare
Choose a tag to compare
  • fix all hotkeys.
  • fix another minor bugs and warnings of PEP8

v0.12.1a

11 Nov 17:40
7ca29d7
Compare
Choose a tag to compare
  • Fix sync IoCs
  • removing the anonymous user. Now for using all the ManaTI features is needed to be logged

v0.12.0a

03 Sep 10:36
Compare
Choose a tag to compare
  • IoCs DB: now every time that the user uploads/edits a analysis session
    (weblog/netflow/ another logs),
    the system will update automatically the verdicts of the rows (IoC).
    First it gets all the IoC of the session,
    compares with its IoC DB and update the rows' verdict. This functionality also works for non-save
    session.
  • every time that the user places a verdict, the domain IoC (for now) of given row is updated.
    A history register is created too.

0.11.0a

12 Aug 14:32
Compare
Choose a tag to compare
  • general JS refactoring, now it uses JS-ES6
  • adding netflows viewer
  • minor bugs fixed
  • adding links for IP Profile logic.

0.10.0a

17 Feb 15:03
Compare
Choose a tag to compare
  • Adding settings for heroku deployment
  • Minor change in config/urls.py. Removing urls that we are not using and adding a routing http://localhost:8000/ or https:///
  • Fixing bug with the user logout the page, it was wrong redirected. Now it is going to the login page.
  • Fixing bugs related with the new structured files
  • Adding library bat for processing BRO files. For now it is in the requirements/test.txt, for testing env. We will see if we will need it
    in another place of the system.
  • Adding testing settings and one unitest for the AnalysisSession model. Now, there are two method,
    one for testing the creation process of one analysis session with cisco type files and another one for BRO http.log file case.
    For running the test is just necessary to use the console and execute pytest. The pytest.ini is already configured
  • Adding example (docs/example_weblogs) of BRO file and Apache file
  • Adding badges in README file

v0.9.2a

10 Feb 11:02
Compare
Choose a tag to compare
  • Adding function when the users want to remove an analysis session, the action will be enqueued, sometimes analysis sessions are huge and it takes time to be removed 👌
  • Adding permission to user when it creates an analysis session
  • Check permission to remove an analysis session
  • adding support for Apache weblogs files 😍. In essence, ManaTI can support any kind of structured file

0.9.0a

28 Jan 23:16
Compare
Choose a tag to compare
  • NEW FILES STRUCTURE - it is based in the book Cookiecutter Django
    and the book Two Scoops of Django 1.11 😍
  • Production settings with the new structure were not tested yet. Maybe running ManaTI in production mode can fail 😐😐
  • Fixing bug the labelled weblogs in the table were updated but sync was not working properly and the bulk labelling
    were not reflecting and the server was still receiving request to label the same weblog
  • Fixing when a new user is created, it has not access to editing profile.
  • README file was updated
  • Minor change in docker-compose settings
  • The directory /example_weblogs, which contains several weblog files examples, it was move into /docs
  • Adding .env.example and .env-docker.example files
  • Adding management command createsuperuser2. It is equal to createsuperuser but now you can add parameters instead of using console inputs

0.8.0.537a

10 Nov 18:42
Compare
Choose a tag to compare
  • Adding threshold slider bar in the WHOIS DISTANCE modal 😃
  • Adding the possibility to inspect the WSD of the seed domain with the rest of the domains in modal. So, now the user can see the used features, the distance between each feature, the measured WHOIS information and the WHOIS distance (total) 😃
  • Adding configurations to use Docker Composer in ManaTI 😍 . Read README.md file for more information.
  • Fixed bug registering or checking for changes in External Modules. New command added check_external_modules. Read README.md file for more information.
  • Adding UserProfile page and encrypted fields. User Profile (model and page) has some minor bugs, we will fix it soon. Also, the option to generate fieldkeys will be added.
  • Adding 'fancy' error pages as templates. Minor moving of static directory. For development use /static1. When ManaTI is deployed, all the web assets (js/css/images/fonts/etc) will be compressed in /static.
  • LICENSE file moved to /docs