Skip to content

benjeems/R-Great-Circles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

R-Great-Circles

License: GPL v3

Mapping malware on its way to Melbourne Australia using Great Circles in R.
This is code repo for my visualization work as seen here: https://dataviz.com.au/2018/05/16/mapping-malware-on-its-way-to-melbourne-australia-using-great-circles/

alt text

I tracked malicious IPs that were attempting to connect to our system located in Melbourne, Australia. I then traced the route back to the source IP address and geolocated each of the “hops” that malware likely traveled through. This method is indicative and subject to various caveats, however it is interesting as a conceptual level visualization, as it illustrates how malware “travels” over physical borders. I plotted these paths as Great Circle lines, which is the shortest route between two points when plotted on the curved surface of the earth. Some of the lines have also been color encoded, so as to indicate traffic directionality – the green end of the line is the starting point and the red end is the landing point.

Images were created using the programming language “R”, which is a well-known language for statistical computing and graphics. The images are within the images directory on this repo.

https://en.wikipedia.org/wiki/Great_circle

About

Mapping malware on its way to Melbourne Australia using Great Circles in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages