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,20 @@
# Memory Forensics Workflows
## Workflow 1: Malware Triage
```
[Memory Dump] --> [pslist/psscan] --> [malfind] --> [dlllist] --> [netscan]
|
v
[Dump Injected Code] --> [YARA Scan]
```
## Workflow 2: Rootkit Detection
```
[Memory Dump] --> [pslist vs psscan] --> [Hidden Processes]
|
v
[SSDT Hook Detection]
|
v
[Inline Hook Analysis]
```