Recent Releases of https://github.com/crowdstrike/caracara

https://github.com/crowdstrike/caracara - Version 1.0.0

What's Changed

We're now at Version 1.0.0! Note that this does not increase the level of support offered for Caracara, or delineate a "finished" version; rather, this is to work around different treatment of 0.x releases by Poetry. See the comments on the v1.0.0 PR here for more information: https://github.com/CrowdStrike/caracara/pull/235

Outside of this, we now support enumerating Falcon Scripts via the RTR module.

  • Adds Falcon Script Enumeration by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/234
  • Bumps dependencies and version to 1.0.0 by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/235

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.9.2...v1.0.0

- Python
Published by ChristopherHammond13 11 months ago

https://github.com/crowdstrike/caracara - Version 0.9.2

Version 0.9.2 bumps dependencies and brings official Python 3.13 support.

What's Changed

  • Bump pytest from 8.3.3 to 8.3.4 by @dependabot in https://github.com/CrowdStrike/caracara/pull/226
  • Bumps dependencies and enables Python 3.13 testing by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/227

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.9.1...v0.9.2

- Python
Published by ChristopherHammond13 about 1 year ago

https://github.com/crowdstrike/caracara - Version 0.9.1

This release contains multiple bug fixes to the IOA module, as well as a bump in our unit test suite that gets it part of the CI process again. The aim is to keep working toward a stable v1.0 release that we can incrementally add features to, with a stable and robust base.

Huge thanks to @hur for your help with some of these bug fixes, and to @jshcodes for some great improvements to our samples templating. Please note that we have made changes to the way that samples are configured, so do take the time to check through your sample configuration if you have an outdated one.

As usual, dependencies have been bumped too, to ensure we're staying current.

What's Changed

  • Fixes handling of Custom IOA Rule Group Versioning by @hur in https://github.com/CrowdStrike/caracara/pull/216
  • Fixes rule group addition in IoaRuleGroup.updatecreate_delete by @hur in https://github.com/CrowdStrike/caracara/pull/217
  • Fixes attribute errors in the Custom IOA module by @hur in https://github.com/CrowdStrike/caracara/pull/218
  • Add FalconPy native logging support by @jshcodes in https://github.com/CrowdStrike/caracara/pull/220
  • Add Environment and Context authentication support, default example profiles and global example settings by @jshcodes in https://github.com/CrowdStrike/caracara/pull/222
  • Bump crowdstrike-falconpy from 1.4.5 to 1.4.6 by @dependabot in https://github.com/CrowdStrike/caracara/pull/224
  • Fixes to tests and policies and 0.9.1 version and dependencies bump by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/221

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.9.0...v0.9.1

- Python
Published by ChristopherHammond13 over 1 year ago

https://github.com/crowdstrike/caracara - Version 0.9.0

This version is mostly focused on stability. Highlights: - Python 3.8 is now the minimum - Python 3.13 is now supported - Some issues with RTR batching have been addressed for stability - Dependency bumps across the board

What's Changed

  • User Management Documentation by @natalie363 in https://github.com/CrowdStrike/caracara/pull/200
  • Caracara 0.9.0: Preparation for Python 3.13 (and huge code cleanup) by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/206
  • Update unit tests' mock auth objects to use auto-speccing by @hur in https://github.com/CrowdStrike/caracara/pull/215
  • RTR Robustness Updates by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/205

New Contributors

  • @hur made their first contribution in https://github.com/CrowdStrike/caracara/pull/215

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.8.0...v0.9.0

Known Issues

We are in the process of scoping solutions to bugs #212 and #213. A follow up version will be released once we have addressed those. If you rely on the IOA functionality, please watch those issues for updates. Thank you @hur for your help with these issues!

- Python
Published by ChristopherHammond13 over 1 year ago

https://github.com/crowdstrike/caracara - Version 0.8.0

What's Changed

  • Adds user management module by @natalie363 in https://github.com/CrowdStrike/caracara/pull/198
  • Many dependency updates across the board
  • A small number of general code spruce ups

New Contributors

  • @natalie363 made their first contribution in https://github.com/CrowdStrike/caracara/pull/198

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.7.0...v0.8.0

- Python
Published by ChristopherHammond13 over 1 year ago

https://github.com/crowdstrike/caracara - Version 0.7.0

Version 0.7.0

What's Changed

  • Maintenance Token Retrieval by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/156
  • Bump py7zr from 0.20.8 to 0.21.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/149
  • Bump setuptools from 69.2.0 to 69.5.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/158
  • Full general dependency bump across the board, including FalconPy

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.6.1...v0.7.0

- Python
Published by ChristopherHammond13 almost 2 years ago

https://github.com/crowdstrike/caracara - Version 0.6.1

Migrates from bullet to prompt_toolkit for a better example UX, and provides a CS-themed prompt_toolkit radio list dialog that can be used by downstream projects.

What's Changed

  • Migrate from Bullet to Prompt Toolkit by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/144

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.6.0...v0.6.1

- Python
Published by ChristopherHammond13 almost 2 years ago

https://github.com/crowdstrike/caracara - Version 0.6.0

This release deprecates Python 3.7 support, but introduces formal support for Python 3.12. In doing so, we've been able to bump up dependencies across the board to leverage the latest features in FalconPy and our code quality tooling dependencies.

What's Changed

  • Bump crowdstrike-falconpy from 1.4.0 to 1.4.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/141
  • ⬆️ Bump setuptools from 67.8.0 to 68.0.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/114
  • Fixes Python 3.12 and Deprecates Python 3.7 by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/142

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.5.3...v0.6.0

- Python
Published by ChristopherHammond13 about 2 years ago

https://github.com/crowdstrike/caracara - Version 0.5.3

What's Changed

Resolves an issue describing RTR PUT files on large CIDs, and bumps libraries across the board.

  • ⬆️ Bump crowdstrike-falconpy from 1.3.1 to 1.3.2 by @dependabot in https://github.com/CrowdStrike/caracara/pull/123
  • ⬆️ Bump pylint from 2.17.5 to 2.17.7 by @dependabot in https://github.com/CrowdStrike/caracara/pull/126
  • ⬆️ Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in https://github.com/CrowdStrike/caracara/pull/127
  • ⬆️ Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/CrowdStrike/caracara/pull/125
  • ⬆️ Bump gitpython from 3.1.35 to 3.1.37 by @dependabot in https://github.com/CrowdStrike/caracara/pull/128
  • ⬆️ Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in https://github.com/CrowdStrike/caracara/pull/129
  • ⬆️ Bump pytest from 7.4.2 to 7.4.4 by @dependabot in https://github.com/CrowdStrike/caracara/pull/133
  • ⬆️ Bump crowdstrike-falconpy from 1.3.2 to 1.3.5 by @dependabot in https://github.com/CrowdStrike/caracara/pull/134
  • ⬆️ Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/CrowdStrike/caracara/pull/135
  • ⬆️ Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/CrowdStrike/caracara/pull/136
  • ⬆️ Bump gitpython from 3.1.37 to 3.1.41 by @dependabot in https://github.com/CrowdStrike/caracara/pull/139
  • ⬆️ Bump crowdstrike-falconpy from 1.3.5 to 1.4.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/138
  • ⬆️ Bump pycryptodomex from 3.18.0 to 3.19.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/137
  • Sets the batch size for RTR PUT files to 100 by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/140

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.5.2...v0.5.3

- Python
Published by ChristopherHammond13 about 2 years ago

https://github.com/crowdstrike/caracara - Version 0.5.2

Bumps dependencies to include security and bug fixes.

What's Changed

  • ⬆️ Bump pytest from 7.4.0 to 7.4.2 by @dependabot in https://github.com/CrowdStrike/caracara/pull/120
  • ⬆️ Bump crowdstrike-falconpy from 1.3.0 to 1.3.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/119
  • ⬆️ Bump gitpython from 3.1.32 to 3.1.34 by @dependabot in https://github.com/CrowdStrike/caracara/pull/118
  • ⬆️ Bump caracara-filters from 0.1.3 to 0.2.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/122
  • ⬆️ Bump gitpython from 3.1.32 to 3.1.35 by @dependabot in https://github.com/CrowdStrike/caracara/pull/121

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.5.1...v0.5.2

- Python
Published by ChristopherHammond13 over 2 years ago

https://github.com/crowdstrike/caracara - Version 0.5.1

Version 0.5.1

Warning: breaking change in filter logic

What's Changed

  • [BUGFIX] Remove online state enrichment in describe_devices() by default by @kenoel in https://github.com/CrowdStrike/caracara/pull/100
  • ⬆️ Bump requests from 2.30.0 to 2.31.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/98
  • Version 0.5.0: New Filtering and General Version Bumps by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/113
  • Online State Endpoints Batch Data Size Fix by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/115

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.3.0...v0.5.1

