Giter Site home page Giter Site logo

wirzka / netfier Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 26 KB

Python script to check for malicious IP connections.

Home Page: https://github.com/wirzka/netfier

License: MIT License

Python 100.00%
network-analysis blueteam infosec abuseipdb networking cybersecurity python

netfier's Introduction

NetFier

Simple python tool that checks for malicious/suspicious IP connection on local machine using AbuseIPDB.

How it works

This is how the script gears run:

  1. The script starts by running as from command line the ipconfig command
  2. It saves the result to a txt file
  3. It parses the file looking for IP connections
  4. It retrieves the IPs, port used and connection status
  5. Checks IPs against AbuseIPDB using the API
  6. Shows the results giving advice based on the confidence score

Colored scheme works as the following table:

Advice Score range Color
Good 0-30 green
Maybe check it 30-50 cyan
Check it 50-60 yellow
Absolutely check it 60-100 red

Prerequisites

How to use it

Once you satisfy all the prerequisites, just launch it and let him do the magic.

Purpose of this tool

Checking any suspicious connection. By the way, I've created this tool just for educational purpose. Feel free to show me better way to do it.

Authors

Acknowledgments

  • Thanks to AbuseIPDB for the service offered
  • Thanks to Vsecades for the API module, it rocks.

netfier's People

Contributors

wirzka avatar

Stargazers

 avatar

Watchers

 avatar

netfier's Issues

Execution

What is the exact command syntax to run this code and see the changes?

Logging

  • Add useful logging to the script

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.