Project

greynoise

0.0
Repository is archived
Low commit activity in last 3 years
No release in over a year
GreyNoise API wrapper for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.2
~> 13.0
~> 3.10
~> 6.0.0
~> 3.14
 Project Readme

greynoise

Gem Version Build Status Coverage Status CodeFactor

GreyNoise API wrapper for Ruby.

Installation

gem install greynoise

Usage

require "greynoise"

# when given nothing, it tries to load your API key via ENV["GREYNOISE_API_KEY"] and `~/.config/greynoise/config`
api = GreyNoise::API.new
# or you can set it manually
api = GreyNoise::API.new(key: YOUR_API_KEY)

api.experimental.gnql(query)
api.experimental.gnql_stats(query)

api.noise.context(ip)
api.noise.quick(ip)
api.noise.multi_quick("1.1.1.1", "8.8.8.8")

api.meta.metadata

License

The gem is available as open source under the terms of the MIT License.