docs: Add benign-lookalike tuning matrix table - #3
Merged
Conversation
bsmensah-ctrl
requested changes
Jul 31, 2026
bsmensah-ctrl
left a comment
Owner
There was a problem hiding this comment.
Thanks for taking this on. The matrix covers the right analyst-tuning problem, but three action names do not match the simulator's actual event model and the matrix currently interrupts the Five correlated signals section.
Please make these changes:
Remote thread context write->Remote memory writeRemote thread execution->Remote thread startUnbacked memory execution->Module image load- Move the entire
Benign-lookalike Tuning Matrixbelow the five numbered signal sections so the document hierarchy remains intact.
After those edits and a passing CI run, this should be ready for another review.
Owner
|
Thanks for contributing the tuning matrix. I applied a follow-up in b937fa2 to align the three remaining row names with the simulator's actual event model and place the table after the five-signal walkthrough. The contributor-provided matrix remains the basis of the section, and the locked verification run is green: 35 tests, Ruff checks, and formatting. |
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.
What changed
Describe the user-visible behavior and why it belongs in DLL Injection Lab.
Verification
pytestruff check .ruff format --check .Evidence
Include sanitized fixtures or output excerpts. Do not attach live host data,
credentials, private paths, or unredacted command lines.
Added the benign-lookalike tuning matrix table to docs/DETECTION_GUIDE.md covering all five synthetic actions.
Closes #2