crowdstrike-falconpy-dev 1.4.2__tar.gz → 1.4.3.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crowdstrike-falconpy-dev-1.4.2/src/crowdstrike_falconpy_dev.egg-info → crowdstrike-falconpy-dev-1.4.3.dev1}/PKG-INFO +1 -2
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/dev_setup.py +0 -1
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1/src/crowdstrike_falconpy_dev.egg-info}/PKG-INFO +1 -2
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/crowdstrike_falconpy_dev.egg-info/SOURCES.txt +1 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_auth_object/_falcon_interface.py +12 -2
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_version.py +1 -1
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_authentications.py +21 -0
- crowdstrike-falconpy-dev-1.4.3.dev1/tests/test_exposure_management.py +45 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/AUTHORS.md +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/LICENSE +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/README.md +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/setup.cfg +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/setup.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/crowdstrike_falconpy_dev.egg-info/dependency_links.txt +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/crowdstrike_falconpy_dev.egg-info/requires.txt +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/crowdstrike_falconpy_dev.egg-info/top_level.txt +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/_request.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/_request_behavior.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/_request_connection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/_request_meta.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/_request_payloads.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_api_request/_request_validator.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_auth_object/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_auth_object/_base_falcon_auth.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_auth_object/_bearer_token.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_auth_object/_interface_config.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_auth_object/_uber_interface.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_constant/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_cloud_connect_aws.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_cloud_snapshots.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_configuration_assessment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_configuration_assessment_evaluation_logic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_container_alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_container_detections.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_container_images.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_container_packages.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_container_vulnerabilities.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_cspm_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_custom_ioa.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_custom_storage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_d4c_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_detects.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_device_control_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_discover.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_drift_indicators.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_event_streams.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_falcon_complete_dashboard.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_falcon_container.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_falconx_sandbox.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_fdr.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_filevantage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_firewall_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_firewall_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_foundry_logscale.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_host_group.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_hosts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_identity_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_image_assessment_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_incidents.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_installation_tokens.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_intel.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_ioa_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_ioc.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_iocs.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_kubernetes_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_malquery.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_message_center.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_ml_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_mobile_enrollment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_mssp.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_oauth2.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_ods.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_overwatch_dashboard.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_prevention_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_quarantine.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_quick_scan.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_real_time_response.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_real_time_response_admin.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_real_time_response_audit.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_recon.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_report_executions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_response_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_sample_uploads.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_scheduled_reports.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_sensor_download.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_sensor_update_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_sensor_visibility_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_spotlight_evaluation_logic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_spotlight_vulnerabilities.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_tailored_intelligence.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_unidentified_containers.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_user_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_workflows.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/_zero_trust_assessment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_custom_ioa.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_d4c_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_discover.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_fdr.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_firewall_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_hosts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_identity_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_installation_tokens.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_ioc.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_iocs.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_mapping.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_ods.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_real_time_response.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_real_time_response_admin.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_report_executions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_scheduled_reports.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_endpoint/deprecated/_zero_trust_assessment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_enum/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_enum/_base_url.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_enum/_container_base_url.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_enum/_token_fail_reason.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_error/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_error/_exceptions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_error/_warnings.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_log/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_log/_facility.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_cloud_connect_aws.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_cloud_snapshots.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_container.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_cspm_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_d4c_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_detects.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_device_control_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_falconx.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_filevantage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_firewall.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_foundry.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_generic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_host_group.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_incidents.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_ioa.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_ioc.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_malquery.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_message_center.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_mssp.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_ods.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_prevention_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_real_time_response.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_recon.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_reports.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_response_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_sample_uploads.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_sensor_update_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_payload/_workflows.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/__base_resource.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_base_dictionary.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_errors.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_expanded_result.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_headers.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_meta.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_resources.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_response_component.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_result/_result.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_service_class/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_service_class/_base_service_class.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_service_class/_service_class.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_util/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_util/_auth.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_util/_functions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_util/_service.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_util/_uber.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/api_complete/__init__.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/api_complete/_advanced.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/api_complete/_legacy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/cloud_connect_aws.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/cloud_snapshots.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/configuration_assessment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/configuration_assessment_evaluation_logic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/container_alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/container_detections.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/container_images.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/container_packages.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/container_vulnerabilities.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/cspm_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/custom_ioa.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/custom_storage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/d4c_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/debug.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/detects.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/device_control_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/discover.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/drift_indicators.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/event_streams.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/falcon_complete_dashboard.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/falcon_container.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/falconx_sandbox.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/fdr.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/filevantage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/firewall_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/firewall_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/foundry_logscale.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/host_group.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/hosts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/identity_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/image_assessment_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/incidents.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/installation_tokens.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/intel.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/ioa_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/ioc.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/iocs.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/kubernetes_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/malquery.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/message_center.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/ml_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/mobile_enrollment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/mssp.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/oauth2.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/ods.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/overwatch_dashboard.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/prevention_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/quarantine.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/quick_scan.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/real_time_response.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/real_time_response_admin.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/real_time_response_audit.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/recon.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/report_executions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/response_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/sample_uploads.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/scheduled_reports.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/sensor_download.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/sensor_update_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/sensor_visibility_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/spotlight_evaluation_logic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/spotlight_vulnerabilities.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/tailored_intelligence.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/unidentified_containers.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/user_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/workflows.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/zero_trust_assessment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_api_request.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_authorization.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_cloud_connect_aws.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_cloud_snapshots.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_configuration_assessment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_configuration_assessment_evaluation_logic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_container_alerts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_container_detections.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_container_images.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_container_packages.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_container_vulnerabilities.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_cspm_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_custom_ioa.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_custom_storage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_d4c_registration.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_detects.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_device_control_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_discover.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_drift_indicators.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_event_streams.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_falcon_complete_dashboard.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_falcon_container.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_falconx_sandbox.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_fdr.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_filevantage.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_firewall_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_firewall_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_foundry_logscale.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_host_group.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_hosts.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_identity_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_image_assessment_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_incidents.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_installation_tokens.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_intel.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_ioa_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_ioc.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_iocs.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_kubernetes_protection.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_malquery.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_message_center.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_ml_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_mobile_enrollment.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_mssp.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_ods.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_overwatch_dashboard.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_prevention_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_quarantine.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_quick_scan.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_real_time_response.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_real_time_response_admin.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_real_time_response_audit.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_recon.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_report_executions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_response_policies.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_result_object.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_sample_uploads.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_scheduled_reports.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_sensor_download.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_sensor_update_policy.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_sensor_visibility_exclusions.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_service_class.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_spotlight_evaluation_logic.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_spotlight_vulnerabilities.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_tailored_intelligence.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_timeout.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_uber.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_uber_api_complete.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_unidentified_containers.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_user_management.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_workflows.py +0 -0
- {crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_zero_trust_assessment.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: crowdstrike-falconpy-dev
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.3.dev1
|
|
4
4
|
Summary: The CrowdStrike Falcon SDK for Python 3
|
|
5
5
|
Home-page: https://github.com/CrowdStrike/falconpy
|
|
6
6
|
Author: CrowdStrike
|
|
@@ -27,7 +27,6 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.8
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.9
|
|
29
29
|
Classifier: Programming Language :: Python :: 3.10
|
|
30
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
31
30
|
Classifier: Framework :: Flake8
|
|
32
31
|
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
|
|
33
32
|
Classifier: Topic :: Security
|
|
@@ -153,7 +153,6 @@ setup(
|
|
|
153
153
|
"Programming Language :: Python :: 3.8",
|
|
154
154
|
"Programming Language :: Python :: 3.9",
|
|
155
155
|
"Programming Language :: Python :: 3.10",
|
|
156
|
-
"Programming Language :: Python :: 3.11",
|
|
157
156
|
"Framework :: Flake8",
|
|
158
157
|
"License :: OSI Approved :: The Unlicense (Unlicense)",
|
|
159
158
|
"Topic :: Security",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: crowdstrike-falconpy-dev
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.3.dev1
|
|
4
4
|
Summary: The CrowdStrike Falcon SDK for Python 3
|
|
5
5
|
Home-page: https://github.com/CrowdStrike/falconpy
|
|
6
6
|
Author: CrowdStrike
|
|
@@ -27,7 +27,6 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.8
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.9
|
|
29
29
|
Classifier: Programming Language :: Python :: 3.10
|
|
30
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
31
30
|
Classifier: Framework :: Flake8
|
|
32
31
|
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
|
|
33
32
|
Classifier: Topic :: Security
|
|
@@ -260,6 +260,7 @@ tests/test_device_control_policies.py
|
|
|
260
260
|
tests/test_discover.py
|
|
261
261
|
tests/test_drift_indicators.py
|
|
262
262
|
tests/test_event_streams.py
|
|
263
|
+
tests/test_exposure_management.py
|
|
263
264
|
tests/test_falcon_complete_dashboard.py
|
|
264
265
|
tests/test_falcon_container.py
|
|
265
266
|
tests/test_falconx_sandbox.py
|
|
@@ -41,6 +41,7 @@ For more information, please refer to <https://unlicense.org>
|
|
|
41
41
|
import time
|
|
42
42
|
import os
|
|
43
43
|
import warnings
|
|
44
|
+
from contextvars import copy_context
|
|
44
45
|
from json import loads
|
|
45
46
|
try:
|
|
46
47
|
from simplejson import JSONDecodeError
|
|
@@ -144,6 +145,15 @@ class FalconInterface(BaseFalconAuth):
|
|
|
144
145
|
# Store this non-refreshable token, assuming it was just generated.
|
|
145
146
|
self._token: BearerToken = BearerToken(access_token, 1799, 201)
|
|
146
147
|
|
|
148
|
+
# Foundry authentication
|
|
149
|
+
ctx = copy_context()
|
|
150
|
+
for cvar in ctx.values():
|
|
151
|
+
try:
|
|
152
|
+
self._token: BearerToken = BearerToken(cvar.access_token, 1799, 201)
|
|
153
|
+
break
|
|
154
|
+
except AttributeError:
|
|
155
|
+
pass
|
|
156
|
+
|
|
147
157
|
# Set the token renewal window, ignored when using Legacy Authentication.
|
|
148
158
|
self.renew_window: int = max(min(renew_window, MAX_TOKEN_RENEW_WINDOW),
|
|
149
159
|
MIN_TOKEN_RENEW_WINDOW
|
|
@@ -206,11 +216,11 @@ class FalconInterface(BaseFalconAuth):
|
|
|
206
216
|
# The generic login and logout handlers are provided here and leverage private methods
|
|
207
217
|
# to perform the operation. These private methods can be overridden to provide individual
|
|
208
218
|
# login and logout functionality to different inheriting class types.
|
|
209
|
-
def login(self) -> dict
|
|
219
|
+
def login(self) -> Union[dict, bool]:
|
|
210
220
|
"""Login to the Falcon API by requesting a new token."""
|
|
211
221
|
return self._login_handler()
|
|
212
222
|
|
|
213
|
-
def logout(self) -> dict
|
|
223
|
+
def logout(self) -> Union[dict, bool]:
|
|
214
224
|
"""Log out of the Falcon API by revoking the current token."""
|
|
215
225
|
return self._logout_handler()
|
|
216
226
|
|
{crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/_version.py
RENAMED
|
@@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
35
35
|
|
|
36
36
|
For more information, please refer to <https://unlicense.org>
|
|
37
37
|
"""
|
|
38
|
-
_VERSION = '1.4.
|
|
38
|
+
_VERSION = '1.4.3.dev1'
|
|
39
39
|
_MAINTAINER = 'Joshua Hiller'
|
|
40
40
|
_AUTHOR = 'CrowdStrike'
|
|
41
41
|
_AUTHOR_EMAIL = 'falconpy@crowdstrike.com'
|
{crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/tests/test_authentications.py
RENAMED
|
@@ -13,6 +13,8 @@ import pytest
|
|
|
13
13
|
# INFO,
|
|
14
14
|
# )
|
|
15
15
|
from logging.handlers import RotatingFileHandler
|
|
16
|
+
from contextvars import ContextVar, copy_context
|
|
17
|
+
from typing import Dict
|
|
16
18
|
# Authentication via the test_authorization.py
|
|
17
19
|
from tests import test_authorization as Authorization
|
|
18
20
|
# Import our sibling src folder into the path
|
|
@@ -28,6 +30,7 @@ from falconpy import (
|
|
|
28
30
|
Hosts,
|
|
29
31
|
Detects
|
|
30
32
|
)
|
|
33
|
+
from dataclasses import field, dataclass
|
|
31
34
|
from falconpy._util import confirm_base_region
|
|
32
35
|
from falconpy._version import _TITLE, _VERSION
|
|
33
36
|
|
|
@@ -38,6 +41,16 @@ _DEBUG = os.getenv("FALCONPY_UNIT_TEST_DEBUG", None)
|
|
|
38
41
|
if _DEBUG:
|
|
39
42
|
_DEBUG = True
|
|
40
43
|
|
|
44
|
+
@dataclass
|
|
45
|
+
class FoundryRequest:
|
|
46
|
+
access_token: str = field(default='')
|
|
47
|
+
body: Dict[str, any] = field(default_factory=lambda: {})
|
|
48
|
+
context: Dict[str, any] = field(default_factory=lambda: {})
|
|
49
|
+
method: str = field(default='')
|
|
50
|
+
params: Dict[str, any] = field(default_factory=lambda: {})
|
|
51
|
+
url: str = field(default='')
|
|
52
|
+
|
|
53
|
+
|
|
41
54
|
class TestAuthentications:
|
|
42
55
|
|
|
43
56
|
def serviceAny_TestCredentialAuthFailure(self):
|
|
@@ -352,3 +365,11 @@ class TestAuthentications:
|
|
|
352
365
|
except InvalidCredentialFormat:
|
|
353
366
|
_success = True
|
|
354
367
|
assert _success
|
|
368
|
+
|
|
369
|
+
def test_foundry_authentication(self):
|
|
370
|
+
request_context = ContextVar("request", default=FoundryRequest())
|
|
371
|
+
req: FoundryRequest = request_context.get()
|
|
372
|
+
req.access_token = auth.authorization.token()["body"]["access_token"]
|
|
373
|
+
request_context.set(req)
|
|
374
|
+
hosts = Hosts(pythonic=True)
|
|
375
|
+
assert bool(hosts.query_devices_by_filter_scroll(limit=1).status_code == 200)
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# test_exposure_management.py
|
|
2
|
+
# This class tests the Exposure Management product class
|
|
3
|
+
|
|
4
|
+
# import json
|
|
5
|
+
# import os
|
|
6
|
+
# import sys
|
|
7
|
+
|
|
8
|
+
# # Authentication via the test_authorization.py
|
|
9
|
+
# from tests import test_authorization as Authorization
|
|
10
|
+
# # from tests.test_spotlight_vulnerabilities import TestSpotlight
|
|
11
|
+
# # from tests.test_spotlight_evaluation_logic import TestSpotlightEval
|
|
12
|
+
# # from tests.test_discover import TestDiscover
|
|
13
|
+
# # from tests.test_cspm_registration import TestCSPMRegistration
|
|
14
|
+
|
|
15
|
+
# # Import our sibling src folder into the path
|
|
16
|
+
# sys.path.append(os.path.abspath('src'))
|
|
17
|
+
# # Classes to test - manually imported from sibling folder
|
|
18
|
+
# from falconpy import ExposureManagement, PolicyManagement, DeploymentManagement, FalconIntelligenceSandbox
|
|
19
|
+
|
|
20
|
+
# auth = Authorization.TestAuthorization()
|
|
21
|
+
# config = auth.getConfigObject()
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# AllowedResponses = [200, 201, 207, 400, 429]
|
|
26
|
+
|
|
27
|
+
# class TestExposureManagement():
|
|
28
|
+
# def test_force_pass(self):
|
|
29
|
+
# falcon = ExposureManagement(auth_object=config)
|
|
30
|
+
# assert True
|
|
31
|
+
|
|
32
|
+
# class TestPolicyManagement():
|
|
33
|
+
# def test_force_pass(self):
|
|
34
|
+
# falcon = PolicyManagement(auth_object=config)
|
|
35
|
+
# assert True
|
|
36
|
+
|
|
37
|
+
# class TestDeploymentManagement():
|
|
38
|
+
# def test_force_pass(self):
|
|
39
|
+
# falcon = DeploymentManagement(auth_object=config)
|
|
40
|
+
# assert True
|
|
41
|
+
|
|
42
|
+
# class TestFalconIntelligenceSandbox():
|
|
43
|
+
# def test_force_pass(self):
|
|
44
|
+
# falcon = FalconIntelligenceSandbox(auth_object=config)
|
|
45
|
+
# assert True
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crowdstrike-falconpy-dev-1.4.2 → crowdstrike-falconpy-dev-1.4.3.dev1}/src/falconpydev/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|