Research21 min read

Validation Method Mix Economics: Pricing the Detection Validation Portfolio

No single validation method covers the full evidence picture an enterprise detection rule library requires. Programmes that pick one method (typically BAS-only or purple-team-only) either over-spend on one slice of evidence or carry an undocumented coverage gap on the slices that method cannot reach. Programmes that run six methods in parallel without a budget split end up spending where the rule library does not need it and starving the rules where the evidence-strength requirement is highest.1,2,3,4,5,6,7

This research reads the validation portfolio across six methods (breach and attack simulation, purple-team campaign, replayed historical trace, synthetic adversary emulation, peer review, live false-positive and true-positive analysis), names the per-method cost-per-cycle and evidence-strength signatures, walks the method-assignment policy that ties methods to rule criticality and rule type, sets out the programme budget split, names six failure modes that produce coverage claims the validation evidence cannot defend, and pairs the picture against the framework citations the audit chain reads against (NIST SP 800-53 CA-2 and CA-7 and CA-8, NIST CSF 2.0 DE.CM and PR.IR and ID.RA, ISO 27001 A 5.7 and A 8.16 and A 8.34, SOC 2 CC4.1 and CC7.2 and CC7.3, PCI DSS v4.0 Requirement 11.4 and 11.6 and 12.10, CIS Controls v8.1 Control 13 and Control 18, DORA Article 24).1,2,3,4,5,6,7,16

Why method-mix economics is the right frame

Most enterprise detection programmes report total validation spend per year and a deployed-rule count, and produce coverage dashboards against those two figures. Total spend conceals which methods produced the spend, which rules the methods exercised, and which evidence-strength signature the budget purchased. Deployed-rule count conceals whether the rules carry an evidence record that the audit chain can read. Reading the per-method spend against the per-method evidence record against the rule library shape produces a more accurate picture than either figure alone.

The frame is method-mix economics rather than method-comparison economics. The question is not which single method is best (no single method covers the full evidence picture); the question is which budget split across the six common methods produces defensible evidence across the rule library inside the available operating labour. The defensible answer is per-programme because rule library composition, protected-system change rate, threat-behaviour shape, and framework citation set all differ.8,9,10

This research pairs with the detection validation cycle economics research, which reads the per-state cost of one rule across its lifecycle, and with the security tool coverage overlap research, which reads the broader scanner-and-detection stack the validation programme sits inside. The cycle frame reads when to validate; this frame reads which method to dispatch. For the wider pairing across the preventive layer, the control validation vs detection validation pairing research reads how the detection-validation method mix sits next to the control-validation record so the audit chain reads paired evidence rather than detection-only output.25,27

The six validation methods enterprise programmes run

Six methods cover the bulk of detection validation in enterprise programmes. The methods are not substitutes; each carries a different cost-per-cycle shape, a different evidence-strength signature, a different coverage footprint, and a different operating-labour profile. Programmes that treat them as substitutes over-fund one method and starve the others.2,8,10,14

MethodWhat it doesPrimary evidence signature
1. Breach and attack simulationRuns automated attack techniques against the live environment and reads whether the detection layer catches them.Technique-mapped, reproducible, mid-evidence-strength per executed technique.
2. Purple-team campaignRuns a coordinated red-team execution with blue-team observation against a named scope.Highest standalone evidence strength; named scope, named techniques, named observers.
3. Replayed historical traceRe-executes captured attack telemetry through the current detection plane.Moderate evidence for known traces; weak for variant adversary behaviour.
4. Synthetic adversary emulationRuns generated attack traces against named MITRE ATT&CK techniques against the live environment.Mid-evidence for broad technique categories; weaker for tradecraft variants.
5. Peer reviewReads the rule logic, telemetry dependencies, alert payload, and response runbook before deployment.Structural evidence that catches authoring errors; not end-to-end production evidence.
6. Live FP and TP analysisObserves the rule operating in production with documented per-rule precision and recall figures.Operating evidence; weakest standalone; complements every other method.

