mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-18 21:49:40 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Workflows - Cloud Storage Forensic Acquisition
|
||||
|
||||
## Workflow 1: API-Based Remote Acquisition
|
||||
```
|
||||
Obtain legal authorization and credentials
|
||||
|
|
||||
Authenticate via service API (OAuth2 / app credentials)
|
||||
|
|
||||
Enumerate all files including shared and trashed items
|
||||
|
|
||||
Download file contents preserving metadata
|
||||
|
|
||||
Collect revision history and activity logs
|
||||
|
|
||||
Hash all acquired files (SHA-256)
|
||||
|
|
||||
Generate acquisition log with timestamps
|
||||
```
|
||||
|
||||
## Workflow 2: Endpoint Artifact Collection
|
||||
```
|
||||
Identify cloud sync client installations
|
||||
|
|
||||
Collect local sync databases (KAPE cloud targets)
|
||||
|
|
||||
Parse sync engine databases (OneDrive, GDrive, Dropbox)
|
||||
|
|
||||
Identify cloud-only files from metadata
|
||||
|
|
||||
Recover cached and deleted files from local storage
|
||||
|
|
||||
Correlate local artifacts with API-acquired data
|
||||
```
|
||||
Reference in New Issue
Block a user