Skip to content

Commit 8419ace

Browse files
authored
Merge pull request #3279 from intelowlproject/develop
v6.5.1
2 parents d0b5ea7 + 220e414 commit 8419ace

File tree

424 files changed

+6807
-6813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+6807
-6813
lines changed

.flake8

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

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

5+
## [v6.5.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.5.1)
6+
A lot of minor contributions to fix bugs and improve maintenance
7+
58
## [v6.5.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.5.0)
6-
Happy new year! :sparkler: And Happy Birthday IntelOwl! :tada:
9+
Happy new year! :sparkler: And Happy Birthday IntelOwl! :tada:
710

811
We are celebrating the 6th IntelOwl Birthday! :sunglasses: WOW! Such a Milestone!
912

@@ -33,7 +36,7 @@ We don't mention here all the other adjustments, fixes and dependencies upgrades
3336
## [v6.4.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.4.0)
3437
This release mostly provides important changes in the backend part that will be supported in the UI in the next releases.
3538
* Analyzable: Representation of an observable or a sample: every job is linked to the scanned analyzable.
36-
* 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.
39+
* 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.
3740
* User Event: Users can create reports for analyzables: indicating additional information or a custom evaluation.
3841
* Engine: Evaluate user reports and analyzers's data to assign a score to the job.
3942

@@ -64,7 +67,7 @@ Minor fixes and dependencies upgrades
6467

6568
## [v6.2.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.2.0)
6669

67-
Happy new year! :sparkler: And Happy Birthday IntelOwl! :tada:
70+
Happy new year! :sparkler: And Happy Birthday IntelOwl! :tada:
6871

6972
We are celebrating the 5th IntelOwl Birthday! :sunglasses: WOW! Such a Milestone!
7073

@@ -125,7 +128,7 @@ Little fixes for the major.
125128
This major release is another important milestone for this project! We have been working hard to transform IntelOwl from a *Data Extraction Platform* to a complete *Investigation Platform*!
126129