The next six sections walk each method through its per-cycle cost shape, its evidence-strength signature, its coverage footprint, and the rule types it fits best. The frame is portfolio-mix rather than single-method-comparison: each method has a role inside the wider programme, and the defensible programme runs several methods in parallel rather than choosing one method as the programme-wide validation discipline.

Method 1: breach and attack simulation

Breach and attack simulation runs automated attack techniques against the live environment and reads whether the detection layer catches the technique. The method is platform-driven (a BAS tool that ships a curated technique library); the operating discipline is playbook curation against the rule library and scheduled execution against the protected estate.8

Cost componentShapeOperating note
Platform subscriptionAnnual fixed cost regardless of cycle count.High up-front; amortises over the rule library size.
Playbook curationAnalyst time authoring and maintaining attack playbooks against the rule library.Grows with library size and threat-behaviour change rate.
Execution and triagePer-cycle execution cost plus per-cycle triage of detection outcomes.Marginal cost is low once playbooks are stable; triage cost grows with cycle cadence.

Evidence-strength signature is strongest for technique-mapped rules (a rule covering a named ATT&CK technique can be validated against a playbook that runs the exact technique). Evidence is weaker for behavioural rules (anomaly thresholds, sequence patterns) where the playbook does not represent the behaviour the rule was designed to catch.

Best-fit rule types: technique-mapped critical and high rules. Cadence pairing: high (monthly or weekly against the critical-rule subset; quarterly against the full library). Coverage footprint: broad across technique-mapped rules; narrow across behavioural rules. The breach and attack simulation explainer covers the BAS method in operating depth.

Method 2: purple-team campaign

Purple-team campaigns run a coordinated red-team execution against a named scope with blue-team observation, named techniques, named observers, named timestamps, and a documented detection-outcome record per technique. The method is labour-intensive; the cadence is low; the evidence strength is the highest of the six methods.9,15

Cost componentShapeOperating note
Red-team labourSkilled-operator days against the scoped scenario.Highest per-day cost of the six methods.
Blue-team coordinationDefender presence during execution; per-technique outcome recording.Pulls SOC capacity away from steady-state operations during the window.
Scenario design and post-campaign analysisPre-campaign scoping and post-campaign reporting per rule covered.Sets the rule-library subset the campaign actually validates.

Evidence-strength signature is strongest of the six methods because the campaign produces a named record per rule tested (which technique was run, which detection rule was supposed to catch it, which observer recorded the outcome). The evidence is the citation audit fieldwork reads against (NIST SP 800-53 CA-8, PCI DSS 11.4, DORA Article 24 threat-led penetration testing).

Best-fit rule types: critical rules and any rule the framework citation set names explicitly (a PCI DSS CDE rule, a DORA-named ICT-system rule). Cadence pairing: low (annual to semi-annual against named critical subsets). Coverage footprint: narrow per campaign; deep on the rules in scope. The purple teaming use case covers the workflow shape of the coordinated red-team-blue-team validation cycle.

Method 3: replayed historical trace

Replayed historical trace re-executes captured attack telemetry through the current detection plane. The method runs against a library of historical attack traces (captured from prior real incidents, from published threat-intel reports, from prior BAS or purple-team runs that produced full telemetry). The cost is low; the evidence is reproducible; the coverage is bounded by the trace library.10,11

Cost componentShapeOperating note
Trace library maintenanceStorage and indexing of historical attack telemetry; metadata per trace.Has to be maintained against telemetry-pipeline change so traces stay replayable.
Replay infrastructureTest environment or replay harness that feeds traces through the detection plane.One-time setup; modest ongoing maintenance.
Per-cycle executionReplay execution plus outcome triage per trace.Lowest per-cycle cost of the six methods; suited to high-cadence regression checks.

