Tag: security

  • Setting up a Home Lab (2/n)

    Installing an AP on our new Server We left it here last week. Now let’s create a Wifi Access Point on our new Ubuntu server. I had never done that (I was just certain it could be done), so I had to Google it a bit, and I landed on the pair: hostapd & dnsmasq…

  • Setting up a Home Lab (1/n)

    As already mentioned at some point, gathering Security-related data can be difficult, given that most won’t be sharing their incident-related low-level data anytime soon (not to imply they should). But also, I talk about security monitoring data, and… I don’t even gather it myself… Until now, that is. Setting up a home server for security…

  • 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…