Datasets

Posted on January 01, 2019 in misc • 1 min read

This is a good website for lots of general cybersecurity datasets: http://www.secrepo.com/

Malware Samples

Gathering Data


Continue reading

Markov Text Generator

Posted on January 16, 2016 in coding-fun • 2 min read

For fun, I've recently created my own Markov text generator.

Explanation

A Markov text generator takes a piece of text as input and outputs new text that is seemingly random. It may even make syntactical and/or semantic sense if properly seeded with input text.

It accomplishes this by splitting …


Continue reading

Suggested Reads

Posted on January 01, 2015 in misc • 5 min read

Read these first

Papers

You can find all of these on Google Scholar

  • Computer security threat monitoring and surveillance (1980 …

Continue reading