Do you want to get threat intelligence data about a malware, an IP or a domain? Do you want to get this kind of data from multiple sources at the same time using a single API request?
You are in the right place!
Intel Owl is an Open Source Intelligence, or OSINT solution to get threat intelligence data about a specific file, an IP or a domain from a single API at scale. It integrates a number of analyzers available online and is for everyone who needs a single point to query for info about a specific file or observable.
- Provides enrichment of threat intel for malware as well as observables (IP, Domain, URL and hash).
- This application is built to scale out and to speed up the retrieval of threat info.
- It can be integrated easily in your stack of security tools (pyintelowl) to automate common jobs usually performed, for instance, by SOC analysts manually.
- Intel Owl is composed of analyzers that can be run to retrieve data from external sources (like VirusTotal or AbuseIPDB) or to generate intel from internal analyzers (like Yara or Oletools)
- API written in Django and Python 3.8.
- Inbuilt frontend client: IntelOwl-ng provides features such as dashboard, visualizations of analysis data, easy to use forms for requesting new analysis, etc. Live Demo.
Documentation about IntelOwl installation, usage, configuration and contribution can be found at https://intelowl.readthedocs.io/.
To know more about the project and it's growth over time, you may be interested in reading the following:
You can see the full list of all available analyzers in the documentation or live demo.
Type | Analyzers Available |
---|---|
Inbuilt modules | - Static Document, RTF, PDF, PE, Generic File Analysis - Strings analysis with ML - PE Emulation with Speakeasy - PE Signature verification - PE Capabilities Extraction - Emulated Javascript Analysis - Android Malware Analysis - SPF and DMARC Validator - more... |
External services | - GreyNoise v2 - Intezer Scan - VirusTotal v2+v3 - HybridAnalysis - Censys.io - Shodan - AlienVault OTX - Threatminer - Abuse.ch - many more.. |
Free modules that require additional configuration | - Cuckoo (requires at least one working Cuckoo instance) - MISP (requires at least one working MISP instance) - Yara (Community, Neo23x0, Intezer, McAfee rules are already available. There's the chance to add your own rules) |
For urgent issues and priority support, visit https://xscode.com/intelowlproject/IntelOwl.
You as a user of this project must review, accept and comply with the license terms of each downloaded/installed package listed below. By proceeding with the installation, you are accepting the license terms of each package, and acknowledging that your use of each package will be subject to its respective license terms.
osslsigncode, PyExifTool, Exiftool package, stringsifter, peepdf, pefile, oletools, XLMMacroDeobfuscator, MaxMind-DB-Reader-python, pysafebrowsing, google-web-risk, PyMISP, OTX-Python-SDK, yara-python, GitPython, Yara community rules, StrangerealIntel Daily Ioc Yara rules, Neo23x0 Yara rules, Intezer Yara rules, McAfee Yara rules, Stratosphere Yara rules, FireEye Yara rules, ReversingLabs Yara rules, Samir Yara rules, InQuest Yara rules, APKiD, Box-JS, Capa, Quark-Engine, IntelX, Speakeasy, Checkdmarc, Manalyze, Qiling, Renderton
This project was created and will be upgraded thanks to the following organizations:
Since its birth, this project has been participating in the Google Summer of Code (GSoC) under the Honeynet Project!
- 2020: a lot of new features were developed by Eshaan Bansal.
- 2021: Sarthak Khattar and Shubham Pandey are working on these Projects
Stay tuned for the upcoming GSoC! Join the Honeynet Slack chat for more info.
In 2021 IntelOwl joined the official Docker Open Source Program
Feel free to contact the main developers at any time in Twitter:
- Matteo Lodi: Author and creator
- Eshaan Bansal: Principal maintainer