Fix frontmatter descriptions, duplicate YAML blocks, title headings across 60 files

This commit is contained in:
mukul975
2026-03-19 13:39:29 +01:00
parent b444d348f8
commit 3492302a13
60 changed files with 1108 additions and 52 deletions
@@ -16,6 +16,21 @@ license: Apache-2.0
# Analyzing PowerShell Script Block Logging
## When to Use
- When investigating security incidents that require analyzing powershell script block logging
- When building detection rules or threat hunting queries for this domain
- When SOC analysts need structured procedures for this analysis type
- When validating security monitoring coverage for related attack techniques
## Prerequisites
- Familiarity with security operations concepts and tools
- Access to a test or lab environment for safe execution
- Python 3.8+ with required dependencies installed
- Appropriate authorization for any testing activities
## Instructions
1. Install dependencies: `pip install python-evtx lxml`