{"id":19205294,"url":"https://github.com/tyler-tee/crowdclient","last_synced_at":"2025-09-06T16:36:34.218Z","repository":{"id":55064565,"uuid":"280862020","full_name":"tyler-tee/CrowdClient","owner":"tyler-tee","description":"CrowdClient is a Python library for interacting with CrowdStrike Falcon's REST API.","archived":false,"fork":false,"pushed_at":"2021-10-21T16:11:01.000Z","size":110,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-12T17:15:00.126Z","etag":null,"topics":["crowdstrike","information-security","rest","rest-client"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyler-tee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-19T12:34:01.000Z","updated_at":"2022-11-05T19:25:45.000Z","dependencies_parsed_at":"2022-08-14T10:50:21.170Z","dependency_job_id":null,"html_url":"https://github.com/tyler-tee/CrowdClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2FCrowdClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2FCrowdClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2FCrowdClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2FCrowdClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyler-tee","download_url":"https://codeload.github.com/tyler-tee/CrowdClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253785010,"owners_count":21963903,"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":["crowdstrike","information-security","rest","rest-client"],"created_at":"2024-11-09T13:12:10.893Z","updated_at":"2025-05-12T17:15:16.401Z","avatar_url":"https://github.com/tyler-tee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrowdClient\n\nCrowdClient is a Python library for interacting with CrowdStrike Falcon's REST API.\n\n## Installation\n```python\npip install crowdclient\n```\n\n## Usage\n\n### General Use\n```python\nfrom CrowdClient.crowdclient import CrowdClient\n\n# Instantiate your client\nfalcon_client = CrowdClient(\u003cclient_id\u003e, \u003cclient_secret\u003e)\n\n# Authenticate to retrieve and store an authentication token for subsequent requests\nfalcon_client.authenticate()\n\n# Get current detections (defaults to new detections only of all severities sorted newest -\u003e oldest)\n# Returns a list of all ID's matching above criteria\ndetections = falcon_client.get_detections()\n\n# Get the number of hosts in your environment exhibiting activity related to a specified indicator\nhost_count = falcon_client.indicator_host_count('8.8.8.8', 'ipv4')\n```\n### Real-Time Response\n```python\nfrom CrowdClient.crowdclient import RTRClient\n\n# Instantiate your client and authenticate\nrtr_client = RTRClient(\u003cclient_id\u003e, \u003cclient_secret\u003e, verify_cert=False)\nrtr_client.authenticate()\n\n# Initiate a batch session for multiple hosts\nbatch_id = rtr_client.batch_init(['hostid1', 'hostid2', 'hostid3'])\n\n# Issue an RTR Admin command using the established session - Exclude a host if you'd like\nrtr_client.batch_admin_cmd(batch_id, command='ls', command_string='ls C:\\Users\\', optional_hosts=['hostid3'])\n\n# View the script ID's available for the user to use with the 'runscript' command\nscript_ids = rtr_client.get_scripts()\n\n# Get the details for said scripts\nscript_details = rtr_client.script_details(script_ids)\n```\n\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler-tee%2Fcrowdclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyler-tee%2Fcrowdclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler-tee%2Fcrowdclient/lists"}