Git Product home page Git Product logo

mlwithphishing's Introduction

ML with Phishing

The files in this repo will be used for my "Machine Learning with Phishing" series on my blog, please refer to the original blog posts to have a better understanding of this project.

The dataset used contains the 10 'baseline features' that were selected in this study.

Features

Here are the features used for this project:

No. Identifier Value type Description
1 NumDash Discrete Counts the number of "-" in webpage URL.
2 NumNumericChars Discrete Counts the number of numeric characters in the webpage URL.
3 NumSensitiveWords Discrete Counts the number of sensitive words (i.e., "secure", "account", "webscr", "login","ebayisapi", "signin", "banking", "confirm") in webpage URL.
4 PctExtHyperlinks Continuous Counts the percentage of external hyperlinks in webpage HTML source code.
5 PctNullSelfRedirectHyperlinks Continuous Counts the percentage of hyperlinks fields containing empty value, self-redirect value such as "#", the URL of current webpage, or some abnormal value such as "file://E:/".
6 FrequentDomainNameMismatch Binary Checks if the most frequent domain name in HTML source code does not match the webpage URL domain name.
7 SubmitInfoToEmail Binary Check if HTML source code contains the HTML "mailto" function.
8 PctExtResourceUrlsRT Categorical Counts the percentage of external resource URLs in webpage HTML source code. Apply rules and thresholds to generate value.
9 ExtMetaScriptLinkRT Categorical Counts percentage of meta, script and link tags containing external URL in the attributes. Apply rules and thresholds to generate value.
10 PctExtNullSelfRedirectHyperlinksRT Categorical Counts the percentage of hyperlinks in HTML source code that uses different domain names, starts with "#", or using "JavaScript ::void(0)". Apply rules and thresholds to generate value.

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.