0.0
No commit activity in last 3 years
No release in over 3 years
A monitoring tool for URLhaus feeds.
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
~> 0.20
~> 12.3
~> 3.8
~> 4.0
~> 3.5

Runtime

 Project Readme

URLhaus monitor

Build Status Coverage Status

A monitoring tool for URLhaus feeds.

Features

  • URLhaus feeds lookup by AS number, country code and TLD.
  • Slack notification.
  • Caching.

Installation

gem install urlhaus_monitor

Usage

$ urlhaus_monitor
Commands:
  urlhaus_monitor help [COMMAND]               # Describe available commands or one specific command
  urlhaus_monitor lookup_by_asn [ASN]          # lookup by a given asn
  urlhaus_monitor lookup_by_country [COUNTRY]  # lookup by a given country code
  urlhaus_monitor lookup_by_tld [TLD]          # lookup by a given tld

Configuration

Slack

Please set the following environmental variables for enabling Slack notification.

  • SLACK_WEBHOOK_URL: A Slack webhook URL.
  • SLACK_CHANNEL_NAME: A Slask channel name which will be notified.

Screenshots

urlhaus_monitor lookup_by_tld jp

image

License

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