Evidence-strength signature is moderate: the rule fired (or did not fire) against the captured behaviour, but variant adversary tradecraft is not exercised. A regression that the replay catches is a strong signal (the rule was working and now is not); the absence of a fire on a variant trace does not prove the rule will catch the variant in production.

Best-fit rule types: rules with stable trace coverage (rules where the captured behaviour represents the target adversary technique well). Cadence pairing: high (weekly or daily against the critical-rule subset; monthly against the full library). Coverage footprint: bounded by trace library size and trace currency.

Method 4: synthetic adversary emulation

Synthetic adversary emulation generates attack traces against named MITRE ATT&CK techniques and runs them against the live environment. The method shares characteristics with BAS (technique-mapped, runs against live environment) and replayed trace (synthetic generation rather than captured trace) but holds its own portfolio slot because the generated traces exercise tradecraft variants the captured-trace library does not contain.8,12

Cost componentShapeOperating note
Scenario generationAuthoring synthetic ATT&CK technique runs and variant traces.Per-technique investment; reusable across the rule library.
Test environmentSandbox or staging detection plane mirroring production telemetry sources.Has to track production telemetry-pipeline changes; otherwise evidence stops representing production.
Per-cycle executionSynthetic-trace execution plus outcome triage.Mid per-cycle cost; mid evidence strength.

Evidence-strength signature depends on how representative the synthetic trace is of the real adversary tradecraft the rule was designed to catch. Programmes that author synthetic traces from current threat intelligence and observed campaign behaviour produce stronger evidence than programmes that author traces from textbook technique descriptions.

Best-fit rule types: rules covering broad technique categories where exact tradecraft varies. Cadence pairing: mid (monthly or quarterly against medium-rule subsets). Coverage footprint: broad across technique-mapped rules with tradecraft variation.

Method 5: peer review

Peer review reads the rule logic, the telemetry dependencies, the alert payload, the response runbook, and the test plan before the rule is deployed to the detection plane. The method catches authoring errors before they become operating gaps. The cost is low per rule but compounds with rule-library size and rule-change rate.13

Cost componentShapeOperating note
Reviewer timeSenior-analyst time per rule against a documented checklist.Low per rule; grows with library size and rule-change rate.
Checklist maintenanceUpdating the peer-review checklist against new failure modes observed in production.Sets the floor of what authoring errors the review will catch.
Reviewer rotationNamed reviewer rotation prevents single-reviewer drift and bus-factor exposure.Requires more than one senior analyst in the detection-engineering function.

Evidence-strength signature is structural: the rule logic was reviewed by a named reviewer against a documented checklist before deployment. The review does not confirm the rule fires end-to-end in production; that confirmation has to come from one of the live methods (BAS, purple team, replayed trace, synthetic emulation, live FP/TP analysis).

Best-fit rule types: every rule earns peer review before deployment. Cadence pairing: per-deployment (each new rule and each major rule change). Coverage footprint: full rule library at deployment time; structural rather than operational evidence.

Method 6: live false-positive and true-positive analysis

Live FP and TP analysis observes the rule operating in production with documented per-rule precision and recall figures. The method is always-on; the cost is integrated into SOC operating labour rather than carried as a separate validation line. Evidence is operating evidence: the rule is firing or not firing against real production telemetry.14

Cost componentShapeOperating note
SOC triage labourPer-alert triage time across the rule library.Integrated into SOC operating labour; high-FP rules burn capacity disproportionately.
Tuning-feedback loopPer-rule FP-rate and TP-rate tracking with feedback to detection engineering.Has to be named; without a feedback loop the rule never learns from production.
Post-incident verificationPer-incident check of which rules fired and which rules should have but did not.Strongest TP-side evidence the method produces.

Evidence-strength signature is the weakest standalone: the absence of a fire could mean the rule works and adversary activity is absent, or the rule is silently broken. The method complements every other method but cannot substitute for them. Programmes that report only live FP/TP analysis as their validation evidence produce a coverage claim audit fieldwork cannot read.

