<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nsm on Inliniac</title>
    <link>https://inliniac.net/blog/category/nsm/</link>
    <description>Recent content in Nsm on Inliniac</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 28 Jul 2014 19:09:07 +0000</lastBuildDate>
    <atom:link href="https://inliniac.net/blog/category/nsm/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Suricata Flow Logging</title>
      <link>https://inliniac.net/blog/2014/07/28/suricata-flow-logging/</link>
      <pubDate>Mon, 28 Jul 2014 19:09:07 +0000</pubDate>
      <guid>https://inliniac.net/blog/2014/07/28/suricata-flow-logging/</guid>
      <description>&lt;p&gt;Pretty much from the start of the project, Suricata has been able to track flows. In Suricata the term &amp;lsquo;flow&amp;rsquo; means the bidirectional flow of packets with the same 5 tuple. Or 7 tuple when vlan tags are counted as well.&lt;/p&gt;&#xA;&lt;p&gt;Such a flow is created when the first packet comes in and is stored in the flow hash. Each new packet does a hash look-up and attaches the flow to the packet. Through the packet&amp;rsquo;s flow reference we can access all that is stored in the flow: TCP session, flowbits, app layer state data, protocol info, etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Closing in on Suricata 1.4</title>
      <link>https://inliniac.net/blog/2012/11/29/closing-in-on-suricata-1-4/</link>
      <pubDate>Thu, 29 Nov 2012 16:50:15 +0000</pubDate>
      <guid>https://inliniac.net/blog/2012/11/29/closing-in-on-suricata-1-4/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://inliniac.net/blog/blog/wp-content/uploads/2012/07/suricata2.png&#34; alt=&#34;&#34;&gt;I just made &lt;a href=&#34;http://suricata-ids.org/2012/11/29/suricata-1-4rc1-available/&#34;&gt;Suricata 1.4rc1&lt;/a&gt; available with some pretty exciting features: unix socket mode and IP reputation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Unix socket&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;First of all, &lt;a href=&#34;https://home.regit.org/2012/09/a-new-unix-command-mode-in-suricata/&#34;&gt;Eric Leblond&amp;rsquo;s work&lt;/a&gt; on the Unix socket was merged. The unix socket work consists of two parts. The unix socket protocol implementation and a new runmode.&lt;/p&gt;&#xA;&lt;p&gt;The protocol implementation is based on JSON messages over unix socket. Eric will be fully documenting it soon. Currently the commands are limited to shutting down and getting some basic stats. This part isn&amp;rsquo;t very exciting yet, but the groundwork for many future extensions has been laid.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recovering the email/username in Snorby</title>
      <link>https://inliniac.net/blog/2012/02/22/recovering-the-emailusername-in-snorby/</link>
      <pubDate>Wed, 22 Feb 2012 15:16:46 +0000</pubDate>
      <guid>https://inliniac.net/blog/2012/02/22/recovering-the-emailusername-in-snorby/</guid>
      <description>&lt;p&gt;I use a Snorby setup that comes with Security Onion. Recently I had changed the username, but I couldn&amp;rsquo;t remember what I had set it to.&lt;/p&gt;&#xA;&lt;p&gt;To recover the username, we can look it up in the database, like this:&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;mysql -uroot -B -e &#39;use snorby; select email from users;&#39;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thanks to Doug Burks and Dustin Webber for helping me recover it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Friendly pcap parsing</title>
      <link>https://inliniac.net/blog/2007/10/09/friendly-pcap-parsing/</link>
      <pubDate>Mon, 08 Oct 2007 22:47:28 +0000</pubDate>
      <guid>https://inliniac.net/blog/2007/10/09/friendly-pcap-parsing/</guid>
      <description>&lt;p&gt;Over at his weblog &lt;a href=&#34;http://node5.blogspot.com/&#34;&gt;node5&lt;/a&gt;, William Metcalf has written about a nice script he created for automagically extracting full content data for certain ip&amp;rsquo;s and ip ranges from large amounts of pcap data. It will also create some nice output for the data. Check out his &lt;a href=&#34;http://node5.blogspot.com/2007/08/parsep-extend-rangepl-your-friendly.html&#34;&gt;post at node5&lt;/a&gt; and the &lt;a href=&#34;http://doc.bleedingthreats.net/bin/view/Main/PcapParser&#34;&gt;script here at bleedingthreats&lt;/a&gt;. Great to see you blogging Will! :)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
