{"id":15010074,"url":"https://github.com/crowdstrike/falconpy","last_synced_at":"2025-10-08T18:16:04.767Z","repository":{"id":37489132,"uuid":"312363599","full_name":"CrowdStrike/falconpy","owner":"CrowdStrike","description":"The CrowdStrike Falcon SDK for Python","archived":false,"fork":false,"pushed_at":"2025-05-07T18:35:21.000Z","size":61189,"stargazers_count":403,"open_issues_count":10,"forks_count":131,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-07T19:41:36.720Z","etag":null,"topics":["api","crowdstrike","crowdstrike-apis","devsecops","falcon","falconpy","oauth2","python","python-3","python3","python310","python311","python312","python313","python37","python38","python39","sdk","security","security-automation"],"latest_commit_sha":null,"homepage":"https://www.falconpy.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrowdStrike.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-12T18:33:23.000Z","updated_at":"2025-04-30T18:18:48.000Z","dependencies_parsed_at":"2023-12-13T15:40:28.492Z","dependency_job_id":"a49f3819-c4e3-4b96-ae81-103fe20d9f25","html_url":"https://github.com/CrowdStrike/falconpy","commit_stats":{"total_commits":879,"total_committers":32,"mean_commits":27.46875,"dds":0.3720136518771331,"last_synced_commit":"508308bee37ed0ac5c50c4b8b8f0cd59232a91ea"},"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrowdStrike","download_url":"https://codeload.github.com/CrowdStrike/falconpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092798,"owners_count":22013292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","crowdstrike","crowdstrike-apis","devsecops","falcon","falconpy","oauth2","python","python-3","python3","python310","python311","python312","python313","python37","python38","python39","sdk","security","security-automation"],"created_at":"2024-09-24T19:29:49.140Z","updated_at":"2025-10-08T18:16:04.687Z","avatar_url":"https://github.com/CrowdStrike.png","language":"Python","readme":"![CrowdStrike FalconPy](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/cs-logo.png#gh-light-mode-only)\n![CrowdStrike FalconPy](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/cs-logo-red.png#gh-dark-mode-only)\n\n[![CrowdStrike Subreddit](https://img.shields.io/badge/-r%2Fcrowdstrike-white?logo=reddit\u0026labelColor=gray\u0026link=https%3A%2F%2Freddit.com%2Fr%2Fcrowdstrike)](https://reddit.com/r/crowdstrike)\u003cbr/\u003e\n\n# FalconPy - The CrowdStrike Falcon SDK for Python\n\n[![Package Status](https://img.shields.io/pypi/status/crowdstrike-falconpy?label=package%20status)](https://pypi.org/project/crowdstrike-falconpy/)\n[![PyPI](https://img.shields.io/pypi/v/crowdstrike-falconpy?label=current%20version)](https://pypi.org/project/crowdstrike-falconpy/#history)\n[![Release date](https://img.shields.io/github/release-date/CrowdStrike/falconpy)](https://github.com/CrowdStrike/falconpy/releases)\n[![Repo status](https://img.shields.io/osslifecycle/crowdstrike/falconpy?label=repo%20status)](https://github.com/CrowdStrike/falconpy/graphs/code-frequency)\n[![Commit activity](https://img.shields.io/github/commits-since/CrowdStrike/falconpy/latest)](https://github.com/CrowdStrike/falconpy/commits/main)\n![GitHub forks](https://img.shields.io/github/forks/crowdstrike/falconpy?style=flat)\n\nThe FalconPy SDK contains a collection of Python classes that abstract CrowdStrike Falcon OAuth2 API interaction, removing duplicative code and allowing developers to focus on just the logic of their solution requirements.\n\n+ [Overview](#overview-)\n+ [Quick Start](#quick-start-)\n+ [Documentation and Support](#documentation-and-support-)\n+ [Contribute to FalconPy](#contribute-to-falconpy-)\n\n## Overview 🔎\nThere are many CrowdStrike Falcon API [service collections](https://www.falconpy.io/Operations/Operations-by-Collection.html) collectively containing hundreds of [individual operations](https://www.falconpy.io/Operations/All-Operations.html), all of which are accessible to your project via FalconPy.\n\nThe CrowdStrike Falcon SDK for Python completely abstracts token management, while also supporting interaction with all CrowdStrike regions, custom connection and response timeouts, routing requests through a list of proxies, disabling SSL verification, and custom header configuration.\n\n\u003e If the CrowdStrike APIs were rings of great power, that the Dark Lord Sauron gifted to the kings of dwarves, elves and men, then CrowdStrike's FalconPy would be the One Ring.\n\u003e \n\u003e _\"One SDK to rule them all, One SDK to find them, One SDK to bring them all and in the darkness bind them.\"_\n\n[![Downloads](https://static.pepy.tech/personalized-badge/crowdstrike-falconpy?left_text=package%20installs/month\u0026left_color=grey\u0026right_color=blue\u0026period=month)](https://pepy.tech/project/crowdstrike-falconpy)\n[![Development Installs](https://static.pepy.tech/personalized-badge/crowdstrike-falconpy-dev?left_text=development%20package%20installs/month\u0026left_color=grey\u0026right_color=blue\u0026period=month)](https://pepy.tech/project/crowdstrike-falconpy-dev)\n\n#### Supported versions of Python\nThe CrowdStrike Falcon SDK for Python was developed for Python 3. Current versions of FalconPy provide support for Python versions `3.7` - `3.13`. Every commit to the FalconPy code base is unit tested for functionality using all versions of Python the library currently supports.\n\n\u003e [!NOTE]\n\u003e Developers working with Python version `3.6` will need to leverage versions of FalconPy less than `1.4.0`.\n\n[![PyPI - Implementation](https://img.shields.io/pypi/implementation/crowdstrike-falconpy)](https://pypi.org/project/crowdstrike-falconpy/#files)\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/crowdstrike-falconpy)](https://pypi.org/project/crowdstrike-falconpy/#files)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/crowdstrike-falconpy?label=supported%20versions)](https://github.com/CrowdStrike/falconpy/actions/workflows/unit_testing_ubuntu.yml)\n\n#### Supported Operating Systems\nThe FalconPy SDK is unit tested on the following operating systems.\n\n[![macOS](https://img.shields.io/badge/-macOS-silver?logo=apple\u0026style=for-the-badge\u0026labelColor=gray)](https://www.apple.com/macos/)\n[![Ubuntu](https://img.shields.io/badge/-Ubuntu-964?logo=ubuntu\u0026style=for-the-badge\u0026labelColor=tan)](https://ubuntu.com/)\n[![Windows](https://img.shields.io/badge/-Windows-blue?logo=windows\u0026style=for-the-badge\u0026labelColor=darkblue)](https://www.microsoft.com/en-us/windows/)\n\nFalconPy will also run on any of the following operating systems.\n\n[![Amazon Linux](https://img.shields.io/badge/-Amazon-darkgreen?logo=amazon\u0026style=for-the-badge\u0026labelColor=teal)](https://aws.amazon.com/amazon-linux-ami/)\n[![CentOS](https://img.shields.io/badge/-CentOS-magenta?logo=centos\u0026style=for-the-badge\u0026labelColor=purple)](https://www.centos.org/)\n[![Fedora](https://img.shields.io/badge/-Fedora-teal?logo=fedora\u0026style=for-the-badge\u0026labelColor=darkblue)](https://getfedora.org/)\n[![RedHat](https://img.shields.io/badge/-RedHat-red?logo=redhat\u0026style=for-the-badge\u0026labelColor=maroon)](https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux)\n[![Arch](https://img.shields.io/badge/-Arch-darkgray?logo=archlinux\u0026style=for-the-badge\u0026labelColor=gray)](https://archlinux.org/)\n\n[![Debian](https://img.shields.io/badge/-Debian-darkred?logo=debian\u0026style=for-the-badge\u0026labelColor=red)](https://www.debian.org/)\n[![Kali](https://img.shields.io/badge/-Kali-gray?logo=kalilinux\u0026logoColor=red\u0026style=for-the-badge\u0026labelColor=black)](https://www.kali.org/)\n[![Pop! OS](https://img.shields.io/badge/-Pop!%20OS-orange?logo=popos\u0026logoColor=black\u0026style=for-the-badge\u0026labelColor=yellow)](https://pop.system76.com/)\n[![SUSE](https://img.shields.io/badge/-SUSE-yellow?logo=suse\u0026style=for-the-badge\u0026labelColor=orange)](https://www.suse.com/)\n[![openSUSE](https://img.shields.io/badge/-openSUSE-orange?logo=opensuse\u0026style=for-the-badge\u0026labelColor=darkorange)](https://www.opensuse.org/)\n\nDetails regarding supported operating systems and Python versions, and project security and testing procedures can be found [here](https://github.com/CrowdStrike/falconpy/blob/main/SECURITY.md).\n\n### Components\nThe FalconPy SDK provides two distinct methods for interacting with CrowdStrike's API. \n\n| **[Service Classes](#service-classes)** | **[The Uber Class](#the-uber-class)** |\n| :-- | :-- |\n| \u003cBR/\u003e[![Service Classes](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/service-class-relationships.png)](#service-classes) | [![The Uber Class](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/uber-class-relationships.png)](#the-uber-class) | \n| Each Service Class represents a single CrowdStrike API service collection providing an interface to the [operations available](https://www.falconpy.io/Operations/Operations-by-Collection.html) within that service collection.| An all-in-one class that provides a singular interface for [all operations](https://www.falconpy.io/Operations/All-Operations.html) in every CrowdStrike API service collection. |\n\n\n### Service Classes\nRepresenting a single CrowdStrike Falcon API service collection, each Service Class has a method defined for [every operation available](https://www.falconpy.io/Operations/Operations-by-Collection.html) within that service collection.\n\n#### Available Service Classes\nFor each CrowdStrike Falcon API service collection, a matching Service Class is available in the FalconPy library. For a complete list of service collections and their related Service Class, please review the [Operations by Collection](https://www.falconpy.io/Operations/Operations-by-Collection.html) page on [falconpy.io](https://falconpy.io).\n\n\n#### Service Class benefits\n\n- Closely follows Python and OpenAPI best practice for code style and syntax. PEP-8 compliant.\n- Completely abstracts token management, automatically refreshing your token when it expires.\n- Interact with newly released API operations not yet available in the library via the `override` method.\n- Provides simple programmatic patterns for interacting with CrowdStrike Falcon APIs.\n- Supports [cloud region autodiscovery](https://www.falconpy.io/Usage/Environment-Configuration.html#cloud-region-autodiscovery) for the CrowdStrike `US-1`, `US-2` and `EU-1` regions.\n- Supports dynamic [configuration](https://www.falconpy.io/Usage/Environment-Configuration.html) based upon the needs of your environment.\n- Supports CrowdStrike Falcon API [parameter abstraction](https://www.falconpy.io/Usage/Payload-Handling.html#parameter-abstraction) functionality.\n- Supports CrowdStrike Falcon API [body payload abstraction](https://www.falconpy.io/Usage/Payload-Handling.html#body-payload-abstraction) functionality.\n\n### The Uber Class\nOperating as a single harness for interacting with the entire CrowdStrike Falcon API, the _Uber Class_ can access [every available operation](https://www.falconpy.io/Operations/All-Operations.html) within [every API service collection](https://www.falconpy.io/Operations/Operations-by-Collection.html).\n\n\n#### Uber Class benefits\n\n- Access every CrowdStrike Falcon API service collection with only one import and only one class.\n- Completely abstracts token management, automatically refreshing your token when it expires.\n- Interact with newly released API operations not yet available in the library via the [`override`](https://www.falconpy.io/Usage/Basic-Uber-Class-usage.html#the-command-method) keyword.\n- Provides simple programmatic patterns for interacting with CrowdStrike Falcon APIs.\n- Supports [cloud region autodiscovery](https://www.falconpy.io/Usage/Environment-Configuration.html#cloud-region-autodiscovery) for the CrowdStrike `US-1`, `US-2` and `EU-1` regions.\n- Supports CrowdStrike Falcon API [parameter abstraction](https://www.falconpy.io/Usage/Payload-Handling.html#parameter-abstraction) functionality.\n- Supports all [environment configuration](https://www.falconpy.io/Usage/Environment-Configuration.html) options supported by FalconPy Service Classes.\n\n\n### Comparing FalconPy class types\nWhile the [usage syntax](https://www.falconpy.io/Usage/Basic-Uber-Class-usage.html) varies slightly, the Uber Class provides the same performance and [output](https://www.falconpy.io/Usage/Response-Handling.html) as FalconPy Service Classes, and can perform all of the same [operations](https://www.falconpy.io/Operations/All-Operations.html). The Uber Class does **not** support [body payload abstraction](https://www.falconpy.io/Usage/Payload-Handling.html#body-payload-abstraction).\n\n\n\u003cimg width=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\"\u003e\n\n![CrowdStrike Divider](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/adversary-lineup-1.png)\n\n\n## Quick Start 💫\n\nStable releases of FalconPy are available on the Python Package Index. In a terminal, execute the following command:\n\n```shell\npython3 -m pip install crowdstrike-falconpy\n```\n\nOnce installed, you can immediately begin using CrowdStrike functionality in your Python projects.\n\n```python\n\"\"\"CrowdStrike FalconPy Quick Start.\"\"\"\nimport os\nfrom falconpy import Hosts\n\n# Use the API Clients and Keys page within your Falcon console to generate credentials.\n# You will need to assign the Hosts: READ scope to your client to run this example.\n\n# CrowdStrike does not recommend you hardcode credentials within source code.\n# Instead, provide these values as variables that are retrieved from the environment,\n# read from an encrypted file or secrets store, provided at runtime, etc.\n\nhosts = Hosts(client_id=os.getenv(\"FALCON_CLIENT_ID\"),\n              client_secret=os.getenv(\"FALCON_CLIENT_SECRET\")\n              )\n\n# While this example retrieves credentials from the environment as the variables\n# \"FALCON_CLIENT_ID\" and \"FALCON_CLIENT_SECRET\". Developers leveraging environment\n# authentication do not need to specify the client_id or client_secret keywords.\n#\n# hosts = Hosts()\n\nSEARCH_FILTER = \"hostname-search-string\"\n\n# Retrieve a list of hosts that have a hostname that matches our search filter\nhosts_search_result = hosts.query_devices_by_filter(filter=f\"hostname:*'*{SEARCH_FILTER}*'\")\n\n# Confirm we received a success response back from the CrowdStrike API\nif hosts_search_result[\"status_code\"] == 200:\n    hosts_found = hosts_search_result[\"body\"][\"resources\"]\n    # Confirm our search produced results\n    if hosts_found:\n        # Retrieve the details for all matches\n        hosts_detail = hosts.get_device_details(ids=hosts_found)[\"body\"][\"resources\"]\n        for detail in hosts_detail:\n            # Display the AID and hostname for this match\n            aid = detail[\"device_id\"]\n            hostname = detail[\"hostname\"]\n            print(f\"{hostname} ({aid})\")\n    else:\n        print(\"No hosts found matching that hostname within your Falcon tenant.\")\nelse:\n    # Retrieve the details of the error response\n    error_detail = hosts_search_result[\"body\"][\"errors\"]\n    for error in error_detail:\n        # Display the API error detail\n        error_code = error[\"code\"]\n        error_message = error[\"message\"]\n        print(f\"[Error {error_code}] {error_message}\")\n```\n\n### More samples\nIf you are interested in reviewing more examples of FalconPy usage, this repository also maintains a collection of [samples](https://github.com/CrowdStrike/falconpy/tree/main/samples) to help get you started with integrating CrowdStrike Falcon into your DevOps processes.\n\n## Documentation and Support 📖\nFalconPy is a community-driven, open source project designed to assist developers in leveraging the power of CrowdStrike APIs within their solutions. While not a formal CrowdStrike product, FalconPy is maintained by CrowdStrike and supported in partnership with the open source developer community.\n\n### Official Project Documentation: [falconpy.io](https://falconpy.io)\n\n[![Website](https://img.shields.io/website?down_color=lightgrey\u0026down_message=offline\u0026label=falconpy.io\u0026logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw1AUhU9TpaIVBzuIOGSoDmJBVEQ3rUIRKoRaoVUHk5f%2BCE0akhQXR8G14ODPYtXBxVlXB1dBEPwBcXNzUnSREu9LCi1ifPB4H%2Be9c7jvXkColZhmtY0Cmm6bqURczGRXxNAruhAEMI1hmVnGrCQl4bu%2B7hHg512MZ%2Fm%2F%2B3N1qzmLAQGReIYZpk28Tjy5aRuc94kjrCirxOfEIyYVSPzIdcXjN84FlwWeGTHTqTniCLFYaGGlhVnR1IgniKOqplO%2BkPFY5bzFWStVWKNO%2FsNwTl9e4jrtASSwgEVIEKGggg2UYCNGp06KhRTdx338%2Fa5fIpdCrg0wcsyjDA2y6wefwe%2FeWvnxMS8pHAfaXxznYxAI7QL1quN8HztO%2FQQIPgNXetNfrgFTn6RXm1r0COjZBi6um5qyB1zuAH1PhmzKrsTnL%2BTzwPsZjSkL9N4Cnate3xr3OH0A0tSr5A1wcAgMFSh7zeffHa19%2B%2FdNo38%2Fhq9yr%2BiELI0AAAAGYktHRAAAAAAAAPlDu38AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQflDAsTByz7Va2cAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAAYBJREFUKM%2BlkjFIlVEYht%2Fzn3sFkYYUyUnIRcemhCtCU6JQOLiIU%2BQeJEQg6BBIm0s4RBCBLjq5OEvgJC1uOniJhivesLx17%2F97%2FvO9b4NK4g25157hfHCGB773%2FcA0HZIEAKiMj%2BLWiOxljG%2Fi96pnCFP58XHnrWX2%2B9cj0dYl9Yu2FE9%2F9rXrcAAgs2eSyiBfOe%2FXRD503h%2FCuffOubQVUXL%2BJh9BllzBbyJJBgDclVkO4Kukd8zzkXJbeUljIldFTstsmSHM6S81ma2KfPKlFdkGAMY4wzx%2FbbXapMy21My%2BYizdKNq5mDzLkrxafSxySFKjSWX2oTmjKzz4vN0r2lOFcL%2FQ3V0%2FmX95ILMXTTGYVfaut%2FaP2%2BoCMAvnZgCcsF5fcR0dg65YHAdwB%2BQApADvu0AuOe%2FftlJAD7Nsgmm6yBjDtfWORJZlNtFyo%2FlR5Z7MyheKA5ktSur7sTAHazSG27pehjAiaVfkN8b4XFIJ%2FwOzbOx07VNRUuHy7w98CzCcGPyWywAAAABJRU5ErkJggg%3D%3D\u0026up_color=green\u0026up_message=online\u0026url=https%3A%2F%2Ffalconpy.io)](https://falconpy.io)\n![Documentation Version](https://img.shields.io/endpoint?url=https%3A%2F%2Ffalconpy.io%2F_version.json\u0026label=documentation%20version)\n\nExtended documentation is also available via the [wiki](https://github.com/CrowdStrike/falconpy/wiki) for this repository.\n\n### Issues and Questions\n\nIs something going wrong? 🔥\n\nGitHub Issues are used to report bugs and errors.\n\n[![Report Issue](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/report-issue.png)](https://github.com/CrowdStrike/falconpy/issues/new/choose)\n\nHave a question you can't find answered in the documentation?\n\nPlease submit usage questions to the Q\u0026A section of our discussion board.\n\n[![Discussions](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/ask-a-question.png)](https://github.com/CrowdStrike/falconpy/discussions?discussions_q=category%3AQ%26A)\n\n### Community forums\n\nThe discussion board for this repository also provides the community with means to communicate regarding [enhancements ideas](https://github.com/CrowdStrike/falconpy/discussions?discussions_q=category%3AIdeas), [integration examples](https://github.com/CrowdStrike/falconpy/discussions/496) and [new releases](https://github.com/CrowdStrike/falconpy/discussions?discussions_q=category%3A%22Show+and+tell%22).\n\n[![Discussions](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/join-the-discussion.png)](https://github.com/CrowdStrike/falconpy/discussions)\n\n\u003e More information regarding FalconPy documentation and support can be found [here](https://github.com/CrowdStrike/falconpy/blob/main/SUPPORT.md).\n\n\n## Contribute to FalconPy ☕\nInterested in [being acknowledged](https://github.com/CrowdStrike/falconpy/blob/main/AUTHORS.md#contributors) as a member of an elite community of security-focused Python developers that **stop breaches**? \n\nThere are *many* ways you can contribute to the FalconPy project! \n\n- _Providing feedback_ by opening a GitHub ticket. Even a fly-by \"hey, this worked...\" is appreciated and helps validate approaches. Ideas on improving the project are most welcome.\n- _Documenting, blogging, or creating videos_, of how you've used FalconPy. This type of content is *invaluable* and helps our community grow. Post these in the [Show and Tell](https://github.com/CrowdStrike/falconpy/discussions/categories/show-and-tell) category of our [discussion board](https://github.com/CrowdStrike/falconpy/discussions).\n- _Submit a sample_ demonstrating how you're using FalconPy by opening a pull request for inclusion in the [Samples Library](https://github.com/CrowdStrike/falconpy/tree/main/samples).\n- _Fix a bug or implement a new feature_. Check out our [open issues on GitHub](https://github.com/CrowdStrike/falconpy/issues) or our [discussion board](https://github.com/CrowdStrike/falconpy/discussions) for inspiration.\n- _Review pull requests_ by going through the queue of [open pull requests on GitHub](https://github.com/CrowdStrike/falconpy/pulls) and giving feedback to the authors.\n\nTo get started, review the [Code of Conduct](https://github.com/CrowdStrike/falconpy/blob/main/CODE_OF_CONDUCT.md) for community guidelines, and the [contribution guide](https://github.com/CrowdStrike/falconpy/blob/main/CONTRIBUTING.md) for more detail regarding contributing to the CrowdStrike FalconPy project.\n\n\n---\n\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/cs-logo-footer.png\"\u003e\u003cBR/\u003e\u003cimg width=\"250px\" src=\"https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/adversary-red-eyes.png\"\u003e\u003c/P\u003e\n\u003ch3\u003e\u003cP align=\"center\"\u003eWE STOP BREACHES\u003c/P\u003e\u003c/h3\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Ffalconpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdstrike%2Ffalconpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Ffalconpy/lists"}