0.0
No commit activity in last 3 years
No release in over 3 years
CIRCL Passive DNS/SSL 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.0
~> 0.8
~> 12.3
~> 3.8
~> 5.0
~> 3.7
 Project Readme

passive_circl

Build Status Coverage Status CodeFactor

CIRCL Passive DNS/SSL API wrapper for Ruby.

Installation

gem install passive_circl

Usage

require "passive_circl"

# when given nothing, it tries to load username and password from ENV["CIRCL_PASSIVE_USERNAME] and ENV["CIRCL_PASSIVE_PASSWORD"]
api = PassiveCIRCL::API.new
# or you can set them manually
api = PassiveCIRCL::API.new(username: "USERNAME", password: "PASSWORD")

api.dns.query("www.circl.lu")

api.ssl.query("172.228.24.0/28")
api.ssl.cquery("c46fed822dadac3f31f9bb4d1a78a1d9eae4567b")
api.ssl.cfetch("7c552ab044c76d1df4f5ddf358807bfdcd07fa57")

License

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