-
Caring about nicer visualizations
Intro As I said last week, I am a bit short on spare time lately (I have a couple of other goals, on top of my job and this Blog, and a couple other hobbies…). So I’ll try to make it short this week. This is definitely “mostly for marketing”. As an engineer, I tend…
-
GeoIP for Maps
To start of the year 2021, let’s go on with a visualization, using my “Home Lab”-generated data… I might have mentioned the idea of creating “maps” in the past. Bringing that down to earth, what will usually apply for us (in the IT Security field), i.e. a typical use-case for this is “geo-IP”. In other…
-
Reading in JSON – Example with MITRE ATT&CK
Moving away from CSV for a second As it turns out, I am TOO used to reading in and working with CSV. It’s only natural, it’s kind of the same thing as a data.frame (or the basis for it). So I thought I would write a demo with another input format. Another common format to…