-
I’m exploring YARA for a project where we need to perform pattern matching on streaming data, which arrives in parts rather than as a single file. I know Hyperscan has a streaming mode that allows it to keep track of state across multiple data chunks, but I’m unsure if YARA has a similar feature. |
Beta Was this translation helpful? Give feedback.
Answered by
plusvic
Oct 31, 2024
Replies: 1 comment
-
Hi @sdtckr, no, YARA is a block-based scanner and it doesn't offer support for stream scanning. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sdtckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sdtckr, no, YARA is a block-based scanner and it doesn't offer support for stream scanning.