Best-fit rule types: every rule in production earns continuous live FP/TP analysis. Cadence pairing: continuous. Coverage footprint: full live rule library; weakest evidence strength per rule.

Method assignment policy: matching methods to rules

A defensible method-assignment policy reads three properties of each rule (criticality, type, protected- system change rate) and dispatches a primary method plus a complementary method per rule. The policy is documented at deployment time and reviewed at major-change trigger events so the per-rule method- assignment record is durable across the rule lifecycle rather than reconstructed at audit week.2,3,4,5

Rule criticalityPrimary methodComplementary methods
CriticalPurple-team campaign (annual or semi-annual).BAS (monthly), peer review (per change), replayed trace (weekly), live FP/TP analysis (continuous).
HighBAS (monthly to quarterly).Peer review (per change), replayed trace (monthly), live FP/TP analysis (continuous).
MediumSynthetic adversary emulation (quarterly).Peer review (per change), live FP/TP analysis (continuous).
LowPeer review (per change).Live FP/TP analysis (continuous).

Rule type adjusts the assignment. Technique-mapped rules (covering a named ATT&CK technique) push the BAS or synthetic-emulation share higher. Behavioural rules (anomaly thresholds, sequence patterns) push the purple-team or replayed-trace share higher. Authoring-risky rules (high logic complexity, unusual telemetry dependencies) push the peer-review depth higher.

Protected-system change rate adjusts the cadence. Rules covering rapidly-changing protected systems (frequent releases, frequent platform changes, frequent identity-provider changes) earn shorter cycles than rules covering stable protected systems. The trigger is documented per rule so the cadence is tied to the protected-system signal rather than to a uniform programme-wide schedule.

Programme budget split: how to allocate across methods

A defensible programme budget split reads four inputs: the rule-library shape (counts of critical, high, medium, low rules), the protected-system change rate, the framework citation set the audit chain reads against, and the operating labour available across the validation function. The split is per-programme rather than a fixed industry ratio because the inputs vary across programmes.1,2,5,6,7

MethodTypical budget shareDrivers that increase the share
Purple-team campaignSmall fraction; concentrated on critical scope.High critical-rule count; DORA TLPT or PCI DSS 11.4 citation expansion; recent audit finding citing thin coverage on a named subset.
Breach and attack simulationLarger fraction; spans critical and high tiers.High technique-mapped rule count; rapid threat-behaviour shift; broad cadence requirement across tiers.
Replayed historical traceSmaller fraction; broad cadence across the library.Stable rule library; mature trace-capture programme; high regression-check cadence requirement.
Synthetic adversary emulationSmaller fraction; concentrated on medium tier.Broad medium-rule library; tradecraft-variation focus; mature scenario-authoring capability.
Peer reviewFixed fraction; applied to all rules per change.High rule-change rate; high authoring-risk rule mix; structural-evidence requirement.
Live FP and TP analysisIntegrated into SOC operating labour rather than a separate line.Always-on; the cost has to be funded as part of the SOC programme.

The defensible discipline is to set the budget split at annual planning against the four inputs, to reconcile the actual mix against the plan at each quarterly governance cycle, and to document the rebalance rationale at each reconciliation. Programmes that set the split once and never reconcile against the actual rule-library evolution during the year drift away from the rule-library shape they were supposed to cover.

The validation function is paired with the programme record in the multi-framework control crosswalk economics research (which reads the reuse economics that let one validation evidence record cite into several framework reads) and the audit evidence half-life research (which reads the broader evidence-decay frame the per-method evidence sits inside). The per-rule adjustment labour that flows out of live false-positive analysis and the other five methods is priced separately in the detection engineering tuning economics research (six intervention classes, three break points, four-track review cadence) so the validation budget and the tuning labour budget are read on the same record.

Six failure modes the method-mix surfaces

Six failure modes are the most common reasons programmes produce coverage claims their validation evidence cannot defend at audit. Reading the failure modes against the live record is how the programme catches drift before it shows up at audit fieldwork.1,4,5,6,7

