cbinterface


Namecbinterface JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/ace-ecosystem/cbinterface2
Summarycommand line tool for interfacing with multiple carbonblack environments to perform analysis and live response functions
upload_time2024-04-19 20:38:51
maintainerNone
docs_urlNone
authorSean McFeely
requires_python<4.0,>=3.6
licenseApache-2.0
keywords carbon black carbonblack
VCS
bugtrack_url
requirements cbapi coloredlogs argcomplete carbon-black-cloud-sdk
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cbinterface

`cbinterface` is a command line tool and library for interfacing with one or more Carbon Black environments. 

As of now, `cbinterface` primarily supports Carbon Black Enterprise EDR and Carbon Black Response. However, a lot of functionality should also work with other CBC products, like Enterprise Standard. If you're using Enterprise Standard and something doesn't work, open an issue and I can likely swap out an underlying object and have it working quickly.

# Install & Setup

## Install Via pip

```bash
pip install cbinterface
```

## Install Direct from Github

```
pip install git+https://github.com/ace-ecosystem/cbinterface2
```

## Setup & Configure

[Look here](https://github.com/ace-ecosystem/cbinterface2/wiki/Configuration) for help setting up and configuring `cbinterface`	 to work with your Carbon Black enviroments and according to your preferences.


# The Wiki

Check out the [Wiki Page](https://github.com/ace-ecosystem/cbinterface2/wiki) for detailed documentation and help.

That said, if you don't find what you need, have a question about anything, or encounter an issue, open an issue here on Github and I'll help or fix it. If there is interest, I'll create more documentation around any subject.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ace-ecosystem/cbinterface2",
    "name": "cbinterface",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.6",
    "maintainer_email": null,
    "keywords": "Carbon Black, carbonblack",
    "author": "Sean McFeely",
    "author_email": "mcfeelynaes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/33/ec/d693b55fdb01f4ea5d52734271b908304b32c822e87e057e7ebc7d50b189/cbinterface-3.0.1.tar.gz",
    "platform": null,
    "description": "# cbinterface\n\n`cbinterface` is a command line tool and library for interfacing with one or more Carbon Black environments. \n\nAs of now, `cbinterface` primarily supports Carbon Black Enterprise EDR and Carbon Black Response. However, a lot of functionality should also work with other CBC products, like Enterprise Standard. If you're using Enterprise Standard and something doesn't work, open an issue and I can likely swap out an underlying object and have it working quickly.\n\n# Install & Setup\n\n## Install Via pip\n\n```bash\npip install cbinterface\n```\n\n## Install Direct from Github\n\n```\npip install git+https://github.com/ace-ecosystem/cbinterface2\n```\n\n## Setup & Configure\n\n[Look here](https://github.com/ace-ecosystem/cbinterface2/wiki/Configuration) for help setting up and configuring `cbinterface`\t to work with your Carbon Black enviroments and according to your preferences.\n\n\n# The Wiki\n\nCheck out the [Wiki Page](https://github.com/ace-ecosystem/cbinterface2/wiki) for detailed documentation and help.\n\nThat said, if you don't find what you need, have a question about anything, or encounter an issue, open an issue here on Github and I'll help or fix it. If there is interest, I'll create more documentation around any subject.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "command line tool for interfacing with multiple carbonblack environments to perform analysis and live response functions",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ace-ecosystem/cbinterface2"
    },
    "split_keywords": [
        "carbon black",
        " carbonblack"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07ef69358066126417e4db3d0c64288f7bf2d7be29f522aa0451aab5ce1068ac",
                "md5": "f44dbebb758231e5cb2959d98dd69fd3",
                "sha256": "59f07eb9657115da932f91275067b6553c0be9ba64f842432a3d1896c9c381d8"
            },
            "downloads": -1,
            "filename": "cbinterface-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f44dbebb758231e5cb2959d98dd69fd3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.6",
            "size": 87212,
            "upload_time": "2024-04-19T20:38:48",
            "upload_time_iso_8601": "2024-04-19T20:38:48.885527Z",
            "url": "https://files.pythonhosted.org/packages/07/ef/69358066126417e4db3d0c64288f7bf2d7be29f522aa0451aab5ce1068ac/cbinterface-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33ecd693b55fdb01f4ea5d52734271b908304b32c822e87e057e7ebc7d50b189",
                "md5": "04ac93982a8bc8c1fd0d0a109ff3c5e7",
                "sha256": "310b9dc5e8113762b02b51db314cf926b3b6e01ed9afb08d0e60e273212c694e"
            },
            "downloads": -1,
            "filename": "cbinterface-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "04ac93982a8bc8c1fd0d0a109ff3c5e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.6",
            "size": 73598,
            "upload_time": "2024-04-19T20:38:51",
            "upload_time_iso_8601": "2024-04-19T20:38:51.545194Z",
            "url": "https://files.pythonhosted.org/packages/33/ec/d693b55fdb01f4ea5d52734271b908304b32c822e87e057e7ebc7d50b189/cbinterface-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 20:38:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ace-ecosystem",
    "github_project": "cbinterface2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cbapi",
            "specs": [
                [
                    "==",
                    "1.7.3"
                ]
            ]
        },
        {
            "name": "coloredlogs",
            "specs": [
                [
                    "==",
                    "15.0"
                ]
            ]
        },
        {
            "name": "argcomplete",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "carbon-black-cloud-sdk",
            "specs": []
        }
    ],
    "lcname": "cbinterface"
}
        
Elapsed time: 0.37930s