Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
BlueBox — Open-source threat intelligence platform for malware and observable analysis. Enriches IPs, domains, URLs, and hashes with external sources, performs static file analysis, YARA detection, and ML-based phishing detection. | Kitploit
Tools/GitHubGitHub/svdwi/bluebox
Indicator of Compromise (IOC) ManagementOSINT (Open Source Intelligence)Static AnalysisPhishingMalware AnalysisThreat IntelligenceMachine Learning
GitHubsvdwi/bluebox

BlueBox

Open-source threat intelligence platform for malware and observable analysis. Enriches IPs, domains, URLs, and hashes with external sources, performs static file analysis, YARA detection, and ML-based phishing detection.

View Repository
5014124 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 :

root@kitploit:~
$ git clone https://github.com/svdwi/BlueBox.git
$ cd BlueBox

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

root@kitploit:~
$ vim conf.py
$ chmod +x steup.sh
$ ./setup
$ python3 app.py
Download Tool