1. Method monoculture

The programme runs only one method (typically BAS-only or purple-team-only) and produces a single evidence signature against an audit chain that expects more than one evidence type per critical rule. Surface: per-rule method-pair coverage metric; rules with only one method assigned.

2. Method-tier mismatch

Critical rules earn only low-cost methods (replayed trace, peer review) while the budget is consumed by low-criticality rules earning high-cost methods (purple-team). Surface: per-tier per-method budget consumption; per-tier method-pair coverage.

3. Cadence collapse

The programme runs each method on a uniform cadence rather than tying cadence to the rule lifecycle, so critical-rule validation freshness drifts while medium-rule validation over-spends. Surface: per-tier validation-freshness median and P90.

4. Method-coverage gap

The programme runs all six methods but applies them to overlapping rule subsets, leaving named rule subsets outside any method. Surface: per-rule method-pair coverage; rules with zero methods on record.

5. Evidence-format drift

Each method captures evidence in a different record format and the records cannot be reconciled across methods at audit week. Surface: per-method audit-evidence-completeness metric; missing fields per method.

6. Budget-allocation drift

The per-method budget split is set at annual planning and never reconciled against the actual rule-library evolution, so the mix at year-end no longer matches the rule-library shape. Surface: quarterly per-method actual-versus-plan reconciliation.

The defensible discipline is to read the six failure modes at each quarterly governance cycle, document the interventions taken to address them, and feed the interventions back into the method-assignment policy and the budget split. Failure modes surface from the live record; they do not surface from the annual budget figure alone.

Six paired metrics that survive audit

Six paired metrics outperform total-validation-spend-only reporting and survive audit scrutiny. The defensible programme reports the six metrics per rule tier (critical, high, medium, low) paired against the framework citations the audit chain reads against. Reporting only annual validation spend produces a budget figure that conceals the evidence-distribution shape the audit chain reads against.1,2,3,4,5,6,7

MetricWhat it readsWhy it matters
1. Per-method utilisationShare of the rule library validated through each method over the audit window.Surfaces method monoculture and method-tier mismatch.
2. Per-method evidence-currency medianHow recently the live rules were last validated through each method per tier.Catches cadence collapse and per-tier freshness drift.
3. Per-method cost-per-rule-validatedMarginal cost the method produces per validated rule.Allows the budget split to be reconciled against evidence produced.
4. Per-rule method-pair coverageHow many rules have at least two methods on their validation record.Surfaces single-method exposure across the library.
5. Per-method drift-fire rateHow often method-specific drift triggers fire across the library.Surfaces whether the method-mix is catching the regressions the library produces.
6. Per-method audit-evidence-completenessShare of per-method evidence records carrying the named-reviewer, named-timestamp, named-method-version, and named-rule-id fields.Catches evidence-format drift; surfaces records audit fieldwork cannot rely on.

Pair the six metrics against the framework citations the audit chain reads against. The defensible programme can answer the audit question (which methods exist, which rules they cover, how recently they ran, which fields are captured per record, which framework control the evidence is for) without reconstructing the picture from spreadsheets.

Framework citations: what each framework expects

Several enterprise frameworks expect documented evidence that detection controls are validated through documented methods. The explicit method-diversity expectation is strongest in the audit-grade frameworks and in the regulatory frameworks that name specific validation methods (penetration testing, threat-led penetration testing).1,2,3,4,5,6,7,16

