mid-engagement-ir-detection

Detect mid-engagement IR signals and SOC responses during active red-team engagements.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill mid-engagement-ir-detection-sseshachala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mid-engagement-ir-detection
Source: https://github.com/sseshachala/Claude-BugHunter-archive/tree/main/skills/mid-engagement-ir-detection
Command: npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill mid-engagement-ir-detection-sseshachala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mid-engagement IR detection enables security teams to observe and quantify how a target's defenses respond to active testing, capturing both baseline conditions and changes caused by the engagement to support robust findings.

Core Features & Use Cases

  • Baseline capture: establish remote fingerprints of target behavior before testing and track subsequent changes during the engagement.
  • State-diff logging: accumulate changes in engagement_log/baseline.json, engagement_log/journal.jsonl, and engagement_log/state_changes.jsonl to build evidence sequences.
  • Dual-finding deliverable: pair the original vulnerability findings with mid-engagement mitigation observations for client reporting.

Quick Start

Start by capturing a baseline fingerprint and ensure engagement_log/baseline.json, engagement_log/journal.jsonl, and engagement_log/state_changes.jsonl are in use to detect and record mid-engagement changes.

Frequently Asked Questions about mid-engagement-ir-detection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is mid-engagement IR detection during a red team exercise?

Mid-engagement IR detection tracks how a target's defenses respond to active red-team testing by capturing baseline conditions and logging state_changes deltas to quantify real-time SOC responses.

How do I track SOC responses and baseline shifts during an active engagement?

Track SOC responses by maintaining baseline data in engagement_log/baseline.json and recording test activity in journal.jsonl to generate dual findings of pre- and post-mitigation conditions.

How do I log state changes for evidence hygiene during red-team testing?

Log state changes by capturing a baseline fingerprint first, then accumulating deltas in engagement_log/state_changes.jsonl to build a sequential evidence record of mid-engagement mitigation observations.

Can I generate dual findings that pair original vulnerabilities with mid-engagement mitigations?

Yes, you can generate dual-finding deliverables by pairing original vulnerability findings with mid-engagement mitigation observations, supporting robust client reporting of both pre- and post-mitigation states.

When should I apply mid-engagement IR detection to monitor attacker activity?

Apply mid-engagement IR detection when monitoring an ongoing engagement and when baselines shift, patches appear, or attacker activity changes during active testing to capture real-time defense responses.

What files do I need to set up before starting mid-engagement state-diff logging?

You need engagement_log/baseline.json, engagement_log/journal.jsonl, and engagement_log/state_changes.jsonl in use to detect and record mid-engagement changes and build evidence sequences.