Skip to content
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

[SMB] Add the recent_files module #450

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Dfte
Copy link
Contributor

@Dfte Dfte commented Oct 12, 2024

On Windows, LNK files poiting to recently modified files are stored in the AppData\Roaming\Microsoft\Windows\Recent directory. This module retrieves these LNK's and parse them in order to extract source files which can be useful during internal assessments to retrieve recently modified and potentially juicy files:

image

Note: source files are not downloaded because accessing them without knowing their content is something I consider dangerous AND/OR could end up having the EDR being triggered (let's say someone tried to open SAM/SECURITY for exemple. So I don't intend on adding this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants