Agent skill

analyzing-cloud-storage-exfiltration

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/analyzing-cloud-storage-exfiltration

SKILL.md


name: analyzing-cloud-storage-exfiltration description: >- Analyze cloud storage exfiltration patterns across S3, GCS, and Azure Blob services. domain: cybersecurity subdomain: cloud-forensics tags:

  • cloud-security
  • data-exfiltration
  • storage
  • forensics version: "1.0" author: defconxt license: AGPL-3.0 metadata: mitre-attack: ["T1537"]

Analyzing Cloud Storage Exfiltration

Overview

Analyze cloud storage exfiltration patterns across S3, GCS, and Azure Blob services.

Prerequisites

Requirement Install
Python 3.10+ For agent tooling
Cloud CLI tools Provider-specific CLIs

Key Concepts

Analyzing Cloud Storage Exfiltration involves systematic analysis and investigation of security events in the target environment.

Quick Reference

bash
node scripts/agent.js discover --target <TARGET>
node scripts/agent.js analyze --target <TARGET> --depth full
node scripts/agent.js collect --target <TARGET> --output evidence.json
node scripts/agent.js report --investigation INV-001

Workflow

  1. Define investigation scope
  2. Collect relevant artifacts
  3. Analyze evidence
  4. Correlate findings
  5. Identify indicators
  6. Document chain of custody
  7. Generate report

Detection

yaml
title: Cloud Storage Exfiltration Detection
id: 4b372192-f497-4527-a44e-d954c7fca45d
status: experimental
description: Detects suspicious activity related to analyzing cloud storage exfiltration techniques in cloud forensics context
logsource:
  product: aws
  service: cloudtrail
detection:
  selection:
    eventName: "*Unauthorized*"
  condition: selection
level: high
tags:
  - attack.t1537
  - attack.collection
falsepositives:
  - Scheduled compliance scanning by authorized security tools

Verification

  • Verify evidence integrity
  • Confirm analysis results
  • Validate indicator extraction
  • Check correlation accuracy
  • Verify report completeness

References

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results