Skip to content

Commit

Permalink
Release: v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Nov 22, 2021
1 parent bba07bd commit 5332c49
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

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

**Notes:**

- The `Dragonfly_Emulation` analyzer will not work without this update.

**New Analyzers:**

- `BitcoinAbuse`: Check a BTC address against bitcoinabuse.com, a public database of BTC addresses used by hackers and criminals.
- `Phishstats`: Search [PhishStats](https://phishstats.info) API to determine if an IP/URL/domain/generic is malicious.
- `WhoIs_RipeDB_Search`: Fetch whois record data of an IP address from Ripe DB using their [search API](https://github.com/RIPE-NCC/whois/wiki/WHOIS-REST-API-search).

**Fixes & Improvements:**

- Bump `pydragonfly` dependency for `Dragonfly_Emulation` analyzer.
- Fixes in cloudfare based analyzers.
- Populate `not_supported_filetypes` field in `HashLookupServer_Get_File` analyzer.
- Use `force_unique_key` parameter in all docker based analyzers to prevent trivial errors.

## [v3.2.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.2.1)

> Update PyIntelOwl to version [4.1.3](https://github.com/intelowlproject/pyintelowl/blob/master/.github/CHANGELOG.md#413).
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
INTELOWL_TAG_VERSION=v3.2.1
INTELOWL_TAG_VERSION=v3.2.2
### Change this to `develop` when doing local development.
INTELOWL_NG_TAG_VERSION=v3.1.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Matteo Lodi"

# The full version, including alpha/beta/rc tags
release = "v3.2.1"
release = "v3.2.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion intel_owl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def retrieve(self, file, analyzer):
# DRF Spectacular
SPECTACULAR_SETTINGS = {
"TITLE": "IntelOwl API specification",
"VERSION": "3.2.1",
"VERSION": "3.2.2",
}

# Django-Rest-Durin
Expand Down

0 comments on commit 5332c49

Please sign in to comment.