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,21 @@
# Workflows - Packet Capture Analysis
## Workflow: PCAP Forensic Investigation
```
Open PCAP in Wireshark
|
Review protocol hierarchy (Statistics > Protocol Hierarchy)
|
Identify top talkers (Statistics > Endpoints)
|
Filter for suspicious protocols/ports
|
Extract files (File > Export Objects)
|
Analyze DNS for C2 domains
|
Detect beaconing patterns
|
Extract credentials from clear-text protocols
|
Generate investigation report
```