-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile paths that contain %SystemDrive% require special handling for artifact filters #2327
Comments
With ppa:gift/stable and plaso 20190131
|
So the artifact definition OperaHistory does not use %SystemDrive% but %%users.appdata%%
Which is a variant of issue #2326 |
However expansion replaces this with '%SystemDrive%'
Looks that double expansion and/or normalization is needed for user profile paths. |
After adding changes to strip
Return has the wrong level of indentation https://github.com/log2timeline/plaso/blob/master/plaso/engine/artifact_filters.py#L239 (yeah Python) After fixing that:
Need expansion of %%users.appdata%% to properly function |
Tracking changes for %%users.appdata%% expansion in #2326 |
It seems that %%environ_systemdrive%% needs special handling too How to reproduce:
|
Ack, any variable that is used needs to be supported. I've created #2343 to track this. Also artifacts could like use some enforcement to ensure this set of variables is known ForensicArtifacts/artifacts#311 |
Windows XP user profile paths contain %SystemDrive% this requires an additional expansion when used in artifact filters
The text was updated successfully, but these errors were encountered: