This is an abstract python library built on top of the GreyNoise service. It is preferred that users use this library when implementing integrations or plan to use GreyNoise within their code. The library includes a small client to interact with the API.
Install the library:
pip install greynoise
or python setup.py install
Save your configuration:
greynoise setup --api-key <your-API-key>
- Change: Updated codes to reflect latest documents
- Bugfix: Handle cases when code is unknown
- Complete overhaul of the library