New to Claude Skills? Learn how to install them →

mukul975 on GitHub

Hunting For Living Off The Cloud Techniques

Free

Proactively detect cloud service abuse by adversaries.

Get this skill

Free · Opens the source repo

What Hunting For Living Off The Cloud Techniques does

This skill focuses on identifying and mitigating adversarial abuse of legitimate cloud services such as Azure, AWS, GCP, and various SaaS platforms. It specifically targets command-and-control (C2) channels, data staging, and exfiltration techniques that blend in with normal cloud activity. By leveraging threat intelligence and established frameworks like MITRE ATT&CK, users can enhance their threat hunting capabilities in cloud environments.

The skill is designed for security professionals who are engaged in proactive threat hunting, incident response, or security assessments. It provides a structured workflow to formulate hypotheses based on threat intelligence, identify relevant data sources, execute detection queries, and analyze the results for potential threats. The output format is standardized to facilitate documentation and reporting of findings, ensuring that security teams can act swiftly and effectively.

To utilize this skill effectively, users need to have a robust security infrastructure in place, including an EDR platform with telemetry capabilities and a SIEM system for log analysis. The skill also emphasizes the importance of having threat intelligence feeds for correlating indicators of compromise (IOCs) and ensuring comprehensive monitoring of cloud activities. By following the outlined workflow, teams can systematically hunt for living-off-the-cloud techniques and respond to potential threats before they escalate.

This skill is particularly useful in scenarios where threat intelligence indicates active campaigns exploiting cloud services, or when anomalous behavior is detected in cloud environments. It allows security teams to stay one step ahead of adversaries who leverage legitimate services for malicious purposes.

When to use it

Use this skill when actively hunting for indicators of cloud service abuse or during incident response to assess potential compromises related to these techniques.

When not to use it

This skill may not be suitable for environments without adequate telemetry or those not utilizing cloud services, as it relies on specific data sources for effective detection.

What you can build with it

Identifying C2 Channels

Use this skill to hunt for command-and-control channels established through legitimate cloud services.

Data Exfiltration Detection

Employ the skill to detect data being staged or exfiltrated using cloud storage solutions.

Incident Response Support

Integrate this skill during incident response to assess and scope compromises linked to cloud service abuse.

How to install Hunting For Living Off The Cloud Techniques

View source

1. Install with the skills CLI

npx skills add mukul975/anthropic-cybersecurity-skills/hunting-for-living-off-the-cloud-techniques --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by mukul975

Hunting For Living Off The Cloud Techniques

When to Use

  • When proactively hunting for indicators of hunting for living off the cloud techniques in the environment
  • After threat intelligence indicates active campaigns using these techniques
  • During incident response to scope compromise related to these techniques
  • When EDR or SIEM alerts trigger on related indicators
  • During periodic security assessments and purple team exercises

Prerequisites

  • EDR platform with process and network telemetry (CrowdStrike, MDE, SentinelOne)
  • SIEM with relevant log data ingested (Splunk, Elastic, Sentinel)
  • Sysmon deployed with comprehensive configuration
  • Windows Security Event Log forwarding enabled
  • Threat intelligence feeds for IOC correlation

Workflow

  1. Formulate Hypothesis: Define a testable hypothesis based on threat intelligence or ATT&CK gap analysis.
  2. Identify Data Sources: Determine which logs and telemetry are needed to validate or refute the hypothesis.
  3. Execute Queries: Run detection queries against SIEM and EDR platforms to collect relevant events.
  4. Analyze Results: Examine query results for anomalies, correlating across multiple data sources.
  5. Validate Findings: Distinguish true positives from false positives through contextual analysis.
  6. Correlate Activity: Link findings to broader attack chains and threat actor TTPs.
  7. Document and Report: Record findings, update detection rules, and recommend response actions.

Key Concepts

ConceptDescription
T1102Web Service
T1567Exfiltration Over Web Service
T1537Transfer Data to Cloud Account

Tools & Systems

ToolPurpose
CrowdStrike FalconEDR telemetry and threat detection
Microsoft Defender for EndpointAdvanced hunting with KQL
Splunk EnterpriseSIEM log analysis with SPL queries
Elastic SecurityDetection rules and investigation timeline
SysmonDetailed Windows event monitoring
VelociraptorEndpoint artifact collection and hunting
Sigma RulesCross-platform detection rule format

Common Scenarios

  1. Scenario 1: C2 over Discord webhooks for command delivery
  2. Scenario 2: Data exfiltration to Telegram bot API
  3. Scenario 3: Malware using Azure Functions for dynamic C2
  4. Scenario 4: Staging stolen data on Google Docs or Notion pages

Output Format

Hunt ID: TH-HUNTIN-[DATE]-[SEQ]
Technique: T1102
Host: [Hostname]
User: [Account context]
Evidence: [Log entries, process trees, network data]
Risk Level: [Critical/High/Medium/Low]
Confidence: [High/Medium/Low]
Recommended Action: [Containment, investigation, monitoring]

Frequently asked questions about Hunting For Living Off The Cloud Techniques

Similar skills