Skip to content

Commit

Permalink
Make the interrogation process customizable. (Velocidex#1451)
Browse files Browse the repository at this point in the history
It is now possible to override the use of Generic.Client.Info with a
custom version (Custom.Generic.Client.Info). The custom version will
be used when enrolling and viewing the `VQL Drilldown` screen.
  • Loading branch information
scudette authored Dec 27, 2021
1 parent 63637b3 commit 7d78219
Show file tree
Hide file tree
Showing 15 changed files with 535 additions and 308 deletions.
42 changes: 28 additions & 14 deletions actions/proto/vql.pb.go

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

4 changes: 4 additions & 0 deletions actions/proto/vql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ message ClientInfo {

string last_interrogate_flow_id = 16;

// This can be a customized artifact that is compatible with
// Generic.Client.Info
string last_interrogate_artifact_name = 21;

uint64 last_hunt_timestamp = 17;
uint64 last_event_table_version = 18;
}
28 changes: 14 additions & 14 deletions api/proto/api.pb.gw.go

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

Loading

0 comments on commit 7d78219

Please sign in to comment.