Warning CYBER Toolkit is not production ready yet. This is an early prototype, that still needs some work to be done.
Cyber Toolkit is a full-stack web application designed to assist security analysts in their work. It combines various functions and services into a single tool, making it easier for analysts to identify potential threats and stay updated with the latest developments in the field of cybersecurity.
IPs | Domains | URLs | Emails | Hashes | CVEs |
---|---|---|---|---|---|
AbuseIPDB | Alienvault | Alienvault | Emailrep.io | Alienvault | GitHub |
Alienvault | Checkphish.ai | Checkphish.ai | GitHub | GitHub | NIST NVD |
Checkphish.ai | GitHub | GitHub | Hunter.io | Maltiverse | |
CrowdSec | Maltiverse | Google Safe Browsing | Have I Been Pwnd | Pulsedive | |
GitHub | Pulsedive | Maltiverse | |||
IPQualityScore | Shodan | Pulsedive | ThreatFox | ||
Maltiverse | ThreatFox | Shodan | |||
Pulsedive | ThreatFox | Virustotal | |||
Shodan | |||||
URLScan | |||||
ThreatFox | Virustotal | URLScan | |||
Virustotal | |||||
Virustotal |
The Newsfeed module keeps you informed about the latest cybersecurity news by aggregating articles from trusted sources such as Wired, The Hacker News, Security Magazine, Threatpost, TechCrunch Security, and Dark Reading. Stay up-to-date with industry trends and potential threats without having to visit multiple websites or subscribe to numerous newsletters.
The IOC Analyzer module helps you analyze different types of indicators of compromise (IOCs) such as IP addresses, hashes, email addresses, domains, and URLs. It leverages services like VirusTotal, AlienVault, AbuseIPDB, and social media platforms like Reddit and Twitter to gather information about the IOCs. The module automatically detects the type of IOC being analyzed and utilizes the appropriate services to provide relevant information, enabling you to identify potential threats and take necessary actions to protect your organization.
The Email Analyzer module allows you to analyze .eml files for potential threats. Simply drag and drop an .eml file into the module, and it will parse the file, perform basic security checks, extract indicators of compromise (IOCs), and analyze messages with the help of AI. Analyze the IOCs using various open-source intelligence (OSINT) services, and enhance your organization's email security.
The CVSS Calculator module allows you to calculate the CVSS 3.1 score of a vulnerability and export the calculation as a markdown or JSON file.
The Rules module is a GUI for creating Sigma rules.
Customize the descriptions of each module with your own markdown-formatted text. Disable any modules that are not needed, and they will not be shown. Tailor the toolkit to your specific requirements.
- Add more CyberThreat services
- Generate hashes from files to analyse them in a privacy-friendly way.
- Export reports
- Save history and generate statistics
- Metadata viewer
- Download the repository and extract the files
- After Installing packages for the frontend and backend
- Navigate to the directory "cyberthreat_toolkit"
- Run the following command:
npm start
- Once it is running, you can access the app in your browser at http://localhost:3000
- Node.js 17 or higher with NPM
- Port 3000 and 8000 available
- Navigate to the backend folder and Install required packages:
npm install
- Start backend:
node app
- Access the app in your browser at http://localhost:8000
- naviagte to frontend folder and Install required packages:
npm install
- Start frontend:
npm start
- Access the app in your browser at http://localhost:3000