Commit: Email security playbook fixes + test harness#670
Merged
scottbrumley merged 1 commit intomainfrom Mar 20, 2026
Merged
Conversation
Bug fixes SOC_Email_Verdict_Resolution_V3 — Fixed OR/AND condition logic on tasks 9 (DBot override) and 14 (response recommendation routing) SOC_Email_Exposure_Evaluation_V3 — Replaced unsupported if-then-else transformer with condition+set pattern; fixed missing id/name underscore; added UUIDs and canvas layout SOC_Email_Signal_Characterization_V3 — Fixed continueonerrortype: errorPath on domain prevalence check that was halting EP_IR_NIST; fixed gate task UUIDs and canvas positions; corrected SenderIP input binding SOC_Email_IOC_Enrichment_V3 / SOC_Email_Forensics_Evaluation_V3 — Gate task UUID and canvas fixes SOC_Identity_Analysis/Eradication/Recovery_V3 — Replaced human-readable taskids with valid UUIDs SOC_EndPoint_Eradication_V3 — Shifted negative canvas positions All playbooks — Cleared dirtyInputs SOCCommandWrapper — Soft-fail on integration not installed (error 23); logs to dataset as integration_unavailable, nulls UC output keys, emits warroom warning, playbook continues tools/ — Added test_playbooks.py + playbook_simulator.py + fixtures. 69 tests covering Email (unit + e2e), Endpoint, Identity. Run before upload: python3 tools/test_playbooks.py --category all --suite all
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.
Bug fixes
SOC_Email_Verdict_Resolution_V3 — Fixed OR/AND condition logic on tasks 9 (DBot override) and 14 (response recommendation routing) SOC_Email_Exposure_Evaluation_V3 — Replaced unsupported if-then-else transformer with condition+set pattern; fixed missing id/name underscore; added UUIDs and canvas layout SOC_Email_Signal_Characterization_V3 — Fixed continueonerrortype: errorPath on domain prevalence check that was halting EP_IR_NIST; fixed gate task UUIDs and canvas positions; corrected SenderIP input binding SOC_Email_IOC_Enrichment_V3 / SOC_Email_Forensics_Evaluation_V3 — Gate task UUID and canvas fixes SOC_Identity_Analysis/Eradication/Recovery_V3 — Replaced human-readable taskids with valid UUIDs SOC_EndPoint_Eradication_V3 — Shifted negative canvas positions All playbooks — Cleared dirtyInputs
SOCCommandWrapper — Soft-fail on integration not installed (error 23); logs to dataset as integration_unavailable, nulls UC output keys, emits warroom warning, playbook continues tools/ — Added test_playbooks.py + playbook_simulator.py + fixtures. 69 tests covering Email (unit + e2e), Endpoint, Identity. Run before upload: python3 tools/test_playbooks.py --category all --suite all