Add OneNote Hunt artifact for Windows Forensics#1238
Open
SwiftSecur wants to merge 6 commits intoVelocidex:masterfrom
Open
Add OneNote Hunt artifact for Windows Forensics#1238SwiftSecur wants to merge 6 commits intoVelocidex:masterfrom
SwiftSecur wants to merge 6 commits intoVelocidex:masterfrom
Conversation
This YAML file defines a hunt for OneNote files, including parameters for searching and detecting embedded images and keywords.
scudette
reviewed
Apr 29, 2026
Collaborator
scudette
left a comment
There was a problem hiding this comment.
This is probably not much more complex than the built in file finder - consider just calling it with preset yara rules. It will be much simpler and more maintainable (and also faster).
Author
Thanks for all the input, really helpful, learnt a few things. I will update and see where we get to. |
Changes to combine regex reads, pre-calculate magic strings, removed expensive GROUP BY, added WHERE before hash() to prevent hashing all files, simplified upload.
Author
|
Added in an update that hopefully has some improvements on the last. Thanks for the feedback and help identifying performance issues. |
SwiftSecur
commented
May 5, 2026
scudette
reviewed
May 7, 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.
This YAML file defines a hunt for OneNote files, including parameters for searching and detecting embedded images and keywords.