Releases: intelowlproject/IntelOwl
Releases · intelowlproject/IntelOwl
v3.0.1: Patch release
v3.0.0: Major release
Dehashed.com search analyzer and other improvements
Darksearch.io and other improvements
maintenance release
A lot of different fixes, tweaks and dependencies upgrades. Also the documentation was updated
maintenance and stability release
We welcome new GSoC students (Sarthak Khattar and Shubham Pandey) in the Organization!
Main updates:
- new release of the official GUI IntelOwl-Ng
- added Malpedia analyzer
Then a lot of maintenance and overall project stability issues solved:
- removed
eventlet
broken dependency - bumped new versions of a lot of dependencies
- Improved "Installation" and "Contribute" documentation
- added new badges to the README
- added
--django-server
option to speed up development - analyzed files are now correctly deleted with the periodic cronjob
- other little refactors and fixes
API docs, 7 new analyzers, dependency upgrades and other adjusts
- Added API documentation with both Redoc and OpenAPI Format
NEW INBUILT ANALYZERS:
- added ThreatFox Abuse.ch analyzer for observables
- added GreyNoise Community analyzer for IP addresses
- added FireHol analyzer to detect malicious IP addresses
- added SSAPINet analyzer to capture a screenshot of a web page
- added optional Google Rendertron analyzer to capture a screenshot of a web page without using an external source (this won't leak the URL externally like the previous one)
- added IBM X-Force Exchange analyzer for observables
- added Google Web Risk analyzer, an alternative of GoogleSafeBrowsing for commercial purposes
Others:
- A lot of dependency upgrades and clean up of unnecessary ones
- refactor to some APIs + added tests for untested APIs
- adjustments to MISP, OTX and Cymru analyzers
New logos, New API endpoints
fixes and version upgrades
v2.1.1
FIXES/IMPROVEMENTS/Dependency upgrades
- now
start.py
works with the most recent 1.28.2 version of docker-compose - updated Django, Yara and Speakeasy to most recent versions
several fixes + 2 new analyzers
IMPORTANT FIX
We changed docker-compose
file names for optional analyzers. In the v.2.0.0
this broke Docker Hub builds, causing them to fail. Please upgrade to this version to be able to use the optional analyzers again.
NEW INBUILT ANALYZERS:
- added CRXCavator analyzer for malicious Chrome extensions
- added CERT Polska MWDB analyzer for malicious files
FIXES/IMPROVEMENTS/Dependency upgrades:
- updated
Quark_Engine
to last version and fixed rules Maxmind
analyzer now retrieves City data too- fixes for
Qiling
analyzer - re-enabled
APKiD_Scan_APK_DEX_JAR
analyzer for Android samples - adjusts to auto-build, PR template and documentation