Quinn-Yan / BlueBox

BlueBox Malware analysis Box and Cyber threat intelligence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlueBox Malware analysis Box and Cyber threat Hunting

BlueBox

GitHub Repo stars Twitter Follow Official Site

Code style: black

What is it?

Threat intelligence data about a malware, an IP or a domain , URL ? a Quick Analysis suspicious File or Malware !

BlueBox is an Open Source Intelligence, or OSINT solution to get threat intelligence data about a specific file, an IP or a domain ,Url and analyze them.

what is included ?? / Features

  • 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.

  • built with Python3, Flask , js ,Bootstrap , SQLAlchemy ,Scikit-learn ,Json ,YARA Rules

  • Get threat intelligence data about a specific file, an IP or a domain,URL and Get latest Malware Ioc feeds from a single API at scale .

  • Static Analysis File ( Hashes , suspicious Strings , import/Export Functions , Suspicious DLL used ).

  • retrieve data from external sources (like VirusTotal).

  • Detection Using YARA Rules ( crypto , packed , malware IOc )

  • Detection URL,Phishing Website using Machine Learning Logistic regression .

  • Checking URL,Domain External sources( Like VirusTotal).

  • Extract Some Features (Lexical Features) to help detection malicious website .

  • Real-time Latest ioc malware trending feeds .

BlueBox Architecture

BlueBox

VIDEO USAGE

Cyber threat Hunting & Malware Analysis

Setting up

Clone the repo :

$ git clone https://github.com/svdwi/BlueBox.git
$ cd BlueBox

Change the conf.py to receive authentication keys or found in Keys/Keys.txt

$ vim conf.py
$ chmod +x steup.sh
$ ./setup
$ python3 app.py 

About

BlueBox Malware analysis Box and Cyber threat intelligence.


Languages

Language:YARA 74.4%Language:CSS 20.4%Language:Python 3.3%Language:HTML 1.5%Language:JavaScript 0.4%Language:Shell 0.0%