-
Notifications
You must be signed in to change notification settings - Fork 121
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
New samples and updates #1118
Merged
New samples and updates #1118
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jshcodes
added
code samples
Functioning sample code to get you started
SDK usage
General SDK usage issues and questions
labels
Feb 9, 2024
jlangdev
approved these changes
Feb 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code samples
Functioning sample code to get you started
SDK usage
General SDK usage issues and questions
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Samples
This pull request adds 20 new samples and updates 1.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.17 Run started:2024-02-09 09:05:39.197130 Test results: No issues identified. Code scanned: Total lines of code: 16154 Total lines skipped (#nosec): 2 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
samples/hosts/bulk_add_falcon_tag.py
samples/hosts/default_groups.py
samples/hosts/get_host_groups.py
samples/hosts/host_search.py
samples/hosts/hosts_report.py
samples/hosts/policy_check.py
samples/hosts/rfm_report.py
samples/hosts/serial_search.py
samples/ioa_exclusions/ioa_audit.py
samples/ioc/ioc_audit.py
samples/ml_exclusions/mle_audit.py
samples/prevention_policy/clone_prev_policy.py
samples/prevention_policy/create_attached_group.py
samples/rtr/get_file_from_hosts.py
samples/rtr/restart_sensor.py
samples/rtr/script_manager.py
samples/sensor_update_policies/clone_update_policy.py
samples/sensor_update_policies/create_attached_group.py
samples/sensor_visibility_exclusions/sve_audit.py
samples/user_management/find_users.py
samples/malquery/malqueryinator.py
Note
Many thanks go out to @Don-Swanson-Adobe for the time and effort invested to contribute all of the samples highlighted in bold above. 🙇♂️
Other
samples/README.md
samples/hosts/README.md
samples/ioa_exclusions/README.md
samples/ioc/README.md
samples/ml_exclusions/README.md
samples/prevention_policy/README.md
samples/rtr/README.md
samples/sensor_update_policies/README.md
samples/sensor_visibility_exclusions/README.md
samples/user_management/README.md