FrameworkRelevant citationsWhat the citation expects
NIST SP 800-53 Rev 5CA-2, CA-7, CA-8Security control assessment with documented methods; continuous monitoring with documented assessment results; penetration testing including red-team exercises.
NIST CSF 2.0DE.CM, PR.IR, ID.RAContinuous monitoring with documented evidence; ICT resilience that depends on detection operating; risk assessment tied to threat behaviour mapping.
ISO 27001:2022A 5.7, A 8.16, A 8.34Threat intelligence intake feeding detection rules; monitoring activities with documented evidence; protection during audit testing covering purple-team execution.
SOC 2CC4.1, CC7.2, CC7.3Ongoing monitoring with documented evaluation; identification of security events; evaluation of security events.
PCI DSS v4.0Req 11.4, Req 11.6, Req 12.10Internal and external penetration testing; detection of unauthorised modification; incident response readiness depending on validated detection.
CIS Controls v8.1Control 13, Control 18Network monitoring and defence; penetration testing.
DORAArticle 24Threat-led penetration testing (TLPT) for significant ICT systems; purple-team campaigns produce direct evidence against this citation.

The pattern is consistent: more than one validation method is expected per critical rule, the evidence per method has to be reproducible from the live record, and the audit chain reads the method-mix as evidence of programme maturity rather than as the annual spend figure alone.

For internal security teams

For security engineering teams, detection engineering teams, SOC analysts, security operations leaders, and internal security teams, the operating commitment is to keep the per-rule method-assignment record on one engagement spine across the rule lifecycle. The scanner result triage use case covers the ingestion discipline that pulls validation outputs onto the same finding record, and the security finding fix verification use case covers the verification step the re-validation cycle plugs into. The detection engineering cycle template covers the per-cycle operating artefact (in-scope technique register, log source coverage check, rule lifecycle plan, validation pattern, false-positive budget, cycle metrics, cross-team handoff) the programme runs each cycle against.

For security leadership and audit committees

Security leaders and audit committees read detection coverage through the defensibility lens. The leadership question is not what the annual validation spend was; it is which methods produced the spend, which rules the methods exercised, and whether the evidence the methods produced reads against the framework citations the audit chain expects. Per-method validation reporting is the operational discipline that surfaces this picture before it accumulates into a missed-detection incident or a management-letter finding at audit time.

  • Read per-method utilisation, per-method evidence-currency median, per-method cost-per-rule-validated, per-rule method-pair coverage, per-method drift-fire rate, and per-method audit-evidence-completeness together as one portfolio-aware programme picture rather than as separate validation metrics.
  • Investigate per-method gaps that mismatch the framework citation set; the gap is usually a budget-allocation drift the quarterly reconciliation should have caught.
  • Pair the per-method report with the framework citations the audit chain reads against; the cost frame surfaces where the evidence discipline is funded method by method.
  • Tie per-method reporting to the same engagement record the audit evidence comes from so the leadership read and the audit read are the same record rather than two reports.

The leadership-side platform discipline that supports this is covered on SecPortal for CISOs and security leaders, which describes how findings, remediation, exceptions, and reporting hold the defensible read of programme health rule by rule rather than only at quarterly review week.

How SecPortal supports method-mix reporting

SecPortal pairs every validation outcome to the same engagement record where rule reference, validation method, actor, timestamp, and supporting evidence sit together. The per-method record is captured on the finding model and exposed through the activity log so per-method utilisation, per-method evidence- currency, per-method drift-fire rate, and per-method audit-evidence-completeness metrics are reproducible from the live record rather than reconstructed from spreadsheets.17,22

  • Engagement management organises each validation cycle as an engagement record with named scope, named timeline, and named owner so the per-method cadence is reproducible from the live record.
  • Findings management records the validated-rule outcome alongside CVSS 3.1 vector, severity band, owner, evidence, and remediation status; a missed-true-positive or false-positive issue from any method enters the same finding model regardless of which method produced it.
  • Bulk finding import accepts Nessus (.nessus), Burp Suite (.xml), and CSV with custom column mapping so validation outputs from BAS platforms, purple-team report exports, and replayed-trace outputs join the same lifecycle workspace-native findings traverse.
  • Retesting workflows hold the re-validation step as a first-class state per method and carry the closure evidence through to administrative closure rather than collapsing re-validation into the closure decision.
  • Continuous monitoring runs recurring validation cycles on a documented cadence per method so each method dispatches on schedule rather than ad-hoc scheduling.
  • Activity log captures every state change with named actor, timestamp, and entity reference and exports to CSV so per-method utilisation, per-method evidence-currency, per-method drift-fire rate, and per-method audit-evidence-completeness metrics are reproducible.
  • Finding overrides (false positive, accepted risk, severity adjustment, category revision) sit as captured decisions on the finding so the validation picture reads against the actual operating record rather than against an inferred trail.
  • Compliance tracking across framework templates carries the per-method evidence mapping so the audit chain reads against the live record.

