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

Adds Support For Per User Search Indexes #980

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions Targets/Windows/WindowsIndexSearch.tkape
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Description: Windows Index Search
Author: Mark Hallman
Version: 1.1
Author: Mark Hallman, Reece394
Version: 1.2
Id: 9828b927-f955-464a-80fb-a48ce0101236
RecreateDirectories: true
Targets:
-
Name: WindowsIndexSearch
Category: FileKnowledge
Path: C:\programdata\microsoft\search\data\applications\windows\
-
Name: WindowsIndexSearch - User
Category: FileKnowledge
Path: C:\Users\%user%\AppData\Roaming\Microsoft\Search\Data\Applications\S-1*\
-
Name: GatherLogs - User
Category: FileKnowledge
Path: C:\Users\%user%\AppData\Roaming\Microsoft\Search\Data\Applications\S-1*\GatherLogs\
Recursive: true
-
Name: GatherLogs
Category: FileKnowledge
Expand All @@ -18,6 +27,7 @@ Targets:
# https://www.forensafe.com/blogs/winsearchindex.html
# https://github.com/strozfriedberg/sidr
# https://www.aon.com/cyber-solutions/aon_cyber_labs/windows-search-index-the-forensic-artifact-youve-been-searching-for/
# https://jkindon.com/windows-search-in-server-2019-and-multi-session-windows-10/
#
# Beginning from Windows Vista until Windows 10, Windows stores the Search
# index inside an Extensible Storage Engine (ESE) database located at
Expand Down