Skip to content

Releases: APMarzuki/CyberGuardian-X

CyberGuardian-X v1.1.0

20 Nov 11:05

Choose a tag to compare

πŸš€ CyberGuardian-X v1.1.0 Release

✨ What's New

  • Enhanced .gitignore with better security patterns and organization
  • Improved build process with PyInstaller optimization
  • Better project structure for development and distribution

πŸ“¦ Standalone Executable

  • CyberGuardian-X.exe - No installation required
  • Built with latest dependencies
  • Windows 10/11 compatible

πŸ› οΈ For Developers

git clone https://github.com/APMarzuki/CyberGuardian-X.git
cd CyberGuardian-X
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python main.py
πŸ”§ System Requirements
Windows 10/11 (64-bit)

8GB RAM recommended

Internet connection for threat intelligence APIs

πŸ”’ Security Notes
Always download from official repository

Keep API keys secure in config.ini

Regular updates recommended

text

### **3. Attach Your Executable**
- Drag and drop your `dist/CyberGuardian-X.exe` file into the "Attach binaries" area
- Or click to browse and select the file

### **4. Publish the Release**
- Click **"Publish release"**

## **After Creating GitHub Release:**

### **5. Back in Your Terminal - Commit Local Changes**
```bash
# First, exit any current git diff (press 'q')
# Then check status
git status

# Add and commit your improved .gitignore
git add .gitignore
git commit -m "build: enhance .gitignore with better organization and security patterns"

# Push to main
git push origin main

v1.0.0 - CyberGuardian-X: Complete Threat Intelligence Suite

20 Nov 08:30

Choose a tag to compare

πŸŽ‰ First Official Release of CyberGuardian-X!

πŸ›‘οΈ What is CyberGuardian-X?

A professional-grade cybersecurity suite that integrates 7 threat intelligence APIs into a unified platform for real-time threat analysis and protection.

πŸš€ Key Features

  • 7 Integrated Threat Intelligence APIs (VirusTotal, OTX, AbuseIPDB, Shodan, URLScan, Hybrid Analysis, MetaDefender)
  • Real-Time File Monitoring & Auto-Quarantine
  • Professional PyQt6 GUI Interface
  • Multi-Source Threat Scoring System
  • Standalone Windows Executable - No installation required
  • Forensic Analysis Tools
  • Network Security Scanning

πŸ“¦ What's Included

  • CyberGuardian-X.exe - Standalone executable (86.5 MB)
  • README.md - Comprehensive documentation
  • QUICK_START.md - Quick setup guide
  • keys.example.ini - API key configuration template
  • LICENSE - MIT License
  • requirements.txt - Python dependencies

⚑ Quick Start

  1. Download CyberGuardian-X.exe
  2. Get API Keys from supported services (free tiers available)
  3. Configure config.ini with your keys (use keys.example.ini as template)
  4. Launch and start scanning!

πŸ”§ Supported APIs

Service Free Tier Use Case
VirusTotal 500 req/day File/Domain/IP reputation
OTX AlienVault Unlimited Threat intelligence feeds
AbuseIPDB 1,000 req/day IP reputation & blacklists
Shodan Limited Internet device intelligence
URLScan Free tier Website security analysis
Hybrid Analysis Free account Malware analysis
MetaDefender Free tier Multi-antivirus scanning

🎯 Use Cases

  • Security analysts investigating threats
  • IT professionals monitoring endpoints
  • Researchers analyzing malware
  • Individuals wanting enhanced protection
  • Educational purposes and learning

πŸ“– Documentation

πŸ› Reporting Issues

Found a bug? Have a feature request? Please create an issue on GitHub!

⭐ Support

If you find this project useful, please give it a star on GitHub!


CyberGuardian-X - Your unified shield against cyber threats! πŸ›‘οΈ

Built with Python + PyQt6 β€’ Professional Grade β€’ Open Source β€’ MIT Licensed