acquiring-disk-image-w…
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
TLS 1.3 (RFC 8446) is the latest version of the Transport Layer Security protocol, providing significant improvements
$ npx -y skills add Mikaru0Mystic/sectinel --skill configuring-tls-1-3-for-secure-communications --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/configuring-tls-1-3-for-secure-communicationsContext preview
The summary Claude sees to decide when to auto-load this skill.
TLS 1.3 (RFC 8446) is the latest version of the Transport Layer Security protocol, providing significant improvements
name: configuring-tls-1-3-for-secure-communications description: TLS 1.3 (RFC 8446) is the latest version of the Transport Layer Security protocol, providing significant improvements over TLS 1.2 in both security and performance. It reduces handshake latency to 1-R domain: cybersecurity subdomain: cryptography tags: - cryptography - tls - ssl - transport-security - network-security version: '1.0' author: mahipal license: Apache-2.0 nist_csf: - PR.DS-01 - PR.DS-02 - PR.DS-10
TLS 1.3 (RFC 8446) is the latest version of the Transport Layer Security protocol, providing significant improvements over TLS 1.2 in both security and performance. It reduces handshake latency to 1-RTT (and 0-RTT for resumed sessions), removes obsolete cipher suites, and mandates perfect forward secrecy. This skill covers configuring TLS 1.3 on servers, validating configurations, and testing for common misconfigurations.
| Cipher Suite | Key Exchange | Authentication | Encryption | Hash | |-------------|-------------|----------------|------------|------| | TLS_AES_256_GCM_SHA384 | ECDHE/DHE | Certificate | AES-256-GCM | SHA-384 | | TLS_AES_128_GCM_SHA256 | ECDHE/DHE | Certificate | AES-128-GCM | SHA-256 | | TLS_CHACHA20_POLY1305_SHA256 | ECDHE/DHE | Certificate | ChaCha20-Poly1305 | SHA-256 |
1. Verify OpenSSL version supports TLS 1.3 (1.1.1+) 2. Generate or obtain TLS certificate and private key 3. Configure server to use TLS 1.3 cipher suites 4. Disable TLS 1.0 and 1.1 (optionally keep 1.2 for compatibility) 5. Set preferred key exchange groups 6. Enable OCSP stapling for certificate validation 7. Test configuration with openssl s_client and testssl.sh 8. Configure HSTS header for HTTP Strict Transport Security
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