feat: labeled dual-signal SnortML+signature and Splunk-notable triage corpus - #389
Open
AAH20 wants to merge 2 commits into
Open
feat: labeled dual-signal SnortML+signature and Splunk-notable triage corpus#389AAH20 wants to merge 2 commits into
AAH20 wants to merge 2 commits into
Conversation
… corpus Add a disposition-labeled eval pack that encodes ML ≠ signature TP, with a validator that rejects ML-only high auto-contain/fix_now labels for agentic SOC training. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Aug 16, 2026
This was referenced Aug 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a labeled dual-signal triage corpus for SnortML-style (GID:411) scores,
classic signature alerts, and Splunk-notable-shaped events.
Why
SnortML documentation and agentic-SOC practice require that ML probability
not be treated as equivalent to a signature true positive. Training corpora
that flatten alerts into a single "bad" label teach the wrong automation habit
and inflate false containment and agent compute burn.
What's included
auto_containorfix_nowOut of scope
Engine parser CVEs, which belong in Cisco PSIRT rather than this PR.
Production application
Aegis Decision Fabric exercises this corpus for composite-confidence evaluation,
gated remediation, and FP/TP feedback:
https://github.com/AAH20/aegis-decision-fabric
Secure Firewall and Splunk teams can review the fixed-scope implementation offer
at https://a2zsoc.com/consultation.
Test plan
python scripts/validate_dual_signal_triage_corpus.py scenarios/dual-signal-triage-corpus/corpus/labeled_events.jsonpytest tests/unit/test_dual_signal_triage_corpus.py --no-cov