Agent skill
analyzing-cloud-storage-exfiltration
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
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
- Define investigation scope
- Collect relevant artifacts
- Analyze evidence
- Correlate findings
- Identify indicators
- Document chain of custody
- Generate report
Detection
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
- OWASP Testing Guide — https://owasp.org/www-project-web-security-testing-guide/
- MITRE ATT&CK — https://attack.mitre.org/
- NIST SP 800-53 — https://csf.tools/reference/nist-sp-800-53/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?