Skip to content

Commit

Permalink
Adding a completed manual flow to a hunt. (Velocidex#1182)
Browse files Browse the repository at this point in the history
It is now possible to add an unrelated flow to a hunt. This helps in
the case where the original flow in the hunt timed out. The user then
can re-run the hunt manually possibly increasing timeout. Then they
can simply click the add flow to hunt button in the UI to add the flow
to an existing time.

Additionally, the upload function accepts all 4 timestamps for a
file. Depending on the uploader these may be used or just recorded. In
the case of the file uploader, the filesystem timestamps will be reset
to reflect these times if possible. This allows us to create the
Windows.KapeFiles.Extract artifact to extract the container files
recreating timestamps.
  • Loading branch information
scudette authored Aug 9, 2021
1 parent c932f8c commit c89b706
Show file tree
Hide file tree
Showing 60 changed files with 1,133 additions and 383 deletions.
2 changes: 1 addition & 1 deletion acls/proto/acl.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 42 additions & 14 deletions actions/proto/transport.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions actions/proto/transport.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ message FileBuffer {
Index index = 6;

int64 mtime = 10;
int64 atime = 11;
int64 ctime = 12;
int64 btime = 13;
}

message ForemanCheckin {
Expand Down
2 changes: 1 addition & 1 deletion actions/proto/vql.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions api/proto/api.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/artifacts.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/clients.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/completions.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/csv.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/download.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/flows.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c89b706

Please sign in to comment.