How to apply new REGEX patterns to previously processed evidence? #2531
Replies: 3 comments 3 replies
|
Hi @RamiroMarinB! |
|
Complementing @wladimirleite's answer, you can execute regex searches on the fly using the search box, but just alphanumeric chars are accepted, because just them are indexed by default. To flag a search is a regex search, start it and end it with forward slashes. If you add additional special characters like But, be aware the search behavior will change considerably. By default, if you search for |
|
@RamiroMarinB , the idea of reprocessing specific modules is really interesting! |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I’m currently working on a forensic project involving the analysis of data from mobile phones and computers using IPED. During the initial phase, I created and added a set of custom regular expressions (REGEX), which successfully yielded relevant hits.
After reviewing the results, I’ve identified new patterns that I would now like to search for in the same data (i.e., new REGEX patterns).
Is there a way to apply these new REGEX patterns to the evidence that has already been processed—without having to reprocess the entire dataset from scratch?
Or alternatively,
Is it necessary to reprocess all the evidence again in order to include the new REGEX?
Any advice or experience you can share would be greatly appreciated!
All reactions