Skip to main content

Scan connected IP's using GreyNoise API

Project description

IP Checker

Tool to check currently connected IP's using GreyNoise API. It use classic Unix 'netstat' to gain list of currently connected IP's and scan them using GreyNoise API.

Installation

pip install ip-checker

or you can install it from source:

git clone https://github.com/mickgl/ip-checker.git
python3 setup.py install

Usage

By default IP-Checker runs in background and repeats scan until received kill signal. To run in default mode:

ipchecker

However there are two other modes: 'log' which also log all scanned adresses in text file and 'no-background' which preforms one scan and exit.

To run in 'log' mode:

ipchecker --log

And to run in 'no-background':

ipchecker --no-background

Configuration

All configuration is made in 'conf.py' which is (for now) located in site-packages after installation. You can modify it directly or just use '--cfg' argument to access it from IP-Checker:

ipchecker --cfg

For info about configuration look at 'conf.py'.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ip-checker-1.2.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

ip_checker-1.2.2-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page