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,17 @@
# Workflows
## Workflow 1: Osquery Fleet Deployment
```
[Install FleetDM server] → [Generate enrollment secret]
→ [Package osquery with fleet config] → [Deploy to pilot group]
→ [Verify enrollment and scheduled queries] → [Deploy to production]
→ [Create dashboards from query results] → [Ongoing monitoring]
```
## Workflow 2: Threat Hunt with Osquery
```
[Define hypothesis] → [Write SQL query targeting hypothesis]
→ [Execute via FleetDM live query across fleet]
→ [Analyze results] → [Investigate anomalies]
→ [Document findings] → [Create scheduled detection if recurrent]
```