Cyberbro is a lightweight application that extracts IoCs from raw input and checks their reputation across multiple threat intelligence services.
A simple application that extracts your IoCs from garbage input and checks their reputation using multiple CTI services.
Cyberbro is designed for security analysts and threat hunters who need to quickly parse and analyze Indicators of Compromise (IoCs) from unstructured data. It enables users to automate reputation checks and enrich threat intelligence without deploying complex solutions, making it ideal for OSINT investigations and security automation workflows.
Cyberbro supports proxy configuration and caching at the multi-engine level to optimize performance. It is beginner-friendly and lightweight, but requires API keys configured in secrets.json for full functionality. Leveraging it with LLMs via the Model Context Protocol (MCP) can enhance custom report generation.
git clone https://github.com/stanfrbd/cyberbro.git
Copy secrets-sample.json to secrets.json and configure your API keys
Run using Docker Compose: docker compose up
Access the web interface at http://localhost:5000
docker compose up
Starts Cyberbro using Docker Compose for an easy deployment
Paste raw logs or IoCs into the web interface
Automatically parses and extracts IoCs for reputation checking
Export reports to CSV or Excel
Allows saving and sharing of analyzed IoC data