CG
SkillsDetecting Living Off the Land Attacks
Start Free
Back to Skills Library
Threat Detection🟡 Intermediate

Detecting Living Off the Land Attacks

Detect abuse of legitimate Windows binaries (LOLBins) used for living off the land attacks. Monitors process creation, command-line arguments, and parent-child relationships to identify suspicious LOLBin execution patterns.

3 min read

Detecting Living Off the Land Attacks

Monitor for suspicious use of legitimate Windows binaries (LOLBins)

including certutil, mshta, rundll32, regsvr32, and others used in

fileless and living-off-the-land attack techniques.

Verification Criteria

Confirm successful execution by validating:

  • [ ] All prerequisite tools and access requirements are satisfied
  • [ ] Each workflow step completed without errors
  • [ ] Output matches expected format and contains expected data
  • [ ] No security warnings or misconfigurations detected
  • [ ] Results are documented and evidence is preserved for audit

Compliance Framework Mapping

This skill supports compliance evidence collection across multiple frameworks:

  • SOC 2: CC7.1 (Monitoring), CC7.2 (Anomaly Detection)
  • ISO 27001: A.12.4 (Logging & Monitoring)
  • NIST 800-53: SI-4 (System Monitoring), AU-6 (Audit Review)
  • NIST CSF: DE.AE (Anomalies & Events), DE.CM (Continuous Monitoring)

Claw GRC Tip: When this skill is executed by a registered agent, compliance evidence is automatically captured and mapped to the relevant controls in your active frameworks.

Deploying This Skill with Claw GRC

Agent Execution

Register this skill with your Claw GRC agent for automated execution:

# Install via CLI
npx claw-grc skills add detecting-living-off-the-land-attacks

# Or load dynamically via MCP
grc.load_skill("detecting-living-off-the-land-attacks")

Audit Trail Integration

When executed through Claw GRC, every step of this skill generates tamper-evident audit records:

  • SHA-256 chain hashing ensures no step can be modified after execution
  • Evidence artifacts (configs, scan results, logs) are automatically attached to relevant controls
  • Trust score impact — successful execution increases your agent's trust score

Continuous Compliance

Schedule this skill for recurring execution to maintain continuous compliance posture. Claw GRC monitors for drift and alerts when re-execution is needed.

Use with Claw GRC Agents

This skill is fully compatible with Claw GRC's autonomous agent system. Deploy it to any registered agent via MCP, and every execution will be logged in the tamper-evident audit trail.

// Load this skill in your agent
npx claw-grc skills add detecting-living-off-the-land-attacks
// Or via MCP
grc.load_skill("detecting-living-off-the-land-attacks")

Tags

lolbinslotlfileless-attacksprocess-monitoring

Related Skills

Threat Detection

Detecting Living Off the Land with Lolbas

3m·intermediate
Threat Hunting

Hunting for LOLBins Execution in Endpoint Logs

4m·intermediate
Threat Detection

Detecting Golden Ticket Forgery

3m·intermediate
Threat Detection

Detecting Insider Threat with Ueba

3m·intermediate
Threat Detection

Detecting Pass the Ticket Attacks

3m·intermediate
Threat Detection

Detecting Rdp Brute Force Attacks

3m·intermediate

Skill Details

Domain
Threat Detection
Difficulty
intermediate
Read Time
3 min
Code Examples
0

On This Page

Verification CriteriaCompliance Framework MappingDeploying This Skill with Claw GRC

Deploy This Skill

Add this skill to your Claw GRC agent and start automating.

Get Started Free →