By Bob Rudis (@hrbrmstr)
Wed 07 October 2015 | tags: blog, r, rstats, -- (permalink)

We have some strange data in cybersecurity. One of the (IMO) stranger data files is a Domain Name System (DNS) zone file. This file contains mappings between domain names and IP addresses (and other things) represented by “resource records”.

Here’s an example for the dummy/example domain example.com ...


By Bob Rudis (@hrbrmstr)
Sun 23 August 2015 | tags: blog, r, rstats, python, javascript, html, phantomjs, mhn, -- (permalink)

This was (initially) going to be a blog post announcing the new mhn R package (more on what that is in a bit) but somewhere along the way we ended up taking a left turn at Albuquerque (as we often do here at ddsec hq) and had an adventure in ...


By Bob Rudis (@hrbrmstr)
Sun 09 August 2015 | tags: blog, r, rstats, -- (permalink)

We just did a github release for an R package that provides an interface to the DomainTools API. It provides access to the core API functions that aren’t restricted (i.e. the ones we have access to):


By Bob Rudis (@hrbrmstr)
Fri 07 August 2015 | tags: blog, r, rstats, -- (permalink)

For those not involved with all things “cyber”, let me start with a description of what Shodan is (though visiting the site is probably the best introduction to what secrets it holds).

Shodan is—at it’s core—a search engine. Unlike Google, Shodan indexes what I’ll call “cyber ...


By Bob Rudis (@hrbrmstr)
Mon 27 July 2015 | tags: blog, r, rstats, -- (permalink)

UPDATE: RBerkeley is now on CRAN

If you made it to Chapter 8 of Data-Driven Security after ~October 2014 and tried to run the BerkeleyDB R example, you were greeted with:

Warning in install.packages :
  package ‘RBerkely’ is not available (for R version [YOUR_R_VERSION])

That’s due to the fact ...


By Bob Rudis (@hrbrmstr)
Wed 22 July 2015 | tags: blog, r, rstats, graph, bots, -- (permalink)

The R world has come a long way since Jay & I wrote Data-Driven Security. We had to make a conscious decision to stick with R 2.14.0 (R is at version 3.2.1 now) and packages such as knitr and dplyr either didn’t exist or were in ...


By Bob Rudis (@hrbrmstr)
Tue 14 July 2015 | tags: blog, r, rstats, time series, r101, -- (permalink)

We were asked a question on how to (in R) aggregate quarterly data from what I believe was a daily time series. This is a pretty common task and there are many ways to do this in R, but we’ll focus on one method using the zoo and dplyr ...


By Bob Rudis (@hrbrmstr)
Thu 09 July 2015 | tags: blog, r, rstats, xml, xslt, webscraping, -- (permalink)

Sometimes you just need the salient text from a web site, often as a first step towards natural language processing (NLP) or classification. There are many ways to achieve this, but XSLT (eXtensible Stylesheet Language) was purpose-built for slicing, dicing and transforming XML (and, hence, HTML) so, it can make ...


By Bob Rudis (@hrbrmstr)
Thu 02 July 2015 | tags: blog, r, rstats, survey, vis, datavis, -- (permalink)

It seems that not a day goes by without some information security vendor releasing a report based on a survey. Thankfully, this post is not about the efficacy of survey-based reports or their findings. Today, we’re doing a makeover for Unisys, who just released their Findings from the 2015 ...


By Bob Rudis (@hrbrmstr)
Wed 01 July 2015 | tags: blog, r, rstats, ip, -- (permalink)

We are happy to announce that the iptools package is now on CRAN. Formerly only available on GitHub, iptools now compiles under Debian/Ubuntu, Fedora/CentOS/RedHat and Mac OS X (we’re still working on that other operating system).

Oliver (the package co-author and on-CRAN instigator) wrote some ...


Page 1 / 7 »