Skip to content

Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale

License

Notifications You must be signed in to change notification settings

BREAKTEAM/IntelOwl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel Owl

Language grade: Python CodeFactor Build Status

Intel Owl

Do you want to get threat intelligence data about a file, 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!

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 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)

This solution is for everyone who needs a single point to query for info about a specific file or observable (domain, IP, URL, hash).

Main features:

  • full django-python application
  • easily and completely customizable, both the APIs and the analyzers
  • clone the project, set up the configuration and you are ready to run

Free internal modules available

  • Static Doc Analysis
  • Static RTF Analysis
  • Static PDF Analysis
  • Static PE Analysis
  • Static Generic File Analysis
  • Strings analysis
  • PE Signature verification

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 and Intezer rules are already available. There's the chance to add your own rules)

External services available

required paid or trial api key

  • GreyNoise v2

required paid or free api key

  • VirusTotal v2 + v3
  • HybridAnalysis
  • Intezer
  • Farsight DNSDB
  • Hunter.io - Email Hunting
  • ONYPHE
  • Censys.io
  • SecurityTrails

required free api key

  • GoogleSafeBrowsing
  • AbuseIPDB
  • Shodan
  • HoneyDB
  • AlienVault OTX
  • MaxMind
  • Auth0

needed access request

  • CIRCL PassiveDNS + PassiveSSL

without api key

  • Fortiguard URL Analyzer
  • GreyNoise Alpha API v1
  • Talos Reputation
  • Tor Project
  • Robtex
  • Threatminer
  • Abuse.ch MalwareBazaar
  • Abuse.ch URLhaus
  • Google DoH
  • CloudFlare DoH
  • Classic DNS resolution

Documentation

Documentation Status

Documentation about IntelOwl installation and usage can be found at https://intelowl.readthedocs.io/.

Legal notice

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, stringsifter, peepdf, oletools, MaxMind-DB-Reader-python, pysafebrowsing, PyMISP, OTX-Python-SDK, yara-python, GitPython, Yara community rules, Neo23x0 Yara sigs, Intezer Yara sigs

Acknowledgments

This project was created and will be upgraded thanks to the following organizations:

Certego

Honeynet

Google Summer Of Code

The project was accepted to the GSoC 2020 under the Honeynet Project!!

Stay tuned for upcoming new features developed by Eshann Bansal Twitter

About the author

Feel free to contact the author at any time: Matteo Lodi Twitter

About

Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.8%
  • HTML 2.7%
  • Other 2.5%