mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-09-17 05:15:22 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Workflows - Browser Forensics
|
||||
## Workflow: Chrome Profile Analysis
|
||||
```
|
||||
Locate browser profile directory
|
||||
|
|
||||
Run Hindsight against profile path
|
||||
|
|
||||
Review generated timeline (XLSX/JSON)
|
||||
|
|
||||
Analyze URL history for suspicious sites
|
||||
|
|
||||
Check downloads for malware/exfiltrated data
|
||||
|
|
||||
Review cookies for session hijacking evidence
|
||||
|
|
||||
Examine autofill and saved credentials
|
||||
|
|
||||
Correlate browser activity with system timeline
|
||||
```
|
||||
Reference in New Issue
Block a user