tag

performing

7 indexed skills · max 10 per page

skills (7)

performing-dns-tunneling-detection

mukul975/Anthropic-Cybersecurity-Skills · performing-dns-tunneling-detection

0

Detects DNS tunneling by computing Shannon entropy of DNS query names, analyzing query length distributions, inspecting TXT record payloads, and identifying high subdomain cardinality. Uses scapy for packet capture analysis and statistical methods to distinguish legitimate DNS from covert channels. Use when hunting for data exfiltration.

performing-soc2-type2-audit-preparation

mukul975/Anthropic-Cybersecurity-Skills · performing-soc2-type2-audit-preparation

0

Automates SOC 2 Type II audit preparation including gap assessment against AICPA Trust Services Criteria (CC1-CC9), evidence collection from cloud providers and identity systems, control testing validation, remediation tracking, and continuous compliance monitoring. Covers all five TSC categories (Security, Availability, Processing Integrity, Confidentiality, Privacy) with automated evidence gathering from AWS, Azure, GCP, Okta, GitHub, and Jira. Use when preparing for or maintaining SOC 2 Type II certification.

performing-container-escape-detection

mukul975/Anthropic-Cybersecurity-Skills · performing-container-escape-detection

0

Detects container escape attempts by analyzing namespace configurations, privileged container checks, dangerous capability assignments, and host path mounts using the kubernetes Python client. Identifies CVE-2022-0492 style escapes via cgroup abuse. Use when auditing container security posture or investigating escape attempts.

performing-red-team-phishing-with-gophish

mukul975/Anthropic-Cybersecurity-Skills · performing-red-team-phishing-with-gophish

0

Automate GoPhish phishing simulation campaigns using the Python gophish library. Creates email templates with tracking pixels, configures SMTP sending profiles, builds target groups from CSV, launches campaigns, and analyzes results including open rates, click rates, and credential submission statistics for security awareness assessment.

performing-ssrf-vulnerability-exploitation

mukul975/Anthropic-Cybersecurity-Skills · performing-ssrf-vulnerability-exploitation

0

Test for Server-Side Request Forgery vulnerabilities by probing cloud metadata endpoints, internal network services, and protocol handlers through user-controllable URL parameters. Tests AWS/GCP/Azure metadata APIs (169.254.169.254), internal port scanning via HTTP, URL scheme bypass techniques, and DNS rebinding detection.

performing-cloud-native-forensics-with-falco

mukul975/Anthropic-Cybersecurity-Skills · performing-cloud-native-forensics-with-falco

0

Uses Falco YAML rules for runtime threat detection in containers and Kubernetes, monitoring syscalls for shell spawns, file tampering, network anomalies, and privilege escalation. Manages Falco rules via the Falco gRPC API and parses Falco alert output. Use when building container runtime security or investigating k8s cluster compromises.

performing-threat-emulation-with-atomic-red-team

mukul975/Anthropic-Cybersecurity-Skills · performing-threat-emulation-with-atomic-red-team

0

Executes Atomic Red Team tests for MITRE ATT&CK technique validation using the atomic-operator Python framework. Loads test definitions from YAML atomics, runs attack simulations, and validates detection coverage. Use when testing SIEM detection rules, validating EDR coverage, or conducting purple team exercises.