Orok Ironbar's IT and Cybersecurity Project Portfolio π
I'm passionate about cybersecurity and love tackling complex challenges through hands-on projects. From vulnerability management to threat detection, these projects allow me to dive deep into the ever-evolving landscape of cybersecurity. Please feel free to check them out and see the work Iβve put into enhancing security operations and processes!
- Vulnerability Management Program Implementation
- Programmatic Vulnerability Remediations (PowerShell and BASH)
This project demonstrates the implementation, troubleshooting, and validation of Windows 11 STIG controls using PowerShell in a hands-on lab environment.
- Automate STIG compliance using PowerShell
- Identify failed controls using Tenable vulnerability scans
- Remediate and validate security configurations
- Understand real-world policy conflicts (GPO vs Local vs Legacy)
- Run Tenable scan β Identify FAILED STIG control
- Implement remediation via PowerShell
- Validate locally (
auditpol, registry, etc.) - Re-run scan β Confirm PASS
- Enables Detailed Tracking β Process Creation (Success)
- Uses
auditpolfor configuration - Generates Event ID 4688 for process execution visibility
- Initial configuration failed due to legacy audit policy overriding advanced audit settings
- Resolved by enabling:
SCENoApplyLegacyAuditPolicy = 1
