Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Infinit3i/Detection-Wizard

1.5.0 - windows update

30 Mar 19:11

Choose a tag to compare

Update to work with Windows

1.4.0 โ€“ Centered Launch, IOC Upgrades & Smoother Workflow

11 Aug 00:15

Choose a tag to compare

๐Ÿš€ Features

  • ๐Ÿ–ฅ Window Centering on Launch โ€“ The Detection Wizard window now opens centered on your screen for a cleaner, more professional startup.
  • ๐Ÿ“ฅ Enhanced IOC Management โ€“ Improved handling of IOC downloads with clearer separation by type and refined UI for easier selection.
  • ๐Ÿ›ก Rule & IOC Workflow Consistency โ€“ Streamlined rule and IOC processing so tools run sequentially with accurate progress tracking, ensuring stable multi-tool operations.
  • ๐Ÿงญ Unified Viewport Controls โ€“ Simplified sizing and positioning logic, removing legacy methods for better cross-platform consistency.
  • ๐Ÿงน Code Cleanup & DRY Improvements โ€“ Further centralized shared functions between UI components to reduce duplication and improve maintainability.
  • โšก Faster Startup Experience โ€“ Removed unnecessary prompts and reduced UI overhead for quicker tool access.

1.3.0 โ€“ GUI & Rules Expansion + DRY Refinements

08 Aug 04:21
6a61b1d

Choose a tag to compare

๐Ÿš€ Features

  • ๐ŸŽจ Improved GUI Experience โ€“ Refined layouts and interactions for a smoother, more responsive interface.
  • ๐Ÿ›ก QRadar Rule Support โ€“ Added capability to handle QRadar rule sets alongside existing tools.
  • ๐Ÿ“ˆ Expanded Suricata Rule Library โ€“ Added a larger collection of Suricata rules for broader detection coverage.
  • ๐Ÿงพ Enhanced YARA Rules โ€“ More YARA rules added, with no CLI prompts appearing during YARA or Suricata operations for a cleaner workflow.
  • ๐Ÿงน Deeper DRY Code Refactoring โ€“ Centralized more shared logic between tools, reducing duplication and making the codebase easier to maintain.

1.2.0 - complete + cancel logic overhaul

05 Aug 03:45

Choose a tag to compare

๐Ÿš€ Features

  • ๐Ÿงพ Download Completion View: When downloads finish, the GUI replaces the progress bar with a bold โœ… COMPLETE message and a large Done button โ€” centered and clean.
  • โ˜‘๏ธ Done Button Logic: Clicking Done resets state and signals cancellation to all remaining threads for future safety.
  • ๐Ÿงฎ Accurate Total Progress: Total progress bar now combines all selected tools (YARA + Suricata + Sigma + Splunk), even when running in parallel.
  • โ›” Parallel Cancellation Support: All background downloads are immediately stopped when progress is dismissed or canceled.
  • ๐Ÿ“ฆ New Tool Totals (DRY): yara_total_sources, suricata_total_sources, sigma_total_sources, and splunk_total_sources dynamically calculate source count from DRY lists instead of hardcoding.
  • ๐Ÿงน Cleaner Rule Handler: Progress logic reused cleanly between tools, and redundant logic centralized across all rule types.

1.1.0 - refactoring

02 Aug 15:47

Choose a tag to compare

๐Ÿš€ Features

  • ๐Ÿงฐ Tool Selector UI: Choose between detection-building tools through a simple, intuitive interface.
  • ๐Ÿ“ฅ IOC Downloader Module: Download IOCs like IPs, hashes, domains, and more, with real-time progress tracking and multi-source support.
  • ๐Ÿง  YARA Integration: Clones from dozens of public GitHub repos and extracts .yar/.yara files into a unified /yara folder, avoiding overwrite collisions.
  • ๐ŸŽฏ Multi-screen App: Seamlessly switch between menu, tools, and IOC modules โ€” all without ever leaving the GUI.
  • ๐Ÿ“Š Progress Bar for IOC Downloads: Live feedback while downloading IOCs, with automatic detection when completed.
  • ๐Ÿ“ฆ Unified Rule Progress Tracking: Now YARA, Suricata, Sigma, and Splunk all show real-time progress bars during execution.
  • ๐Ÿงน DRY Refactoring: Shared logic for running detection tools with a progress callback has been centralized for easier extension and maintenance.
  • ๐ŸŸฅ๐ŸŸฉ๐ŸŸฆ Colored Buttons: Visual cues added for Rules (blue), IOCs (green), and Quit (red) โ€” plus orange styling for Back to Menu.

1.0.0 โ€“ Detection Wizard Initial Launch

01 Aug 03:57

Choose a tag to compare

๐Ÿš€ Features

  • ๐Ÿงฐ Tool Selector UI: Choose between detection-building tools through a simple, intuitive interface.
  • ๐Ÿ“ฅ IOC Downloader Module: Download IOCs like IPs, hashes, domains, and more, with real-time progress tracking and multi-source support.
  • ๐Ÿง  YARA Integration: Clones from dozens of public GitHub repos and extracts .yar/.yara files into a unified /yara folder, avoiding overwrite collisions.
  • ๐ŸŽฏ Multi-screen App: Seamlessly switch between menu, tools, and IOC modules โ€” all without ever leaving the GUI.
  • ๐Ÿ“Š Progress Bar for IOC Downloads: Live feedback while downloading IOCs, with automatic detection when completed.

๐Ÿ›  Technical

  • Built with Rust stable
  • GUI powered by eframe
  • Elf version for Windows
  • Exe version for Linux