Category: R Coding

  • Demo: Interactive Visualization of Projects Risks

    Intro I’ve mentioned a couple of times in the past the words “Shiny” and “Dashboard”. I think it’s high time we demo it and some of its capacities. Disclaimer: One could use Excel to the what’s detailed here. But this Blog is about R programming mostly, so… We won’t be doing that today. So I’ve…

  • Simplified Ransomware detection (2/2)

    Last week, we created a “dummy” dataset of number of files edited per minute in a theoretical shared folder of users’ documents. We did that as a setup to later demo some ways of detecting sudden changes to those numbers, expecting that would be one behaviour of a potential ransomware for us to detect. Let’s…

  • Simplified Ransomware detection (1/2)

    I said I would move away from the Netflows examples for a while, and so I shall. Let’s try something a bit different: Detecting Ransomware through a (very) simplistic approach. As always, this is just an exercise, a demo of the approach one could potentially use. So some things are going to be simplified here.…