acquiring-disk-image-w…
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
Configure microsegmentation policies to enforce least-privilege workload-to-workload access using tools like
$ npx -y skills add Mikaru0Mystic/sectinel --skill configuring-microsegmentation-for-zero-trust --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/configuring-microsegmentation-for-zero-trustContext preview
The summary Claude sees to decide when to auto-load this skill.
Configure microsegmentation policies to enforce least-privilege workload-to-workload access using tools like
name: configuring-microsegmentation-for-zero-trust description: Configure microsegmentation policies to enforce least-privilege workload-to-workload access using tools like VMware NSX, Illumio, and Calico, preventing lateral movement in zero trust architectures. domain: cybersecurity subdomain: zero-trust-architecture tags: - zero-trust - microsegmentation - network-access - lateral-movement - network-security version: '1.0' author: mahipal license: Apache-2.0 nist_csf: - PR.AA-01 - PR.AA-05 - PR.IR-01 - GV.PO-01
Microsegmentation divides a network into granular security zones, enforcing least-privilege access between workloads at the application layer rather than relying on traditional VLAN-based segmentation. In a zero trust architecture, microsegmentation eliminates implicit trust between workloads within the same network segment, preventing lateral movement even after an attacker gains initial access.
This skill covers designing microsegmentation policies using workload identity, implementing host-based and network-based enforcement, and validating segmentation effectiveness with tools like Illumio Core and VMware NSX.
1. **Network-Based (VMware NSX, Cisco ACI)**: Distributed firewall rules enforced at the hypervisor or network fabric level 2. **Host-Based (Illumio, Guardicore)**: Agent-based enforcement at the OS level using iptables/WFP rules 3. **Container-Based (Calico, Cilium)**: Network policies enforced at the pod/container level in Kubernetes 4. **Application-Based (Zscaler Workload Segmentation)**: Identity-based segmentation based on software identity rather than IP addresses
Traditional Segmentation Microsegmentation ┌─────────────────┐ ┌──────────────────────┐ │ VLAN 10 │ │ Workload A ←policy→ │ │ ┌───┐ ┌───┐ │ │ Workload B ←policy→ │ │ │ A │ │ B │ │ │ Workload C ←policy→ │ │ └───┘ └───┘ │ │ Workload D ←policy→ │ │ (trust each │ │ (zero trust between │ │ other) │ │ every pair) │ └─────────────────┘ └──────────────────────┘
Before creating segmentation policies, discover actual communication flows between workloads using traffic telemetry. Tools like Illumio, Guardicore, and AppDynamics provide application dependency maps showing which workloads communicate, over which ports, and how frequently.
Draft policies in monitor/visibility mode before enforcement. This allows validation that proposed rules will not break legitimate traffic while identifying unnecessary or risky communication paths.
Modern microsegmentation uses labels (role, application, environment, location) instead of IP-based rules. Label-based policies are portable across environments and survive IP changes during migrations.
Isolate critical applications (PCI cardholder data environment, SWIFT financial systems, healthcare PHI) with strict allow-list policies that deny all traffic not explicitly permitted.
1. **Deploy Visibility Agents**
2. **Build Application Dependency Map**
3. **Assign Labels**
4. **Define Segmentation Zones**
5. **Create Allow-List Policies**
6. **Model Policies in Test Mode**
7. **E
Open-source security arsenal for AI coding agents: 784 cybersecurity skills, scanner integrations, and a security MCP for Claude Code, Cursor, opencode, Gemini CLI, Cline, and any agentskills.io agent. Mapped to OWASP, MITRE ATT&CK, NIST CSF, D3FEND, ATLAS.
Repo: Mikaru0Mystic/sectinel
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
Detect dangerous ACL misconfigurations in Active Directory using ldap3 to identify GenericAll, WriteDACL, and
Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source
Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect BOLA/IDOR attacks, rate limit bypass,
Analyze advanced persistent threat (APT) group techniques using MITRE ATT&CK Navigator to create layered heatmaps
Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative