Skip to content

Commit

Permalink
Added a VQL collect plugin to collect artifacts into a local file. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette authored Sep 27, 2019
1 parent cced111 commit ee0ce3d
Show file tree
Hide file tree
Showing 37 changed files with 184 additions and 1,694 deletions.
1,032 changes: 13 additions & 1,019 deletions artifacts/assets/ab0x.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/definitions/Windows/Collectors/VSS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sources:

# Upload the files using the MFT accessor.
- LET uploaded_tiles = SELECT Created, LastAccessed, Modified, MFT, SourceFile, Size,
upload(file=Device+MFT, name=Device + SourceFile, accessor="mft") AS Upload
upload(file=Device+MFT, name=SourceFile, accessor="mft") AS Upload
FROM unique_mtimes

# Seperate the hashes into their own column.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows.Kape.Targets
name: Windows.KapeFiles.Targets
description: |
Kape is a popular bulk collector tool for triaging a system
Expand Down Expand Up @@ -806,5 +806,3 @@ sources:
- name: Uploads
queries:
- SELECT * FROM all_results WHERE _Source =~ "Uploads"


14 changes: 0 additions & 14 deletions artifacts/definitions/Windows/Triage/Collectors/Amcache.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions artifacts/definitions/Windows/Triage/Collectors/BCD.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions artifacts/definitions/Windows/Triage/Collectors/Chrome.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions artifacts/definitions/Windows/Triage/Collectors/Edge.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions artifacts/definitions/Windows/Triage/Collectors/EventLogs.yaml

This file was deleted.

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions artifacts/definitions/Windows/Triage/Collectors/Firefox.yaml

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions artifacts/definitions/Windows/Triage/Collectors/Jabber.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions artifacts/definitions/Windows/Triage/Collectors/LnkFiles.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions artifacts/definitions/Windows/Triage/Collectors/NTFSMetadata.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions artifacts/definitions/Windows/Triage/Collectors/OutlookPST.yaml

This file was deleted.

This file was deleted.

Loading

0 comments on commit ee0ce3d

Please sign in to comment.