Giter Club home page Giter Club logo

russian-cybercrime-correlation's Introduction

Russian-Cybercrime-Correlation

My goal is to find a correlation between the volume of Russian ransomware attacks and a downturn in the Russian economy

Almost all other crime has a correlation to economic factors, however the research on this phenomenon and cyber crime is very sparse

I'm using 2 data sets: Russian Quarterly economic data (GDP, Oil Price, Exchange rate, inflation, etc) and Bitcoin Ransomware Attacks (I cut out only the Russian ransomware for this project).

Using Jupyter Labs, I was able to find the following correlation coefficients: C2

Taking the 4 highest C2 values (GDP growth, Oil price per barrel, EUR-RUB exchange rate, Interest Rate), I use the following model: Model1

I then get the following (terrible) Mean Squared Error: MSE1

This is good though! It made me realize that, since there are so many factors into ransomware incidents, making my model try to guess the EXACT number is near impossible with the amount of data I have right now. So I need to dumb down the predicition from a precise number (I think there's going to be 536 of incidents in Q1 of 2020) into a vague but still useful window (I think there's going to be a HIGH amount of incidents in Q1 of 2020)

I'm going to try doing this by:

  1. Making an "average incident" value by measuring that quarter's crime rate against a 3 year average (the year before, during, and after that quarter)
  2. Make another "Incident score" value ranging that will either be "HIGH" "AVERAGE" or "LOW", based on that quarters crime rate compared to the 'average incident' value

I can then have my model try to predict if that quarter will have "HIGH" "AVERAGE" or "LOW" number of incidents, based on the economic data of the previous quarter

russian-cybercrime-correlation's People

Contributors

oo00oo00oo00oo avatar

Watchers

 avatar

russian-cybercrime-correlation'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.