tag

s3

6 indexed skills · max 10 per page

skills (6)

performing-cloud-log-forensics-with-athena

mukul975/Anthropic-Cybersecurity-Skills · performing-cloud-log-forensics-with-athena

0

Uses AWS Athena to query CloudTrail, VPC Flow Logs, S3 access logs, and ALB logs for forensic investigation. Covers CREATE TABLE DDL with partition projection, forensic SQL queries for detecting unauthorized access, data exfiltration, lateral movement, and privilege escalation. Use when investigating AWS security incidents or building cloud-native forensic workflows at scale.

performing-cloud-forensics-with-aws-cloudtrail

mukul975/Anthropic-Cybersecurity-Skills · performing-cloud-forensics-with-aws-cloudtrail

0

Perform forensic investigation of AWS environments using CloudTrail logs to reconstruct attacker activity, identify compromised credentials, and analyze API call patterns.

auditing-aws-s3-bucket-permissions

mukul975/Anthropic-Cybersecurity-Skills · auditing-aws-s3-bucket-permissions

0

Systematically audit AWS S3 bucket permissions to identify publicly accessible buckets, overly permissive ACLs, misconfigured bucket policies, and missing encryption settings using AWS CLI, S3audit, and Prowler to enforce least-privilege data access controls.

detecting-s3-data-exfiltration-attempts

mukul975/Anthropic-Cybersecurity-Skills · detecting-s3-data-exfiltration-attempts

0

Detecting data exfiltration attempts from AWS S3 buckets by analyzing CloudTrail S3 data events, VPC Flow Logs, GuardDuty findings, Amazon Macie alerts, and S3 access patterns to identify unauthorized bulk downloads and cross-account data transfers.

implementing-immutable-backup-with-restic

mukul975/Anthropic-Cybersecurity-Skills · implementing-immutable-backup-with-restic

0

Implements immutable backup strategy using restic with S3-compatible storage and object lock for ransomware-resistant data protection. Automates backup creation, integrity verification via restic check --read-data, snapshot retention policy enforcement, and restore testing. Integrates with AWS S3 Object Lock, MinIO, and Backblaze B2 for WORM (Write Once Read Many) storage that prevents backup deletion or encryption by ransomware actors.

implementing-aws-macie-for-data-classification

mukul975/Anthropic-Cybersecurity-Skills · implementing-aws-macie-for-data-classification

0

Implement Amazon Macie to automatically discover, classify, and protect sensitive data in S3 buckets using machine learning and pattern matching for PII, financial data, and credentials detection.