mid-engagement-ir-detection

Detect and document security-state changes during red-team engagements.

Updated Jun 23, 2024
One-click install
npx skills add https://github.com/n4igme/randscript --skill mid-engagement-ir-detection-n4igme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mid-engagement-ir-detection
Source: https://github.com/n4igme/randscript/tree/main/llm/skills/claude-hunter/skills/mid-engagement-ir-detection
Command: npx skills add https://github.com/n4igme/randscript --skill mid-engagement-ir-detection-n4igme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

During active engagements, this skill detects and documents security-state changes (pre/post) to capture both vulnerability existence and operational mitigations.

Core Features & Use Cases

  • Baseline capture: record initial performance, responses, and headers to establish a reference.
  • State-change journaling: log observed deltas (response time shifts, new cookies/headers, new locks) with timestamps to support IR findings.
  • Evidence packaging: generate dual-state findings that show vulnerability and mitigation depth (WAF vs code) for client reporting.

Quick Start

Initiate the mid-engagement IR workflow to log baseline and delta state changes whenever engagement signals shift.

Frequently Asked Questions about mid-engagement-ir-detection

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

FAQPage Schema
How do I detect mid-engagement state changes during red-team operations?

Mid-engagement state changes are detected by capturing baseline security responses and computing deltas against active engagement signals using structured JSON and JSONL journaling to preserve evidence.

What is mid-engagement IR detection and when do I need it?

Mid-engagement IR detection documents security-state changes during active red-team operations. It is needed when SOC responses or patching alter target signals, requiring evidence-based timelines to capture both vulnerabilities and mitigations.

How do I log baseline and delta state changes for incident response findings?

Log baseline and delta state changes by recording initial performance and headers in baseline.json, then journaling observed shifts like response time delays or new locks in journal.jsonl and state_changes.jsonl files.

Can I use this workflow to document WAF mitigations versus code-level vulnerability fixes?

Yes, the workflow generates dual-state findings that package evidence showing both the initial vulnerability existence and the operational mitigation depth, differentiating between WAF rules and actual code fixes for client reporting.

Do I need structured data formats to track security-state changes during an engagement?

Yes, tracking security-state changes requires structured data capture using baseline.json, journal.jsonl, and state_changes.jsonl formats alongside tooling to compute deltas and preserve evidence for IR reporting.

Why does my red-team engagement signal shift mid-operation?

Engagement signals shift mid-operation because active SOC responses or target patching alter security states, requiring continuous state-change journaling to detect and document the new response patterns.