- Python
Published by ChristopherHammond13 over 2 years ago

https://github.com/crowdstrike/caracara - Version 0.3.0

What's Changed

  • Fixes FQL for Queued Sessions by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/79
  • [FEATURE] Add ability to filter on host online state by @kenoel in https://github.com/CrowdStrike/caracara/pull/95
  • [ FEATURE ] Adds User Data Read Operations by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/92
  • Bumps dependencies

New Contributors

  • @kenoel made their first contribution in https://github.com/CrowdStrike/caracara/pull/95

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.2.2...v0.3.0

Issues Resolved

  • #81
  • #87

- Python
Published by ChristopherHammond13 almost 3 years ago

https://github.com/crowdstrike/caracara - Version 0.2.2

Overview

This release incorporates some updates to underlying dependencies, as well as a critical bug fix for policy imports (#72) to ensure that we dump data in a format that is fully compliant with the Falcon Policies APIs.

What's Changed

  • Adds some error handling to the batching and pagination backends by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/61
  • ⬆️ Bump coverage from 6.5.0 to 7.0.3 by @dependabot in https://github.com/CrowdStrike/caracara/pull/63
  • ⬆️ Bump coverage from 7.0.3 to 7.0.4 by @dependabot in https://github.com/CrowdStrike/caracara/pull/64
  • ⬆️ Bump pydocstyle from 6.2.2 to 6.2.3 by @dependabot in https://github.com/CrowdStrike/caracara/pull/65
  • ⬆️ Bump coverage from 7.0.4 to 7.1.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/70
  • ⬆️ Bump crowdstrike-falconpy from 1.2.9 to 1.2.11 by @dependabot in https://github.com/CrowdStrike/caracara/pull/71
  • ⬆️ Bump pydocstyle from 6.2.3 to 6.3.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/68
  • ⬆️ Bump pytest from 7.2.0 to 7.2.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/66
  • 🐛 Changes the key name to settings in flat_dump by @ChristopherHammond13 in https://github.com/CrowdStrike/caracara/pull/72

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.2.1...v0.2.2

- Python
Published by ChristopherHammond13 about 3 years ago

https://github.com/crowdstrike/caracara - Version 0.2.1

Version 0.2.1

This version of Caracara bumps up dependencies, and ensures that all installations get at least version 1.2.9 of FalconPy which includes some important bug fixes for features used by Caracara.

- Python
Published by ChristopherHammond13 about 3 years ago

https://github.com/crowdstrike/caracara - Version 0.2.0

This version of Caracara brings some important updates: * IOA support is now available in alpha, thanks to some awesome work by @swedgwood! * Dependencies have been bumped to get the latest fixes in FalconPy and Py7zr (including a fix for a CVE), as well as in other libraries.

- Python
Published by ChristopherHammond13 about 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.6

This release adds a couple of small filters that should have a real impact. 1) We now support the cswindiag and put-and-run RTR commands 2) You can now filter by host ConnectionStatus (Online or Offline), which avoids the need to use tricks like LastSeen GTE -30m to guess which systems are online

- Python
Published by ChristopherHammond13 over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.5

This release adds basic support for MSSP CID introspection

- Python
Published by ChristopherHammond13 over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.4

This releases integrates #39, which fixes a bug in the RTR automatic session renewal code and bumps up some of our dependencies.

- Python
Published by ChristopherHammond13 over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.3

This release upgrades some aspects of our deployment pipeline and divides up hosts.describe_devices into two sub-functions, callable by developers: - hosts.get_device_ids, which takes optional filters as a parameter and returns matching Device IDs in a tenant - hosts.get_device_data, which takes a list of Device IDs and returns the device data as a list of dictionaries

- Python
Published by ChristopherHammond13 over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.2

This release brings a slew of improvements to the hosts module, including grouping support, along with more than 100 commits of bug fixes. We recommend that all Caracara users migrate to this release.

- Python
Published by ChristopherHammond13 over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.1

Caracara v0.1.1

This update resolves a results batching issue when the result set exceeded the DATABATCHSIZE.

The Client object can now accept environment variable representations for the following arguments:

  • client_id
  • client_secret
  • cloud_name
  • user_agent
  • member_cid

Format: ${VARIABLE_NAME}

Two new examples are added, and the list_windows_devices.py example was updated.

Testing for releases via Poetry is also implemented.

  • [x] Enhancement
  • [x] Bug fixes
  • [x] Documentation

Bandit analysis

```shell [main] INFO running on Python 3.9.9 Run started:2022-06-08 03:57:19.208325

Test results: No issues identified.

Code scanned: Total lines of code: 3606 Total lines skipped (#nosec): 1

Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0): ```

Added features and functionality

  • Updated: Added total results returned to list Windows devices example.
    • examples/list_windows_devices.py
  • Added: New example, list all devices.
    • examples/list_all_devices.py
  • Added: New example, find devices.
    • examples/find_devices.py
  • Added: Environment variables are now allowed for initialization arguments to the Client constructor.

    • client.py ```python #!/usr/bin/env python3 from caracara import Client

    client = Client(clientid="${FALCONCLIENTIDTALON1}", clientsecret="${FALCONCLIENTSECRETTALON1}")

    for deviceid, devicedata in client.hosts.describedevices().items(): print(f"{deviceid} {device_data['hostname']}") ```

Issues resolved

  • Bug fix: Fix within batch handler causing results to be dropped in large result sets. Closes #26.
    • common/batching.py

Other

  • Testing for new packaging deployment

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.1.0...v0.1.1

- Python
Published by jshcodes over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.1.0

Caracara v0.1.0

This update represents a brand new approach to Caracara, complete with new code, new examples and new usage. It should be considered a full replacement for previous versions, building on lessons learned from FalconPy and the original version of Caracara.

  • [X] Enhancement
  • [X] Major Feature update
  • [X] Bug fixes
  • [X] Breaking Change
  • [X] Updated unit tests
  • [X] Documentation

Bandit analysis

```shell ➜ caracara git:(ver_0.1.0) poetry run bandit -r $EXAMPLES --configfile $EXAMPLES/.bandit poetry run bandit -r $ROOT --configfile .bandit poetry run bandit -r $TESTS --configfile $TESTS/.bandit [main] INFO Found project level .bandit file: examples/.bandit [utils] WARNING Unable to parse config file examples/.bandit or missing [bandit] section [main] INFO profile include tests: None [main] INFO profile exclude tests: None [main] INFO cli include tests: None [main] INFO cli exclude tests: None [main] INFO using config: examples/.bandit [main] INFO running on Python 3.10.4 Run started:2022-05-12 18:33:27.275268

Test results: No issues identified.

Code scanned: Total lines of code: 488 Total lines skipped (#nosec): 0

Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0): [main] INFO profile include tests: None [main] INFO profile exclude tests: None [main] INFO cli include tests: None [main] INFO cli exclude tests: None [main] INFO using config: .bandit [main] INFO running on Python 3.10.4 [manager] WARNING Test in comment: The is not a test name or id, ignoring [manager] WARNING Test in comment: password is not a test name or id, ignoring [manager] WARNING Test in comment: infected is not a test name or id, ignoring [manager] WARNING Test in comment: is is not a test name or id, ignoring [manager] WARNING Test in comment: generic is not a test name or id, ignoring [manager] WARNING Test in comment: and is not a test name or id, ignoring [manager] WARNING Test in comment: always is not a test name or id, ignoring [manager] WARNING Test in comment: the is not a test name or id, ignoring [manager] WARNING Test in comment: same is not a test name or id, ignoring Run started:2022-05-12 18:33:28.469316

Test results: No issues identified.

Code scanned: Total lines of code: 3502 Total lines skipped (#nosec): 1

Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0): [main] INFO Found project level .bandit file: tests/.bandit [utils] WARNING Unable to parse config file tests/.bandit or missing [bandit] section [main] INFO profile include tests: None [main] INFO profile exclude tests: B101 [main] INFO cli include tests: None [main] INFO cli exclude tests: None [main] INFO using config: tests/.bandit [main] INFO running on Python 3.10.4 Run started:2022-05-12 18:33:29.322828

Test results: No issues identified.

Code scanned: Total lines of code: 123 Total lines skipped (#nosec): 0

Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0): ```

Added features and functionality

This is a complete re-write of Caracara. Please see the new README for usage information, and the examples folder for example usage.

Additional changes

  • Bump crowdstrike-falconpy from 0.8.4 to 0.8.5 by @dependabot in https://github.com/CrowdStrike/caracara/pull/8
  • Bump crowdstrike-falconpy from 0.8.5 to 0.8.8 by @dependabot in https://github.com/CrowdStrike/caracara/pull/9
  • Bump crowdstrike-falconpy from 0.8.8 to 0.8.10 by @dependabot in https://github.com/CrowdStrike/caracara/pull/10
  • Bump crowdstrike-falconpy from 0.8.10 to 0.8.11 by @dependabot in https://github.com/CrowdStrike/caracara/pull/11
  • Bump crowdstrike-falconpy from 0.8.11 to 0.9.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/12
  • Bump crowdstrike-falconpy from 0.9.0 to 1.0.0 by @dependabot in https://github.com/CrowdStrike/caracara/pull/13
  • Bump crowdstrike-falconpy from 1.0.0 to 1.0.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/14
  • Bump crowdstrike-falconpy from 1.0.1 to 1.0.2 by @dependabot in https://github.com/CrowdStrike/caracara/pull/15
  • Bump crowdstrike-falconpy from 1.0.2 to 1.0.4 by @dependabot in https://github.com/CrowdStrike/caracara/pull/16
  • Bump crowdstrike-falconpy from 1.0.4 to 1.0.5 by @dependabot in https://github.com/CrowdStrike/caracara/pull/17
  • Bump crowdstrike-falconpy from 1.0.5 to 1.0.6 by @dependabot in https://github.com/CrowdStrike/caracara/pull/18
  • Bump crowdstrike-falconpy from 1.0.6 to 1.0.7 by @dependabot in https://github.com/CrowdStrike/caracara/pull/19
  • Bump crowdstrike-falconpy from 1.0.7 to 1.0.8 by @dependabot in https://github.com/CrowdStrike/caracara/pull/20
  • Bump crowdstrike-falconpy from 1.0.8 to 1.0.9 by @dependabot in https://github.com/CrowdStrike/caracara/pull/21
  • Bump crowdstrike-falconpy from 1.0.9 to 1.0.10 by @dependabot in https://github.com/CrowdStrike/caracara/pull/22
  • The New Caracara: Version 0.1.0 by @ChristopherHammond13 and @jshcodes in https://github.com/CrowdStrike/caracara/pull/24

New Contributors

  • @ChristopherHammond13 made their first contribution in https://github.com/CrowdStrike/caracara/pull/24

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.0.31...v0.1.0

- Python
Published by jshcodes over 3 years ago

https://github.com/crowdstrike/caracara - Version 0.0.31

What's Changed

  • Bump crowdstrike-falconpy from 0.6.5 to 0.7.2 by @dependabot in https://github.com/CrowdStrike/caracara/pull/2
  • Bump crowdstrike-falconpy from 0.7.2 to 0.7.3 by @dependabot in https://github.com/CrowdStrike/caracara/pull/3
  • Bump crowdstrike-falconpy from 0.7.3 to 0.7.4 by @dependabot in https://github.com/CrowdStrike/caracara/pull/4
  • Bump crowdstrike-falconpy from 0.7.4 to 0.8.1 by @dependabot in https://github.com/CrowdStrike/caracara/pull/5
  • Bump crowdstrike-falconpy from 0.8.1 to 0.8.3 by @dependabot in https://github.com/CrowdStrike/caracara/pull/6

New Contributors

  • @dependabot made their first contribution in https://github.com/CrowdStrike/caracara/pull/2

Full Changelog: https://github.com/CrowdStrike/caracara/compare/v0.0.28...v0.0.31

- Python
Published by jshcodes over 4 years ago

https://github.com/crowdstrike/caracara - Version 0.0.28

Cleaner tool handling with an additional abstraction class.

- Python
Published by jshcodes over 4 years ago

https://github.com/crowdstrike/caracara - Version 0.0.26

New Files tool added to RTR Toolbox.

- Python
Published by jshcodes over 4 years ago

https://github.com/crowdstrike/caracara - Version 0.0.16

Adds a CID lookup helper to the Hosts Toolbox

- Python
Published by jshcodes over 4 years ago

https://github.com/crowdstrike/caracara - Version 0.0.13

Added better error handling for command execution failures on single targets

- Python
Published by jshcodes over 4 years ago

https://github.com/crowdstrike/caracara - Version 0.0.12

Initial release

- Python
Published by jshcodes over 4 years ago