<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Logstash on To Linux and beyond !</title>
    <link>https://home.regit.org/tags/logstash/</link>
    <description>Recent content in Logstash on To Linux and beyond !</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <lastBuildDate>Thu, 26 Jun 2014 08:41:02 +0000</lastBuildDate>
    <atom:link href="https://home.regit.org/feed/tags/logstash/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>pshitt: collect passwords used in SSH bruteforce</title>
      <link>https://home.regit.org/2014/06/pshitt-collect-passwords-used-in-ssh-bruteforce/</link>
      <pubDate>Thu, 26 Jun 2014 08:41:02 +0000</pubDate>
      <guid>https://home.regit.org/2014/06/pshitt-collect-passwords-used-in-ssh-bruteforce/</guid>
      <description>&lt;h4 id=&#34;introduction&#34;&gt;Introduction&lt;/h4&gt;
&lt;p&gt;I’ve been playing lately on &lt;a href=&#34;https://home.regit.org/2014/02/chinese-scanner/&#34;&gt;analysis SSH bruteforce caracterization&lt;/a&gt;. I was a bit frustrated of just getting partial information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ulogd can give information about scanner settings&lt;/li&gt;
&lt;li&gt;suricata can give me information about software version&lt;/li&gt;
&lt;li&gt;sshd server logs shows username&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But having username without having the password is really frustrating.&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;So I decided to try to get them. Looking for a SSH server honeypot, I did find &lt;a href=&#34;https://github.com/desaster/kippo&#34;&gt;kippo&lt;/a&gt; but it was going too far for me&lt;br&gt;
by providing a fake shell access. So I’ve decided to build my own based on &lt;a href=&#34;https://github.com/paramiko/paramiko&#34;&gt;paramiko&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Suricata and Ulogd meet Logstash and Splunk</title>
      <link>https://home.regit.org/2014/03/suricata-ulogd-splunk-logstash/</link>
      <pubDate>Fri, 07 Mar 2014 23:19:37 +0000</pubDate>
      <guid>https://home.regit.org/2014/03/suricata-ulogd-splunk-logstash/</guid>
      <description>&lt;h4 id=&#34;some-progress-on-the-json-side&#34;&gt;Some progress on the JSON side&lt;/h4&gt;
&lt;p&gt;Suricata 2.0-rc2 is out and it brings some progress on the JSON side. The logging of SSH protocol has been added:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://home.regit.org/uploads/2014/03/Screenshot-from-2014-03-07-185021.png&#34;&gt;&lt;img loading=&#34;lazy&#34; decoding=&#34;async&#34; src=&#34;https://home.regit.org/uploads/2014/03/Screenshot-from-2014-03-07-185021.png&#34; alt=&#34;Screenshot from 2014-03-07 18:50:21&#34; width=&#34;629&#34; height=&#34;357&#34; class=&#34;aligncenter size-large wp-image-2051&#34; srcset=&#34;https://home.regit.org/uploads/2014/03/Screenshot-from-2014-03-07-185021.png 629w, https://home.regit.org/uploads/2014/03/Screenshot-from-2014-03-07-185021-300x170.png 300w&#34; sizes=&#34;auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the &lt;a href=&#34;https://github.com/inliniac/suricata/commit/6c3c234ca5583f420371bc706716e8ae1b0c5a61&#34;&gt;format of timestamp has been updated&lt;/a&gt; to be ISO 8601 compliant and it is now named &lt;code&gt;timestamp&lt;/code&gt; instead of &lt;code&gt;time&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using ulogd and JSON output</title>
      <link>https://home.regit.org/2014/02/using-ulogd-and-json-output/</link>
      <pubDate>Sun, 02 Feb 2014 16:39:34 +0000</pubDate>
      <guid>https://home.regit.org/2014/02/using-ulogd-and-json-output/</guid>
      <description>&lt;h4 id=&#34;ulogd-and-json-output&#34;&gt;Ulogd and JSON output&lt;/h4&gt;
&lt;p&gt;In February 2014, I’ve &lt;a href=&#34;http://git.netfilter.org/ulogd2/commit/?id=e0ae1870e5b15138c12071d9d96522a2720bf44a&#34;&gt;commited a new output plugin&lt;/a&gt; to &lt;a href=&#34;http://www.netfilter.org/projects/ulogd/index.html&#34;&gt;ulogd&lt;/a&gt;, the userspace logging daemon for Netfilter. This is a &lt;a href=&#34;http://en.wikipedia.org/wiki/JSON&#34;&gt;JSON&lt;/a&gt; output plugin which output logs into a file in JSON format. The interest of the JSON format is that it is easily parsed by software just as logstash. And once data are understood by &lt;a href=&#34;http://logstash.net/&#34;&gt;logstash&lt;/a&gt;, you can get some nice and useful dashboard in &lt;a href=&#34;http://www.elasticsearch.org/overview/kibana/&#34;&gt;Kibana&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://home.regit.org/uploads/2014/02/Screenshot-from-2014-02-02-132234.png&#34;&gt;&lt;img loading=&#34;lazy&#34; decoding=&#34;async&#34; src=&#34;https://home.regit.org/uploads/2014/02/Screenshot-from-2014-02-02-132234-1024x486.png&#34; alt=&#34;Screenshot from 2014-02-02 13:22:34&#34; width=&#34;695&#34; height=&#34;329&#34; class=&#34;aligncenter size-large wp-image-1896&#34; srcset=&#34;https://home.regit.org/uploads/2014/02/Screenshot-from-2014-02-02-132234-1024x486.png 1024w, https://home.regit.org/uploads/2014/02/Screenshot-from-2014-02-02-132234-300x142.png 300w, https://home.regit.org/uploads/2014/02/Screenshot-from-2014-02-02-132234.png 1898w&#34; sizes=&#34;auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Logstash and Suricata for the old guys</title>
      <link>https://home.regit.org/2013/10/logstash-and-suricata-for-the-old-guys/</link>
      <pubDate>Mon, 28 Oct 2013 10:47:31 +0000</pubDate>
      <guid>https://home.regit.org/2013/10/logstash-and-suricata-for-the-old-guys/</guid>
      <description>&lt;h4 id=&#34;introduction&#34;&gt;Introduction&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;http://logstash.net/&#34;&gt;logstash&lt;/a&gt; an opensource tool for managing events and logs. It is using &lt;a href=&#34;http://www.elasticsearch.org/&#34;&gt;elasticsearch&lt;/a&gt; for the storage and has a really nice interface named &lt;a href=&#34;http://www.elasticsearch.org/overview/kibana/&#34;&gt;Kibana&lt;/a&gt;. One of the easiest to use entry format is JSON.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.suricata-ids.org&#34;&gt;Suricata&lt;/a&gt; is an IDS/IPS which has some interesting logging features. Version 2.0 will feature a JSON export for all logging subsystem. It will then be possible to output in JSON format:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HTTP log&lt;/li&gt;
&lt;li&gt;DNS log&lt;/li&gt;
&lt;li&gt;TLS log&lt;/li&gt;
&lt;li&gt;File log&lt;/li&gt;
&lt;li&gt;IDS Alerts&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For now, only File log is available in JSON format. This extract meta data from files transferred over HTTP.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
