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

New samples and updates #1118

Merged
merged 28 commits into from
Feb 13, 2024
Merged

New samples and updates #1118

merged 28 commits into from
Feb 13, 2024

Conversation

jshcodes
Copy link
Member

@jshcodes jshcodes commented Feb 9, 2024

Samples

This pull request adds 20 new samples and updates 1.

  • Documentation
  • Code sample

Unit test coverage

NOT REQUIRED FOR SAMPLE SUBMISSIONS

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

  • New sample: Hosts Tagger
    • samples/hosts/bulk_add_falcon_tag.py
  • New sample: Default Groups
    • samples/hosts/default_groups.py
  • New sample: Get Host Groups
    • samples/hosts/get_host_groups.py
  • New sample: Host Search
    • samples/hosts/host_search.py
  • New sample: Hosts Report
    • samples/hosts/hosts_report.py
  • New sample: Policy Check
    • samples/hosts/policy_check.py
  • New sample: RFM Report
    • samples/hosts/rfm_report.py
  • New sample: Serial Search
    • samples/hosts/serial_search.py
  • New sample: IOA Audit
    • samples/ioa_exclusions/ioa_audit.py
  • New sample: IOC Audit
    • samples/ioc/ioc_audit.py
  • New sample: MLE Audit
    • samples/ml_exclusions/mle_audit.py
  • New sample: Clone Prevention Policy
    • samples/prevention_policy/clone_prev_policy.py
  • New sample: Create Host Group and attach to Prevention Policy
    • samples/prevention_policy/create_attached_group.py
  • New sample: Get file from hosts
    • samples/rtr/get_file_from_hosts.py
  • New sample: Restart Sensor
    • samples/rtr/restart_sensor.py
  • New sample: Script Manager
    • samples/rtr/script_manager.py
  • New sample: Clone Update Policy
    • samples/sensor_update_policies/clone_update_policy.py
  • New sample: Create Host Group and attach to Sensor Update Policy
    • samples/sensor_update_policies/create_attached_group.py
  • New sample: SVE Audit
    • samples/sensor_visibility_exclusions/sve_audit.py
  • New sample: Find Users
    • samples/user_management/find_users.py
  • Updated: Added environment authentication and API debugging to MalQueryinator sample.
    • 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

  • Updated: Documentation updated to reflect sample changes.
    • 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

@jshcodes jshcodes added code samples Functioning sample code to get you started SDK usage General SDK usage issues and questions labels Feb 9, 2024
@jshcodes jshcodes merged commit 1885705 into main Feb 13, 2024
23 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants