{"id":29966242,"url":"https://github.com/l0g0rhythm/logtool","last_synced_at":"2026-04-17T01:02:20.625Z","repository":{"id":307597358,"uuid":"1030063085","full_name":"L0g0rhythm/LogTool","owner":"L0g0rhythm","description":"LogTool is an advanced toolkit, developed in PowerShell, for the collection, analysis, and reporting of Windows Event Logs, with a focus on security and efficiency.","archived":false,"fork":false,"pushed_at":"2025-08-01T03:28:46.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T05:30:47.529Z","etag":null,"topics":["auditing","automation","cli","diagnostics-tool","log-analysis","powershell","powershell-script","reporting","security","security-audit","security-auditing","security-hardening","security-tools","windows","windows-event-log"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/L0g0rhythm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-01T03:13:05.000Z","updated_at":"2025-08-01T03:28:50.000Z","dependencies_parsed_at":"2025-08-01T05:30:49.482Z","dependency_job_id":"11a81ee6-6e78-463f-83f2-12860fe24102","html_url":"https://github.com/L0g0rhythm/LogTool","commit_stats":null,"previous_names":["l0g0rhythm/logtool"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/L0g0rhythm/LogTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L0g0rhythm%2FLogTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L0g0rhythm%2FLogTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L0g0rhythm%2FLogTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L0g0rhythm%2FLogTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/L0g0rhythm","download_url":"https://codeload.github.com/L0g0rhythm/LogTool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L0g0rhythm%2FLogTool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268639931,"owners_count":24282678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auditing","automation","cli","diagnostics-tool","log-analysis","powershell","powershell-script","reporting","security","security-audit","security-auditing","security-hardening","security-tools","windows","windows-event-log"],"created_at":"2025-08-04T02:31:42.484Z","updated_at":"2026-04-17T01:02:20.607Z","avatar_url":"https://github.com/L0g0rhythm.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛡️ LogTool - Professional Log Analysis Toolkit\n\n![PowerShell](https://img.shields.io/badge/PowerShell-5.1%2B-blue.svg)\n![License](https://img.shields.io/badge/License-MIT-green.svg)\n![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey.svg)\n\n**LogTool is a high-performance PowerShell toolkit for the collection, analysis, and reporting of Windows Event Logs. Engineered for security and efficiency, the system utilizes a Single Responsibility architecture and O(n) algorithmic optimizations for processing log data in enterprise environments.**\n\nLogTool converts raw event data into structured diagnostics for system administrators and security analysts. The current version implements a modular architecture, streaming I/O reporting, and absolute path confinement for secure operations.\n\n- **🛡️ Security Hardened**: Verified against security vulnerabilities.\n- **🚀 Ultra-Scale Performance**: Streaming I/O engine for HTML reports ($O(n)$ memory efficiency).\n- **💪 Industrial Resilience**: Archive operations isolated in background jobs with safety timeouts.\n- **🧠 Linear Logic**: Analysis operations optimized for linear temporal complexity.\n- **🔒 Path Confinement**: Zero-Trust I/O with SHA-256 integrity validation and Regex escaping.\n- **📊 Audit Logging**: Internal execution logs with automated rotation filters.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n1. **Windows PowerShell 5.1** or higher.\n2. **Administrator Privileges** (required for event log access).\n\n### Installation\n\n```bash\ngit clone https://github.com/L0g0rhythm/LogTool.git\ncd LogTool\n```\n\n## 🛠️ Usage\n\nAll commands are executed via the smart launcher `lt.ps1` as **Administrator**.\n\n### 1. Collect Logs\n\n```powershell\n.\\lt.ps1 collect\n```\n\n### 2. Analyze (Console)\n\n```powershell\n.\\lt.ps1 analyze\n```\n\n### 3. Create HTML Report\n\n```powershell\n.\\lt.ps1 create-report\n```\n\n## 🔧 Configuration\n\nControlled by `config.psd1`. Customize logs, critical Event IDs, suspicious keywords, and maintenance cycles.\n\n## 🛡️ Framework Integrity\n\nLogTool implements several safety and performance benchmarks to ensure enterprise-grade stability:\n\n- **Security**: Verified path confinement and Regex sanitization.\n- **Data Integrity**: SHA-256 manifest validation for log archives.\n- **Efficiency**: O(n) complexity enforcement across all analysis modules.\n- **Modularity**: Strict Domain Isolation (SRP) between Shared, Backend, and Frontend layers.\n\n## 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl0g0rhythm%2Flogtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl0g0rhythm%2Flogtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl0g0rhythm%2Flogtool/lists"}