项目作者: JTweet

项目描述 :
A script to monitor shodan.io alerts
高级语言: Python
项目地址: git://github.com/JTweet/shodan-alert-monitor.git
创建时间: 2020-02-01T20:04:20Z
项目社区:https://github.com/JTweet/shodan-alert-monitor

开源协议:GNU General Public License v3.0

下载


shodan alert monitor

A simple application to log banners received from the shodan API. Requires a shodan API key and configured alerts.

Usage

Ensure you have installed the shodan python client, then copy and modify the configuration.json.dist file. To view your alert IDs, please use the shodan command line interface.

  1. tweet@host# shodan alert list
  2. # Alert ID Name IP/ Network
  3. TH1S1SAN3X4MPL31 Monitornet 192.0.2.0/24 Triggers: malware, open_database, iot, uncommon, internet_scanner, industrial_control_system, new_service, ssl_expired, vulnerable

Run the monitoring script

  1. tweet@host# ./shodan-alert-monitor.py configuration.json