The platform does not author detection rules, does not execute attack simulations against live systems, does not ingest live SIEM or XDR telemetry, and does not run a SOC. It does keep the per-method validation record on the same engagement and finding spine the wider security operating record uses, so the method-mix evidence is durable across reporting cycles and reproducible at audit week without spreadsheet reconstruction.

Conclusion

No single validation method covers the full evidence picture an enterprise detection rule library requires. Reading the validation portfolio across six methods (breach and attack simulation, purple-team campaign, replayed historical trace, synthetic adversary emulation, peer review, live FP and TP analysis), assigning methods per rule against criticality and type, splitting the budget against the rule-library shape and the framework citation set, and reconciling the mix quarterly produces a more accurate read of programme maturity than total validation spend alone.

The platform you use does not have to author the rules or run the SOC. It does have to keep the rule reference, the validation method, the actor, the timestamp, the evidence, and the framework mapping on one engagement record so the per-method picture is reproducible at any moment between reporting cycles and the audit fieldwork reads against the live record rather than against a reconstructed validation trail.

Frequently Asked Questions

Sources

  1. NIST, SP 800-53 Revision 5 (CA-2, CA-7, CA-8)
  2. NIST, Cybersecurity Framework (CSF) 2.0 (DE.CM, PR.IR, ID.RA)
  3. ISO/IEC 27001:2022 Annex A (5.7 Threat Intelligence, 8.16 Monitoring Activities, 8.34 Protection during Audit Testing)
  4. AICPA, SOC 2 Trust Services Criteria (CC4.1, CC7.2, CC7.3)
  5. PCI Security Standards Council, PCI DSS v4.0 (Requirement 11.4, 11.6, 12.10)
  6. CIS, Critical Security Controls v8.1 (Control 13, Control 18)
  7. European Union, Digital Operational Resilience Act (DORA) Article 24 (Threat-Led Penetration Testing)
  8. MITRE ATT&CK Framework, Enterprise Matrix
  9. MITRE, ATT&CK Evaluations (purple-team programme benchmarks)
  10. NIST, SP 800-115 Technical Guide to Information Security Testing and Assessment
  11. NIST, SP 800-150 Guide to Cyber Threat Information Sharing
  12. CISA, Joint Cybersecurity Advisories
  13. NCSC, Detection Engineering Guidance
  14. SANS, Detection Engineering Resources
  15. OWASP, Application Security Verification Standard (ASVS)
  16. HHS, HIPAA Security Rule Security Management Process 164.308(a)(1)
  17. SecPortal, Findings Management
  18. SecPortal, Bulk Finding Import
  19. SecPortal, Engagement Management
  20. SecPortal, Retesting Workflows
  21. SecPortal, Continuous Monitoring
  22. SecPortal, Activity Log
  23. SecPortal, Compliance Tracking
  24. SecPortal, Finding Overrides
  25. SecPortal Research, Detection Validation Cycle Economics
  26. SecPortal Research, Continuous Control Monitoring Cadence
  27. SecPortal Research, Security Tool Coverage Overlap
  28. SecPortal Research, Audit Evidence Half-Life
  29. SecPortal Research, Multi-Framework Control Crosswalk Economics

Run a portfolio of validation methods on one record

SecPortal pairs every validation outcome to the same engagement record where the rule reference, the validation method, the owner, the evidence, the timestamp, and the framework mapping live together so per-method validation reporting is reproducible at any moment.