Giter VIP home page Giter VIP logo

cybersecurity-iiita's People

Contributors

gyeyosi avatar jayanth-n avatar lud1161 avatar m1doriya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cybersecurity-iiita's Issues

Port Scanner

Port scanner for the project .

Please comment in all the resources you find related to the port scanner and further discussions shall continue in here related to the port scanner

[Updated]

To do :

  • Scan ports on local system
  • Get the hostname ( to be displayed in the GUI )
  • Check the ports against a blacklist which is to be continuously maintained.
    I think there are also blacklists for domain names maintained by most of the antivirus companies and even google has that

The output from the backend should be like this and the frontend would receive it likewise and do further processing as needed.

{
    "port": < port_number_here > ,
    "type_of_port": "TCP/UDP",
    "type": "malicious/good/grey ( choose from the three keys and based on that highlight the column displaying it in the GUI , grey is when it can also be used by legitimate services)",
    "current_process": < pid_here > ,
    "filepath": < filepath > ,
    "remarks": "<here data if available in blacklisted.json>"
}

e.g. {
    "port": 4950,
    "type_of_port": "TCP",
    "current_process": 2187,
    "filepath": "C:\\User\\HP-PC\\Downloads\\asghdt.exe",
    "type": "malicious",
    "remarks": "ICQ Trojan"
}

Parent issue#1

Logo and name for the port scanner

We need a catchy logo and name for the port scanner.

ToDo

  • Logo for the port scanner
  • Name for the port scanner

I would suggest we name it something​like iiitacysec-port-scanner ,something that includes iiita as well as cybersecurity wing too.

Collection of a blacklist of ports

A blacklist of ports

Since whitelist may block some legitimate ports so, it would be preferred if we keep a whitelist.
And this needs to be continuously maintained.

Notifications for the port scanner

Add notifications for any unwanted / suspicious ports opening

As you can see the notifications of facebook / slack etc on your desktop , likewise it should be implemented.
I haven't researched it further.
Please do it and add it in the comments here.

Parent issue#1

Make GUI for the port scanner

GUI for the port scanner

The GUI should be as descriptive but at the same time clutter free and elegant as possible.
Please comment in any further resources you find for the GUI here.

Suggested library

The output from the backend would be like this and the frontend would receive it likewise and do further processing as needed.

{
    "port": < port_number_here > ,
    "type_of_port": "TCP/UDP",
    "type": "malicious/good/grey ( choose from the three keys and based on that highlight the column displaying it in the GUI , grey is when it can also be used by legitimate services)",
    "current_process": < pid_here > ,
    "filepath": < filepath > ,
    "remarks": "<here data if available in blacklisted.json>"
}

e.g. {
    "port": 4950,
    "type_of_port": "TCP",
    "current_process": 2187,
    "filepath": "C:\\User\\HP-PC\\Downloads\\asghdt.exe",
    "type": "malicious",
    "remarks": "ICQ Trojan"
}

For malicious ports you can mark the whole row as red , where you're displaying it.

Parent issue#1

Create a Port Scanner for Linux and Windows

Not your usual port scanner.

Instead of scanning port on other computers it scans ports on the host itself to check for any malware using pre-defined open port list , which is constantly being updated.

Things to do

  • Create a port scanner script, daemonize the script to run it in background
  • Make GUI for the same , to show the results
  • Add notifications for any unwanted / suspicious ports opening
  • Need to add further issues.

This is a parent issue. Please open issues based on the above points and solve those accordingly.

Also when sending a PR , mention the reference of this issue.

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.