{ "info": { "author": "Tek", "author_email": "tek@randhome.io", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# pythreatgrid2\n\nPython 3 wrapper for the Threat Grid API\n\nRenamed as `pythreatgrid2` because there is now another library that seems pretty good, [pythreagrid](https://github.com/RustyBower/pythreatgrid)\n\n## Install\n\nInstall from pypi : `pip install pythreatgrid2`\n\nOr install it manually :\n```\ngit clone https://github.com/Te-k/pythreatgrid2.git\ncd pythreatgrid\npip install .\n```\n\n## Use\n\nGet indicators for all samples connecting to a domain:\n```py\nfrom pythreatgrid2 import ThreatGrid, ThreatGridError\n\nkey = ''\ntg = ThreatGrid(KEY)\nsamples = tg.search_samples('google.com', type='domain')\nfor sample in samples['items']:\n iocs = tg.get_sample_iocs(sample['id'])\n```\n\n## Documentation\n\n```\ncd docs/build/html\npython -m http.server 8000\n```\n\nThen visit http://localhost:8000/pythreatgrid.html#module-pythreatgrid\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/Te-k/pythreatgrid", "keywords": "security", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pythreatgrid2", "package_url": "https://pypi.org/project/pythreatgrid2/", "platform": "", "project_url": "https://pypi.org/project/pythreatgrid2/", "project_urls": { "Homepage": "https://github.com/Te-k/pythreatgrid" }, "release_url": "https://pypi.org/project/pythreatgrid2/0.1.1/", "requires_dist": [ "requests" ], "requires_python": ">=3.5", "summary": "Python wrapper around the Threat Grid API", "version": "0.1.1" }, "last_serial": 4656418, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "78ee92bc16fdd2f6e39d1cd41d314430", "sha256": "886163aff49dab16bdcc545aa4ad37c3501bed5dade4fadf7427db34aebd79ca" }, "downloads": -1, "filename": "pythreatgrid2-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "78ee92bc16fdd2f6e39d1cd41d314430", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 4317, "upload_time": "2019-01-03T13:33:16", "url": "https://files.pythonhosted.org/packages/93/20/390c35e790c3eb5be50b4cc5f36d2118520aa540d7da8528434dda4d5069/pythreatgrid2-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78ee92bc16fdd2f6e39d1cd41d314430", "sha256": "886163aff49dab16bdcc545aa4ad37c3501bed5dade4fadf7427db34aebd79ca" }, "downloads": -1, "filename": "pythreatgrid2-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "78ee92bc16fdd2f6e39d1cd41d314430", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 4317, "upload_time": "2019-01-03T13:33:16", "url": "https://files.pythonhosted.org/packages/93/20/390c35e790c3eb5be50b4cc5f36d2118520aa540d7da8528434dda4d5069/pythreatgrid2-0.1.1-py3-none-any.whl" } ] }