Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing recent changes. #1042

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Syncing recent changes. #1042

merged 1 commit into from
Oct 23, 2023

Commits on Oct 11, 2023

  1. Syncing recent changes.

    * devenv fixes and cleanups. Support for background processes added.
    * Dummy client action and flow added as a demo.
    * EficheckCollectHashes, EficheckDumpImage client actions removed.
    * Uninstall client action removed.
    * SendFile client action removed.
    * Refactoring the Interrogate flow to not rely on Forensic Artifacts
      "provides" section.
    * Removed "checks" functionality.
    * Removed a number of artifact parsers (eventual goal is to remove all
      of them).
    * In GRR Fleetspeak Frontend - optimised message processing to handle
      spikes of messages from the same client.
    * Deprecated no-op "keep_client_alive" attribute in
      ApiCreateClientApprovalArgs.
    * Deprecated ListClientActionRequests API call (was no-op after
      Fleetspeak migration).
    * Removed KeepAlive, FingerprintFile, FindFiles, SendFile, Uninstall,
      UpdateClient, CollectEfiHashes, DumpEfiImage flows.
    * Added GetCrowdStrikeAgentID flow.
    * Deprecated GetFile flow in favor of MultiGetFile.
    * Made FileFinder an alias to ClientFileFinder, using ClientFileFinder
      by default everywhere. Legacy FileFinder is still available as
      LegacyFileFinder. Fixed several inconsistencies in ClientFileFinder
      client action. Same for RegistryFinder.
    * Added StatMultipleFiles and HashMultipleFiles flows to be used in
      UIv2.
    * Collecting more detailed stats about flow errors.
    * Newly interrogated hunts now pick up active hunts automatically.
    * UI work: hunts table, Stat/Hash multiple files flows, hunt graphs.
    mbushkov committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a903d33 View commit details
    Browse the repository at this point in the history