Git Product home page Git Product logo

ip-monitoring's Introduction

Ipmonitoring

WARNING: The main components of this project relay up on extracting contents from the target web sites. There is a chance in future those sites may change their layout. So in that case this program has to adopt those changes on the web page to work properly.

This program basically checks the reputation of given list of IPs against set of predefined DNSBLs, from Project honeypot site, and from Senderbase site. The functionality of Project honeypot and senderbase checks are relay up on their site structure. So please don't expect this works if they changed the sites' layout. Please contact me if you need any help on that.

Check the reputation of your IP before sending mails from it. If it doesn't have good reputation then the chance for your mails go into users' spam folder is very high.

If the IP hasn't have good reputation, most probably it was due to your incorrect settings on the DNS zone file. So you need to correctly set the following settings to claim that you are the soul owner of mails that you are being sending from this IP and domain.

  1. SPF settings

    This is a simple TXT record in the zone file to map your domain name to the IP from which you are sending mails. So the ISPs can recheck the origin of the mail. Microsoft use their on proprietary version if SPF, it's named as Sender ID.

  2. DKIM settings

    This is kinda header encryption to your mail headers so that the ISP's can make sure that nobody in the midle manipulated the mail headers and contents.

    For the DKIM setup, you have to do little more work. First you have to sign all your mail using a private key before seinding it out. And then you have to keep the public key on DNS zone record as TXT format, so the ISP's can fetch this public key and make sure that nobody in the middle tempered your mail.

    This is kinda more secure method. Most of the ISPs fine with the SPF setttings only. So first do the SPF and then setup the DKIM.

HOW To Run It

  1. Clone the repository into your local machine.

         $ git clone [email protected]:haridas/IP-monitoring.git
             OR
         Download the zip file from the github.
    
  2. Go into the main project folder, and type - $ python ipmonitoring.py --help # To see the help

             USAGE FORMAT:
    
         python ipmonitoring.py -[d|h|s|all] [ip,ip/cidr,...] 
    
    
         where:
    
         Option -d for DNSBL check
         Option -h for honeypot check
         Option -s for senderbase check
         Option -all for check all the option
    
         ip/cidr - Input single IP or multiple range of IP in CIDR format.
    

ip-monitoring's People

Contributors

haridas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ip-monitoring's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.