Hacker News new | ask | show | jobs
by philp 5214 days ago
Hey Kura,

I'm going to go ahead an assume that you're the same person who created the video.

Any chance you could give an overview of how you made this visualization possible? Maybe share the code or explain what components you used / how they interact?

Either way, thanks for sharing :)

1 comments

Philp, I am indeed the creator of the video.

I used this article as my basis - http://www.wallix.org/2012/02/29/pylogsparser-visualizing-ss...

The article linked above was a good starting ground but for the amount of processing I needed to it was by no means fast enough or efficient enough, so I rewrote a bunch of it and put the source online here - https://github.com/kura/ssh-attack-visualisation/

It is all written in Python with heavy usage of Numpy.