mid-engagement-ir-detection

Capture and analyze security-state changes during red-team engagements to produce evidence-grade IR findings.

2|Updated Apr 11, 2025
One-click install
npx skills add https://github.com/Carlos-Reyes-UTP/Desarrollo-de-Sistema-de-Ventas-Empresas-de-Moda --skill mid-engagement-ir-detection-carlos-reyes-utp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mid-engagement-ir-detection
Source: https://github.com/Carlos-Reyes-UTP/Desarrollo-de-Sistema-de-Ventas-Empresas-de-Moda/tree/main/.agent/skills/mid-engagement-ir-detection
Command: npx skills add https://github.com/Carlos-Reyes-UTP/Desarrollo-de-Sistema-de-Ventas-Empresas-de-Moda --skill mid-engagement-ir-detection-carlos-reyes-utp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you avoid losing valuable evidence when the target’s security state changes during an active red-team engagement, so you can document both the original vulnerability and the mid-engagement defensive actions.

Core Features & Use Cases

  • Pre/Post state fingerprinting: Capture timing, response size, headers/cookies, and lockout signals before and after rechecks to prove what changed.
  • WAF vs code mitigation depth assessment: Confirm whether a mitigation is bypassable by using controlled recheck variants and observing signal restoration or persistence.
  • External attacker activity correlation: Detect active concurrent behaviors (e.g., M365 Smart Lockout patterns) that emerge during your engagement window, using differential evidence.
  • Operational evidence packaging: Produce timeline-ready finding templates that frame defensive capability observations as client deliverables.

Quick Start

Run an engagement test with baseline capture, keep a journal of every request/response, and when response patterns shift mid-test, collect the post-change fingerprint and document deltas as an IR finding.

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 document incident response evidence when WAF mitigations are deployed mid-engagement?

Document mid-engagement WAF mitigations by capturing pre/post state fingerprints of response timing, size, and headers. This records the original vulnerability and real-time defensive actions as evidence-grade incident response findings for client deliverables.

Why did my red team recheck signals stop reproducing during an active engagement?

Recheck signals stop reproducing when target security states transition mid-engagement, such as WAF rule deployment or rate limiting. Disciplined pre/post fingerprinting of response headers and lockout deltas confirms state changes rather than false positives.

How to determine if a mid-test WAF mitigation is bypassable versus a code-level fix?

Assess mitigation depth by running controlled recheck variants against the target endpoint. Observe if response signals restore or persist after the mid-engagement state change to distinguish a bypassable WAF rule from a permanent code-level mitigation.

Can I detect external attacker activity like M365 Smart Lockout patterns during my red team engagement?

Detect concurrent external attacker activity like M365 Smart Lockout patterns by correlating differential evidence within your active engagement window. Capture baseline lockout deltas and response signals to isolate emerging behaviors from external sources.

What is the best way to package operational evidence from SOC detection changes into a client report?

Package operational evidence by producing timeline-ready finding templates that frame SOC detection and defensive capability observations as client deliverables. Structure the pre/post fingerprint deltas and mitigation depth assessments into a comprehensive incident response timeline.