mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-06 07:48:57 +03:00
Fix MITRE ATT&CK mappings per CodeRabbit review
- Replace generic T1190/T1059/T1078 with context-specific techniques - Persistence: T1547, T1053, T1543, T1574 - Credentials: T1003, T1558, T1550 - Phishing: T1566, T1204, T1534 - Ransomware: T1486, T1490, T1489 - Cloud: T1078, T1537, T1580, T1098 - Remove mappings from out-of-scope subdomains (ot-ics, malware-analysis, digital-forensics)
This commit is contained in:
committed by
Julio César Suástegui
parent
5e62a7ea2c
commit
42258456e8
@@ -1,10 +1,10 @@
|
||||
---
|
||||
name: implementing-zero-trust-network-access
|
||||
description: >
|
||||
Implementing Zero Trust Network Access (ZTNA) in cloud environments by configuring
|
||||
identity-aware proxies, micro-segmentation, continuous verification with conditional
|
||||
access policies, and replacing traditional VPN-based access with BeyondCorp-style
|
||||
architectures across AWS, Azure, and GCP.
|
||||
Implementing Zero Trust Network Access (ZTNA) in cloud environments by deploying
|
||||
GCP Identity-Aware Proxy, AWS Verified Access, and Azure Conditional Access with
|
||||
Private Link. Covers micro-segmentation with security groups and Kubernetes network
|
||||
policies, and replacing traditional VPN-based access with identity-based controls.
|
||||
domain: cybersecurity
|
||||
subdomain: cloud-security
|
||||
tags: [cloud-security, zero-trust, ztna, beyondcorp, identity-aware-proxy, micro-segmentation]
|
||||
|
||||
Reference in New Issue
Block a user