forked from Velocidex/velociraptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fallback SID resolving functionality (Velocidex#3617)
Added fallback sid resolving functionality in vql via `HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/ProfileList` in artifacts for cases when: - lookupSid does not yield results - lookupSid is not available (in deaddisk mode) This resolves the issue described in Velocidex#3601 Also added caching mechanisms to `Windows.EventLogs.EvtxHunter` (as I suspect that one will do a lot of resolving) Note that I tested `Windows.Sys.Users`, `Windows.Sys.AllUsers` and `Windows.EventLogs.EvtxHunter` but was not able to test `Windows.Forensics.SRUM` via the collects I currently have. --------- Co-authored-by: Mike Cohen <mike@velocidex.com>
- Loading branch information
Showing
4 changed files
with
40 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters