{ "info": { "author": "FireEye", "author_email": "developers@fireeye.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "# FireEye Client Library for Python\nThis is the Python client library for all things FireEye API. Currently it only supports FireEye's Detection On Demand but will have support for other FireEye API's soon.\n\nInstallation\n------------\n\nTo install the Python client library:\n```\npip install fireeyepy\n```\n\nTo upgrade your installed library:\n```\npip install fireeyepy --upgrade\n```\n\nAlternatively, you can clone the repository via the command line:\n```\ngit clone https://github.com/fireeye/fireeye-python.git\n```\n\nUsage\n-----\nBegin by importing the 'fireeye' module:\n```python\nimport fireeyepy\n```\n\n## Detection On Demand\nConstruct a Detection object with your api key:\n```python\ndetection = fireeyepy.Detection(key=api_key)\n```\n### Upload A File\n```python\nresponse = detection.submit_file(\n files={\n \"file\": ('filename', open('./path/to/filename', 'r'))\n }\n)\n```\n\n### Retrieve File Report\n```python\nresponse = detection.get_report(report_id)\n```\nYou may also provide the optional `extended=True` flag to get the full, in-depth report:\n```python\nresponse = detection.get_report(report_id, extended=True)\n```\n\n### Perform Hash Lookup\n```python\nresponse = detection.get_hash(hash)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fireeye/fireeye-python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fireeyepy", "package_url": "https://pypi.org/project/fireeyepy/", "platform": "any", "project_url": "https://pypi.org/project/fireeyepy/", "project_urls": { "Homepage": "https://github.com/fireeye/fireeye-python" }, "release_url": "https://pypi.org/project/fireeyepy/0.0.1/", "requires_dist": [ "requests (>=2.4.2)" ], "requires_python": "", "summary": "FireEye Client Library for Python", "version": "0.0.1" }, "last_serial": 5920900, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "81fe16e9ff1de6db3fc6d6a00a55925c", "sha256": "416a94e44589b32a044058b565fa2a081a077488e446c4a6e28721286d31421a" }, "downloads": -1, "filename": "fireeyepy-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "81fe16e9ff1de6db3fc6d6a00a55925c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5795, "upload_time": "2019-10-02T22:34:03", "url": "https://files.pythonhosted.org/packages/f6/b1/a31e9c547dea838b674102cfd4a0f00a7c9b895cbc4a67f8b8713d4a1b62/fireeyepy-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3bc581a1f6932a93b00fc84c92527fe6", "sha256": "ffce6b92b379d09b7199715428560800db385bda5a20bb9e8cb3d9cb04fc5ed6" }, "downloads": -1, "filename": "fireeyepy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3bc581a1f6932a93b00fc84c92527fe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2019-10-02T22:34:05", "url": "https://files.pythonhosted.org/packages/c1/8d/f23bb8cdd1a0575c2a20355c09c805a1b787991a27e02cd6559a05c1f42b/fireeyepy-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81fe16e9ff1de6db3fc6d6a00a55925c", "sha256": "416a94e44589b32a044058b565fa2a081a077488e446c4a6e28721286d31421a" }, "downloads": -1, "filename": "fireeyepy-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "81fe16e9ff1de6db3fc6d6a00a55925c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5795, "upload_time": "2019-10-02T22:34:03", "url": "https://files.pythonhosted.org/packages/f6/b1/a31e9c547dea838b674102cfd4a0f00a7c9b895cbc4a67f8b8713d4a1b62/fireeyepy-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3bc581a1f6932a93b00fc84c92527fe6", "sha256": "ffce6b92b379d09b7199715428560800db385bda5a20bb9e8cb3d9cb04fc5ed6" }, "downloads": -1, "filename": "fireeyepy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3bc581a1f6932a93b00fc84c92527fe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2019-10-02T22:34:05", "url": "https://files.pythonhosted.org/packages/c1/8d/f23bb8cdd1a0575c2a20355c09c805a1b787991a27e02cd6559a05c1f42b/fireeyepy-0.0.1.tar.gz" } ] }