Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

[**Upgrade Guide**](https://intelowlproject.github.io/docs/IntelOwl/installation/#update-to-the-most-recent-version)

## [v6.4.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.4.0)
This release mostly provides important changes in the backend part that will be supported in the UI in the next releases.
* Analyzable: Representation of an observable or a sample: every job is linked to the scanned analyzable.
* Data models: A new system to normalize the output of analyzers (already available in the job raw section). It allows analyzers to specify the evaluation, reliability and many others information about the analyzable.
* User Event: Users can create reports for analyzables: indicating additional information or a custom evaluation.
* Engine: Evaluate user reports and analyzers's data to assign a score to the job.

As usual, we add new plugins. This release brings the following new ones:
* [Nuclei](https://github.com/projectdiscovery/nuclei): A modern, high-performance vulnerability scanner that leverages simple YAML-based templates.
* [ipquery](https://ipquery.io/): a flexible api for vpn detection, geolocation, and threat intelligence.
* [mullvad](https://mullvad.net/en): VPN provider.
* [spamhaus](https://www.spamhaus.org/): Updated existing analyzer to support IPv6.
* [bbot](https://github.com/blacklanternsecurity/bbot): multipurpose scanner.
* [debloat](https://github.com/Squiblydoo/debloat): remove excess garbage from bloated executables.


## [v6.3.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.3.1)
This release provides fixes to the recent added ARM support. (ARM build for v6.3.0 was broken due to some dependencies)

Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
# this variable must start with "REACT_APP_" to be used in the frontend too
REACT_APP_INTELOWL_VERSION=v6.3.1
REACT_APP_INTELOWL_VERSION=v6.4.0
# if you want to use a nfs volume for shared files
# NFS_ADDRESS=
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intelowl",
"version": "6.3.1",
"version": "6.4.0",
"private": true,
"proxy": "http://localhost:80/",
"dependencies": {
Expand Down
Loading