mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-05 23:38:57 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -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]
|
||||
```
|
||||
Reference in New Issue
Block a user