Skip to content

WinSentinel v1.8.0 — Security Autopsy & Weather Intelligence

Choose a tag to compare

@sauravbhattacharya001 sauravbhattacharya001 released this 22 Apr 14:22
· 203 commits to main since this release

What's New

🔬 Security Autopsy (--autopsy)

Post-incident forensic analysis command that reconstructs attack timelines, identifies affected systems, and generates remediation playbooks.

🌦️ Security Weather Report (--weather)

Real-time security posture dashboard that summarizes threat conditions, active alerts, and risk forecasts in a weather-metaphor format.

🧠 Security Nerve Center (--nerve)

Centralized monitoring command that aggregates signals from all security subsystems into a unified situational awareness view.

🔒 Security Hardening

  • Block PowerShell dot-source operator bypass in InputSanitizer
  • Reject Windows reserved device names (CON, PRN, AUX, etc.) in ValidateFilePath
  • Fix command injection via toast notification — now uses -EncodedCommand

🧪 Testing

  • 27 new tests for SecuritySwarmIntelligence swarm analysis

🛠️ Internal

  • Hoist pattern arrays to static fields and extract SeverityExtensions helper

Full Changelog: v1.7.0...v1.8.0