mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-16 12:45:17 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# Ransomware Encryption Analysis Workflows
|
||||
|
||||
## Workflow 1: Encryption Routine Identification
|
||||
```
|
||||
[Ransomware Sample] --> [Import Analysis] --> [Find Crypto APIs]
|
||||
|
|
||||
v
|
||||
[Identify Algorithm]
|
||||
|
|
||||
v
|
||||
[Trace Key Generation]
|
||||
|
|
||||
v
|
||||
[Assess Decryption Feasibility]
|
||||
```
|
||||
|
||||
## Workflow 2: Key Recovery Assessment
|
||||
```
|
||||
[Encrypted Files] --> [Analyze File Structure] --> [Locate Encrypted Key]
|
||||
|
|
||||
v
|
||||
[Check for PRNG Weaknesses]
|
||||
|
|
||||
v
|
||||
[Attempt Key Recovery]
|
||||
```
|
||||
|
||||
## Workflow 3: Decryptor Development
|
||||
```
|
||||
[Identified Flaw] --> [Extract Parameters] --> [Build Decryption Logic]
|
||||
|
|
||||
v
|
||||
[Test on Sample Files]
|
||||
|
|
||||
v
|
||||
[Release Decryptor Tool]
|
||||
```
|
||||
Reference in New Issue
Block a user