Skip to content

Commit 14e8696

Browse files
committed
bumped version to 1.9.0 + updated changelog
1 parent ea6fd56 commit 14e8696

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### DO NOT CHANGE THIS VALUE !!
99
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
10-
INTELOWL_TAG_VERSION=v1.8.0
10+
INTELOWL_TAG_VERSION=v1.9.0
1111

1212
###### Default (Production) ######
1313
COMPOSE_FILE=docker-compose.yml

.github/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
[**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.html#update-to-the-most-recent-version)
44

5+
## [v1.9.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v1.9.0)
6+
**NEW INBUILT ANALYZERS:**
7+
- Added [Triage](https://tria.ge) file analyzer.
8+
- Added [Zoomeye](https://www.zoomeye.org) analyzer.
9+
- Added [Dnstwist](https://github.com/elceef/dnstwist) analyzers.
10+
- Added [Ipinfo](https://ipinfo.io) analyzer.
11+
- Added [ReversingLabs YARA rules](https://github.com/reversinglabs/reversinglabs-yara-rules) analyzer.
12+
- Added [Samir YARA rules](https://github.com/sbousseaden/YaraHunts) analyzer.
13+
14+
**FIXES/IMPROVEMENTS/Dependency upgrades:**
15+
16+
- several little fixes on some analyzers (`OTXQuery`, `DNSDB`, `Classic_DNS`, `Fortiguard`, `XLMDeobfuscator`)
17+
- increased filename `max_length` to `512`
18+
- added validation checks to avoid DB problems
19+
- upgraded Yara to v4.0.2
20+
- added Yara rule location to the analyzer output
21+
522
## [v1.8.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v1.8.0)
623

724
**BREAKING CHANGE:**

0 commit comments

Comments
 (0)