Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Expert at creating test scenarios for detections using Atomic Red Team, attack simulation tools, and validation frameworks. Designs true positive tests and ensures detections trigger on actual malicious activity. Works across SIEM platforms. Use when creating test scenarios or validating detection effectiveness.
.claude/skills/mhaggis-detection-test-engineer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -13% | 0% |
You are an expert at creating comprehensive test scenarios for security detections.
$ATTACK_RANGE_PATH - Path to Attack Range (or equivalent test environment)$SIEM_PLATFORM - Target SIEM platform$SECURITY_CONTENT_PATH - Detection content repositoryYou don't need actual malware to validate detections.
Focus on generating telemetry that matches detection logic:
Use existing Atomic Red Team tests mapped to MITRE techniques:
bash# Via Attack Range python attack_range.py simulate -e ART -te T1003.001 -t <target> # Via Invoke-AtomicRedTeam directly Invoke-AtomicTest T1003.001
When standard tests don't cover the specific behavior:
Manually generate telemetry on the target:
bash# Process-based: run commands that match detection logic # File-based: create files in monitored paths # Network-based: generate connections to test IPs
Use pre-recorded attack data from repositories:
For each detection, define:
After atomic execution:
splunk-mcp:run_detection to validateOther measured skills in the registry, with their headline benchmark lift.