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.
Memory uplift (Velocidex#39) (Velocidex#2394)
* Add pid filter and rename to ProcessMemory dump * Add Windows.Detection.EnvironmentVariables filters and notebook template fix
- Loading branch information
Showing
5 changed files
with
40 additions
and
20 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
14 changes: 10 additions & 4 deletions
14
...nitions/Windows/Triage/ProcessMemory.yaml → ...finitions/Windows/Memory/ProcessDump.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Queries: | ||
# Make sure we can parse the environment strings for the running process | ||
- SELECT Name, Env.ComSpec | ||
FROM Artifact.Windows.Forensics.ProcessInfo(ProcessNameRegex='velociraptor') | ||
LIMIT 1 | ||
- SELECT Name, Env.ComSpec | ||
FROM Artifact.Windows.Memory.ProcessInfo(ProcessNameRegex='velociraptor') | ||
LIMIT 1 |
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