Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -0,0 +1,21 @@
# DLL Sideloading Hunt Template
## Hunt Metadata
| Field | Value |
|-------|-------|
| Hunt ID | TH-SIDELOAD-YYYY-MM-DD-NNN |
| Analyst | |
| Date | |
## Hypothesis
> [e.g., "Adversaries are using DLL sideloading with legitimate signed applications to execute malicious payloads while evading detection."]
## Findings
| # | Host | Application | Sideloaded DLL | DLL Path | Signed | Risk | Verdict |
|---|------|------------|---------------|----------|--------|------|---------|
| 1 | | | | | | | |
## Recommendations
1. **Block**: [Quarantine malicious DLLs]
2. **Harden**: [Application directory permissions, DLL safe search mode]
3. **Detect**: [Sysmon Event ID 7 rules for known targets]