Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 681 Bytes

File metadata and controls

22 lines (18 loc) · 681 Bytes

🛡️ CyberGuard – Security Automation Toolkit

CyberGuard is an all-in-one Python toolkit designed for defensive cybersecurity automation.

✅ Features

  1. Suspicious URL Scanner – Detect phishing indicators
  2. Log File Analyzer – Find failed logins and sensitive access
  3. Firewall Rule Generator – Auto-generate iptables rules
  4. Threat Intelligence Checker – Query IP reputation via API
  5. File Integrity Checker – Verify file hash with SHA256

▶️ Usage

python cyberguard.py

🛠 Skills Practiced

  • Python scripting
  • Networking & security fundamentals
  • Log analysis
  • Threat intelligence integration
  • Automation