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.
* Various bug fixes.
- Loading branch information
Showing
17 changed files
with
165 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 2 additions & 0 deletions
2
artifacts/definitions/Server/Internal/ArtifactDescription.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
name: Server.Internal.ArtifactDescription | ||
|
||
type: INTERNAL | ||
|
||
reports: | ||
- type: INTERNAL | ||
template: | | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Queries: | ||
- SELECT * FROM Artifact.Windows.Sysinternals.Autoruns( | ||
binaryURL="https://storage.googleapis.com/go.velocidex.com/", | ||
AutorunArgs="-nobanner -accepteula -a b -c *") | ||
WHERE Company =~ "Microsoft" |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
SELECT * FROM Artifact.Windows.Sysinternals.Autoruns( binaryURL="https://storage.googleapis.com/go.velocidex.com/", AutorunArgs="-nobanner -accepteula -a b -c *") WHERE Company =~ "Microsoft"[ | ||
{ | ||
"Category": "Boot Execute", | ||
"Company": "Microsoft Corporation", | ||
"Description": "Auto Check Utility", | ||
"Enabled": "enabled", | ||
"Entry": "autocheck autochk /q /v *", | ||
"Entry Location": "HKLM\\System\\CurrentControlSet\\Control\\Session Manager\\BootExecute", | ||
"Image Path": "c:\\windows\\system32\\autochk.exe", | ||
"Launch String": "autocheck autochk /q /v *", | ||
"Profile": "System-wide", | ||
"Version": "6.3.9600.17031", | ||
"_Source": "Windows.Sysinternals.Autoruns", | ||
"Time": "2/22/2014 12:17 PM" | ||
}, | ||
{ | ||
"Category": "Boot Execute", | ||
"Company": "Microsoft Corporation", | ||
"Description": "Service Control Manager Extension DLL for non-minwin", | ||
"Enabled": "enabled", | ||
"Entry": "%systemroot%\\system32\\scext.dll", | ||
"Entry Location": "HKLM\\System\\CurrentControlSet\\Control\\ServiceControlManagerExtension", | ||
"Image Path": "c:\\windows\\system32\\scext.dll", | ||
"Launch String": "%systemroot%\\system32\\scext.dll", | ||
"Profile": "System-wide", | ||
"Version": "6.3.9600.17415", | ||
"_Source": "Windows.Sysinternals.Autoruns", | ||
"Time": "10/29/2014 1:28 AM" | ||
} | ||
] |
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
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