mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-08-30 21:29:40 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Workflows
|
||||
|
||||
## Workflow 1: USB Device Control Deployment
|
||||
```
|
||||
[Audit current USB usage across fleet] → [Identify legitimate USB needs]
|
||||
→ [Create approved device whitelist] → [Configure block policy with exceptions]
|
||||
→ [Deploy in audit mode for 2 weeks] → [Review blocked events]
|
||||
→ [Add missing legitimate devices] → [Switch to enforce mode]
|
||||
→ [Communicate policy to users] → [Monitor and maintain]
|
||||
```
|
||||
|
||||
## Workflow 2: USB Exception Request
|
||||
```
|
||||
[User requests USB access] → [Verify business justification]
|
||||
→ [Issue approved encrypted USB device] → [Add device ID to whitelist]
|
||||
→ [Deploy updated policy] → [Log exception with expiry date]
|
||||
```
|
||||
Reference in New Issue
Block a user