Skip to content

dynamo-pentester/WDA-TOOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Wired Log Analyzer — Intelligent Tech Support Log Analysis Platform

Wired Log Analyzer is a security-focused log analysis platform designed to process and extract insights from Alcatel-Lucent Enterprise (ALE) tech_support bundles.

Built to assist support engineers in real production environments, the system automates log parsing, correlation, and insight generation across large-scale datasets.


🚀 Key Highlights

  • 📦 Parses complex .tar tech_support bundles
  • 🔍 Extracts and structures logs into analyzable formats
  • ⚡ Handles multi-GB datasets efficiently
  • 🧠 Generates intelligent insights from raw logs
  • 📊 Interactive visualization for faster debugging
  • 📄 Automated report generation (HTML → PDF)

🧠 Core Idea

Instead of manually digging through thousands of log lines, this tool:

Transforms raw infrastructure logs into structured, actionable insights.

It bridges the gap between:

  • Raw system logs
  • SOC / support engineer workflows

🔧 Features

📂 Log Processing

  • Extracts .tar bundles
  • Parses tech_support logs
  • Handles HMON datasets and structured outputs

📊 Visualization

  • Interactive dashboards for log exploration
  • Time-series analysis for system metrics

🧠 Insight Generation

  • Log correlation and anomaly detection
  • Structured summaries for faster triage

📄 Reporting

  • Generates clean, shareable reports
  • HTML → PDF export support

🛠️ Tech Stack

  • Backend: FastAPI (Python)
  • Frontend: HTML, JavaScript (React optional)
  • Data Processing: Python, Pandas
  • Visualization: Plotly
  • Deployment/Env: Linux, Docker (optional)

▶️ Getting Started

1. Clone the repository

git clone https://github.com/your-username/wired-log-analyzer.git
cd wired-log-analyzer
  1. Install dependencies
pip install -r requirements.txt
  1. Run backend
uvicorn main:app --reload
  1. Run frontend

Serve via:

Static HTML server OR React dev server

📸 Screenshots:

Screenshot 2025-12-28 215047 Screenshot 2025-12-28 215352 Screenshot 2025-12-28 215400Screenshot 2025-12-28 215412 Screenshot 2025-12-28 215616 Screenshot 2025-12-28 220024

Screenshot 2025-12-28 215734Screenshot 2025-12-28 215821

Screenshot 2025-12-28 215940Screenshot 2025-12-28 215954

Screenshot 2025-12-28 215925

Run backend:

uvicorn main:app --reload

Frontend can be served via any static host or React dev server.

About

Built a FastAPI-based log analysis platform to process multi-GB tech_support logs, generate insights, and visualize system behavior.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors