Skip to content

Releases: CrowdStrike/caracara

Version 0.1.0

07 Jun 03:34
Compare
Choose a tag to compare

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.

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

Bandit analysis

➜  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

New Contributors

Full Changelog: v0.0.31...v0.1.0

Version 0.0.31

26 Nov 22:42
Compare
Choose a tag to compare

What's Changed

  • Bump crowdstrike-falconpy from 0.6.5 to 0.7.2 by @dependabot in #2
  • Bump crowdstrike-falconpy from 0.7.2 to 0.7.3 by @dependabot in #3
  • Bump crowdstrike-falconpy from 0.7.3 to 0.7.4 by @dependabot in #4
  • Bump crowdstrike-falconpy from 0.7.4 to 0.8.1 by @dependabot in #5
  • Bump crowdstrike-falconpy from 0.8.1 to 0.8.3 by @dependabot in #6

New Contributors

Full Changelog: v0.0.28...v0.0.31

Version 0.0.28

14 Sep 03:16
Compare
Choose a tag to compare
Version 0.0.28 Pre-release
Pre-release

Cleaner tool handling with an additional abstraction class.

Version 0.0.26

13 Sep 04:30
Compare
Choose a tag to compare
Version 0.0.26 Pre-release
Pre-release

New Files tool added to RTR Toolbox.

Version 0.0.16

12 Sep 09:27
Compare
Choose a tag to compare
Version 0.0.16 Pre-release
Pre-release

Adds a CID lookup helper to the Hosts Toolbox

Version 0.0.13

12 Sep 06:09
Compare
Choose a tag to compare
Version 0.0.13 Pre-release
Pre-release

Added better error handling for command execution failures on single targets

Version 0.0.12

12 Sep 04:58
Compare
Choose a tag to compare
Version 0.0.12 Pre-release
Pre-release

Initial release