{"id":20706800,"url":"https://github.com/GreyNoise-Intelligence/pygreynoise","last_synced_at":"2025-05-10T20:30:58.997Z","repository":{"id":27338383,"uuid":"113500389","full_name":"GreyNoise-Intelligence/pygreynoise","owner":"GreyNoise-Intelligence","description":"Python3 library and command line for GreyNoise","archived":false,"fork":false,"pushed_at":"2025-04-08T00:36:04.000Z","size":8059,"stargazers_count":152,"open_issues_count":14,"forks_count":24,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-17T22:45:29.795Z","etag":null,"topics":["internet","scanning","security","threat-intelligence"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreyNoise-Intelligence.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-07T21:29:26.000Z","updated_at":"2025-02-18T18:00:18.000Z","dependencies_parsed_at":"2024-02-13T04:25:45.678Z","dependency_job_id":"83809b11-e99d-4871-8f43-5d60b824f187","html_url":"https://github.com/GreyNoise-Intelligence/pygreynoise","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreyNoise-Intelligence%2Fpygreynoise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreyNoise-Intelligence%2Fpygreynoise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreyNoise-Intelligence%2Fpygreynoise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreyNoise-Intelligence%2Fpygreynoise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreyNoise-Intelligence","download_url":"https://codeload.github.com/GreyNoise-Intelligence/pygreynoise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253480312,"owners_count":21915245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["internet","scanning","security","threat-intelligence"],"created_at":"2024-11-17T01:23:55.234Z","updated_at":"2025-05-10T20:30:58.468Z","avatar_url":"https://github.com/GreyNoise-Intelligence.png","language":"Python","funding_links":[],"categories":["[↑](#-Table-of-Contents) Other Tools","[↑](#-table-of-contents) Other Tools","Python Search Automation Tools","[↑](#contents) Other Tools"],"sub_categories":["[↑](#-Table-of-Contents) Telegram","[↑](#-table-of-contents) Telegram","[↑](#contents) LinkedIn","[↑](#contents) Telegram","[↑](#-table-of-contents) GitHub"],"readme":"================\nPython GreyNoise\n================\n\n.. image:: https://circleci.com/gh/GreyNoise-Intelligence/pygreynoise.svg?style=shield\n    :target: https://circleci.com/gh/GreyNoise-Intelligence/pygreynoise\n\n.. image:: https://sonarcloud.io/api/project_badges/measure?project=GreyNoise-Intelligence_pygreynoise\u0026metric=coverage\n    :target: https://sonarcloud.io/dashboard?id=GreyNoise-Intelligence_pygreynoise\n\n.. image:: https://readthedocs.org/projects/greynoise/badge/?version=latest\n    :target: http://greynoise.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://badge.fury.io/py/greynoise.svg\n    :target: https://badge.fury.io/py/greynoise\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n    :target: https://opensource.org/licenses/MIT\n\n.. image:: https://quay.io/repository/greynoiseintel/pygreynoise/status\n    :target: https://quay.io/repository/greynoiseintel/pygreynoise\n\nThis 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.\n\n.. _GreyNoise: https://greynoise.io/\n\nDocumentation\n=============\nDocumentation is available here: `Documentation`_\n\n.. _Documentation: https://developer.greynoise.io/docs/libraries-sample-code\n\nQuick Start\n===========\n**Install the library**:\n\n``pip install greynoise`` or ``python setup.py install``\n\n**Save your configuration**:\n\n``greynoise setup --api-key \u003cyour-API-key\u003e``\n\nVersioning\n==========\nThis python package follows semantic versioning. According to this:\n\n* We will NEVER push a breaking change without a major version release.\n* We will only add new features and/or bug fixes with minor version releases.\n* We will only do bug fixes for patch version release.\n\nAs such, we recommend you pin the dependency on this SDK to only allow minor version changes at most:\n\n::\n\n    # allow patch version increments\n    greynoise~=1.4.0\n\n    # allow minor version increments\n    greynoise~=1.4\n\n\nUsage\n=====\n::\n\n    Usage: greynoise [OPTIONS] COMMAND [ARGS]...\n\n      GreyNoise CLI.\n\n    Options:\n      -h, --help  Show this message and exit.\n\n    Commands:\n      account         View information about your GreyNoise account.\n      alerts          List, create, delete, and manage your GreyNoise alerts.\n      analyze         Analyze the IP addresses in a log file, stdin, etc.\n      feedback        Send feedback directly to the GreyNoise team.\n      filter          Filter the noise from a log file, stdin, etc.\n      help            Show this message and exit.\n      interesting     Report one or more IP addresses as \"interesting\".\n      ip              Query GreyNoise for all information on a given IP.\n      ip-multi        Perform Context lookup for multiple IPs at once.\n      query           Run a GNQL (GreyNoise Query Language) query.\n      quick           Quickly check whether or not one or many IPs are \"noise\".\n      repl            Start an interactive shell.\n      riot            Query GreyNoise IP to see if it is in the RIOT dataset.\n      setup           Configure API key.\n      signature       Submit an IDS signature to GreyNoise to be deployed to...\n      similar         Query GreyNoise IP to identify Similar IPs.\n      stats           Get aggregate stats from a given GNQL query.\n      timeline        Query GreyNoise IP to identify Similar IPs.\n      timelinehourly  Query GreyNoise IP to identify Similar IPs.\n      version         Get version and OS information for your GreyNoise...\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGreyNoise-Intelligence%2Fpygreynoise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGreyNoise-Intelligence%2Fpygreynoise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGreyNoise-Intelligence%2Fpygreynoise/lists"}