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

Velo collect agent org #256

Merged
merged 7 commits into from
Jun 27, 2024
Merged

Velo collect agent org #256

merged 7 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    2cc5711 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. refactor: Collect Velociraptor agents per organization

    This code change modifies the `sync_agents_velociraptor` function in the `sync.py` file. It now collects Velociraptor agents per organization, allowing for more efficient synchronization. This refactor improves the organization and management of Velociraptor agents in the system.
    taylorwalton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8f620e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d97c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    222ce98 View commit details
    Browse the repository at this point in the history
  4. refactor: Add velociraptor_org field to BaseBody model

    This code change adds the `velociraptor_org` field to the `BaseBody` model in the `artifacts.py` file. The `velociraptor_org` field allows for specifying the organization of the client when collecting artifacts. This enhancement improves the flexibility and accuracy of artifact collection in the system.
    taylorwalton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    818b4ff View commit details
    Browse the repository at this point in the history
  5. refactor: Extract filename from process_name in SocfortressThreatInte…

    …lRequest
    
    This code change adds a validator to the `process_name` field in the `SocfortressThreatIntelRequest` model. The validator extracts the filename from the `process_name` using the `os.path.basename` function. This enhancement improves the consistency and reliability of the filename extraction process in the Socfortress threat intelligence module.
    taylorwalton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1468a82 View commit details
    Browse the repository at this point in the history
  6. precommit fixes

    taylorwalton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    716b6ed View commit details
    Browse the repository at this point in the history