mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-09-14 20:05:22 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -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]
|
||||
```
|
||||
Reference in New Issue
Block a user