Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rshipp/python-dshield
Pythonic interface to the Internet Storm Center / DShield API.
https://github.com/rshipp/python-dshield
api-client dshield infosec isc library python sans security
Last synced: about 12 hours ago
JSON representation
Pythonic interface to the Internet Storm Center / DShield API.
- Host: GitHub
- URL: https://github.com/rshipp/python-dshield
- Owner: rshipp
- License: bsd-3-clause
- Created: 2014-07-01T13:54:43.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T06:54:04.000Z (over 1 year ago)
- Last Synced: 2024-11-02T16:38:55.391Z (6 days ago)
- Topics: api-client, dshield, infosec, isc, library, python, sans, security
- Language: Python
- Homepage: https://dshield.readthedocs.io/en/latest/
- Size: 47.9 KB
- Stars: 28
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-cybersecurity-blueteam - python-dshield - Pythonic interface to the Internet Storm Center/DShield API. (Automation and Convention / Code libraries and bindings)
- awesome-cybersecurity-blueteam-cn - python-dshield - 连接SANS ISC/DShiel API的Python接口 (自动化工具 / 代码库和绑定)
README
DShield
=======.. image:: https://travis-ci.org/rshipp/python-dshield.svg?branch=master
:target: https://travis-ci.org/rshipp/python-dshield
:alt: Build Status
.. image:: https://coveralls.io/repos/rshipp/python-dshield/badge.png?branch=master
:target: https://coveralls.io/r/rshipp/python-dshield?branch=master
:alt: Test Coverage
.. image:: https://api.codacy.com/project/badge/3906ec0470df46b8923fc3177e7daa78
:target: https://www.codacy.com/app/rshipp/python-dshield
:alt: Code Health
.. image:: http://img.shields.io/pypi/v/dshield.svg
:target: https://pypi.python.org/pypi/dshield
:alt: PyPi VersionA Pythonic interface to the Internet Storm Center / DShield API_.
Installation
------------``pip install dshield``
Usage
-----For the full documentation, see the ReadTheDocs_ site. If you just
want a quick start::>>> import dshield
>>> dshield.infocon()
{'status': 'green'}
>>> dshield.infocon(dshield.XML)
'\n\ngreen\n'.. _API: https://dshield.org/api/
.. _ReadTheDocs: http://dshield.readthedocs.org/en/latest/