127130
One of the most noticeable feature is the addition of the [**Investigation** framework](https://intelowlproject.github.io/docs/IntelOwl/usage/#investigations-framework)!
128-
131+
129132
Thanks to the this new feature, analysts can leverage IntelOwl as the starting point of their "Investigations", register their findings, correlate the information found, and collaborate...all in a single place.
130133

131134
Come and join us at the [Honeynet Workshop](https://denmark2024.honeynet.org/) in the Denmark this May to learn more about this new Major version and to meet the maintainers. :)
@@ -164,7 +167,7 @@ The support for Docker Compose v1 has been dropped. Please upgrade to Docker Com
164167
The python `start.py` script is being replaced with a more light Bash script called `script` at the next Major version.
165168
Thanks to this change the installation requirements are a lot less than before and it should be easier to install and execute IntelOwl.
166169
Please start to use the new `start` script from now to avoid future issues.
167-
For more information: [Installation docs](https://intelowlproject.github.io/docs/IntelOwl/installation/)
170+
For more information: [Installation docs](https://intelowlproject.github.io/docs/IntelOwl/installation/)
168171

169172
## [v5.2.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v5.2.2)
170173

@@ -190,7 +193,7 @@ This release has been done mainly to adjusts a broken database migration introdu
190193
* Added the chance to customize the runtime configuration of a Playbook
191194
* Moved TLP section from hidden in the "Advanced configuration" section to exposed by default
192195
* Now every plugin can be configured with:
193-
* a "healthcheck": this can be useful to verify the status of the service.
196+
* a "healthcheck": this can be useful to verify the status of the service.
194197
* a "pull": this can be useful to update a database that is used by the plugin, like a rules repository.
195198

196199

@@ -252,7 +255,7 @@ Feel free to check it out! Official [blog post here](https://intelowlproject.git
252255
**Important changes**
253256
* We added a new type of Plugin called [Ingestor](https://intelowlproject.github.io/docs/usage/#ingestors). **Ingestors** allow to automatically insert IOC streams from outside sources to IntelOwl itself.
254257
* Visualizers are not connected anymore to Analyzers/Connectors. They are connected to a single Playbook instead. This allows the users to create and manage the Visualizers in an easier way.
255-
* We added the new **Pivot** framework in the backend which allows to connect jobs to each other and to _pivot_ from one indicator to another. This is the first step to give the chance to the users to create more broader and complex investigation in IntelOwl. The next step will be to add the Frontend changes that allows the user to fully leverage the framework
258+
* We added the new **Pivot** framework in the backend which allows to connect jobs to each other and to _pivot_ from one indicator to another. This is the first step to give the chance to the users to create more broader and complex investigation in IntelOwl. The next step will be to add the Frontend changes that allows the user to fully leverage the framework
256259

257260
**New/Improved Plugins:**
258261
* Added new `DNS` playbook that collects the analyzers which performs DNS queries to various providers
@@ -340,7 +343,7 @@ We have done some big refactor changes that could make your application do not w
340343
* Refactored `Yara` analyzer again to avoid memory leaks and improve performance intensively
341344
* [Crowdsec](https://www.crowdsec.net/) analyzer no longer fails if the IP address is not found
342345
* Added new [Hunter_How](https://hunter.how/search-api) analyzer
343-
* We refactored the `malware_tools_analyzers` container that contains a lot of malware analysis tools. Thanks to that we have fixed `Qiling` and `Capa_Info` analyzer and we have updated all the other ones available (`Floss`, `APKid`, `Thug`, etc)
346+
* We refactored the `malware_tools_analyzers` container that contains a lot of malware analysis tools. Thanks to that we have fixed `Qiling` and `Capa_Info` analyzer and we have updated all the other ones available (`Floss`, `APKid`, `Thug`, etc)
344347

345348
**fixes / adjust / minor changes**
346349
* fixes to support for AWS Services (IAM authentication, AWS regions, AWS SQS)
@@ -558,7 +561,7 @@ While developing the new GUI, our main goal was to at least provide the same fea
558561
Please refer to the [**Upgrade Guide**](https://intelowlproject.github.io/docs/installation/#update-and-re-build)
559562

560563
**New/Improved Analyzers:**
561-
- Added an analyzer which supports the new service provided for free by [The Honeynet Project](https://www.honeynet.org/2021/12/27/new-project-available-greedybear/): [GreedyBear](https://github.com/honeynet/GreedyBear)
564+
- Added an analyzer which supports the new service provided for free by [The Honeynet Project](https://www.honeynet.org/2021/12/27/new-project-available-greedybear/): [GreedyBear](https://github.com/honeynet/GreedyBear)
562565
- Added 3 new analyzers for the new service from Abuse.ch: [YARAify](https://yaraify.abuse.ch/)
563566
- Added support for PCAP files and a new analyzer for [Suricata](https://suricata.io/) which allows to analyze PCAPs with IDS rules very fast and at scale.
564567

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please delete options that are not relevant.
3232
- [ ] I have inserted the copyright banner at the start of the file: ```# This file is a part of IntelOwl https://github.com/intelowlproject/IntelOwl # See the file 'LICENSE' for copying permission.```
3333
- [ ] Please avoid adding new libraries as requirements whenever it is possible. Use new libraries only if strictly needed to solve the issue you are working for. In case of doubt, ask a maintainer permission to use a specific library.
3434
- [ ] If external libraries/packages with restrictive licenses were added, they were added in the [Legal Notice](https://github.com/certego/IntelOwl/blob/master/.github/legal_notice.md) section.
35-
- [ ] Linters (`Black`, `Flake`, `Isort`) gave 0 errors. If you have correctly installed [pre-commit](https://intelowlproject.github.io/docs/IntelOwl/contribute/#how-to-start-setup-project-and-development-instance), it does these checks and adjustments on your behalf.
35+
- [ ] Linters (`Ruff`) gave 0 errors. If you have correctly installed [pre-commit](https://intelowlproject.github.io/docs/IntelOwl/contribute/#how-to-start-setup-project-and-development-instance), it does these checks and adjustments on your behalf.
3636
- [ ] I have added tests for the feature/bug I solved (see `tests` folder). All the tests (new and old ones) gave 0 errors.
3737
- [ ] If the GUI has been modified:
3838
- [ ] I have a provided a screenshot of the result in the PR.

0 commit comments

Comments
 (0)