mid-engagement-ir-detection

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

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/jellaharshith/SWIFT --skill mid-engagement-ir-detection-jellaharshith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mid-engagement-ir-detection
Source: https://github.com/jellaharshith/SWIFT/tree/main/swift/skills/cbh/skills/mid-engagement-ir-detection
Command: npx skills add https://github.com/jellaharshith/SWIFT --skill mid-engagement-ir-detection-jellaharshith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you detect and document meaningful security-state changes that occur during an authorized red-team engagement, so you can produce auditable findings instead of retracting or dismissing evidence when signals disappear after a client patch or active defense deployment.

Core Features & Use Cases

  • Baseline-before / diff-after capture: Records timing, response size, headers/cookies, and lockout-state indicators prior to active testing, then computes deltas observed mid-session.
  • Mid-engagement mitigation finding templates: Classifies what changed (e.g., WAF rule deployment vs deeper code mitigation) by rechecking and validating whether WAF-evasion variants restore signals.
  • Active attacker detection via identity/lockout behavior: Uses differential lockout accumulation to infer concurrent external credential-spray activity during your engagement window.
  • Rate limiting / IP block operational notes: Identifies per-IP defensive controls like 403/429/handshake issues and captures rotation-based confirmations for low to informational reporting.
  • Use Case: If a confirmed SQLi stops reproducing after the client applies a fix within minutes, you can keep the original vulnerability evidence and add a second deliverable about the defensive action and its likely depth.

Quick Start

Use this skill when your confirmed-vulnerable behavior no longer reproduces during active engagement and your target’s timing, headers/cookies, response sizes, or lockout rates change mid-session, and then run a recheck while capturing a before/after state diff for evidence.

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 a confirmed vulnerability that stops reproducing mid-engagement after a client patch?

Use mid-engagement incident response detection to capture pre-test fingerprints and compute post-patch state diffs. This converts disappearing signals into auditable finding narratives that preserve original evidence while documenting the defensive action.

What is the best way to tell if a WAF rule deployment or a deeper code mitigation fixed the vulnerability?

Distinguishing WAF mitigation from code fixes requires rechecking the finding with WAF-evasion variants. If the signal restores, a WAF rule was deployed; if it remains blocked, a deeper code mitigation likely occurred.

How do I detect concurrent active adversary activity during my authorized red team engagement?

Detect concurrent active adversary activity by monitoring differential lockout accumulation and identity behavior. Comparing baseline lockout states against mid-engagement observations infers external credential-spray attempts.

How do I capture and report rate limiting or IP block behavior like 403 and 429 responses?

Capture per-IP defensive controls like 403, 429, or handshake issues by journaling observations during testing. Rotation-based confirmations validate these controls for inclusion in low to informational finding reports.

Why do my baseline timings and response characteristics shift during an active red-team test?

Baseline timings and response characteristics shift when defensive controls activate mid-session. Journaling these observations and diffing pre-test against post-test state identifies whether WAF deployment or code-layer fixes caused the change.

Can I use mid-engagement state diffing to produce auditable client deliverables for disappeared findings?

Yes, mid-engagement state diffing produces auditable client deliverables by capturing baseline fingerprints and journaling changes. It converts disappearing signals into documented narratives distinguishing WAF-layer mitigation from code-layer fixes.