<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bro (Zeek) &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/bro-zeek/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Tue, 18 May 2021 08:40:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Bro (Zeek) &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install Bro IDS on Ubuntu 18.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-bro-ids-on-ubuntu-18-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-bro-ids-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 18 May 2021 08:40:30 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3771</guid>

					<description><![CDATA[What is BRO? It is a powerful and extremely useful network analysis tool. It is open source. The main activity of this tool is monitoring network security. Also, this tool is capable of measuring performance, troubleshooting some issues, and realizing all your traffic on the server. In order to install [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>What is <strong>BRO</strong>? It is a powerful and extremely useful network analysis tool. It is open source. The main activity of this tool is monitoring network security. Also, this tool is capable of measuring performance, troubleshooting some issues, and realizing all your traffic on the server. In order to install this tool, you need to follow these steps:</p>



<h2 id="update-your-ubuntu" >Update your Ubuntu</h2>



<p>First, you need to update your system:</p>



<pre class="wp-block-code"><code>apt-get update
apt-get upgrade</code></pre>



<p>Then you need to install some dependencies for Bro to work properly and comfortably. This can be done using the following command:</p>



<pre class="wp-block-code"><code>apt-get install cmake make gcc g++ flex bison libpcap-dev libssl-dev python-dev swig zlib1g-dev sendmail sendmail-bin</code></pre>



<h2 id="installing-bro" >Installing Bro</h2>



<p>Next, you need to install Bro (more modern name &#8211; Zeek). The version for April 2021 is Zeek 4.0.1. To download, you can visit the following <strong><a href="https://zeek.org/get-zeek/">site</a></strong> </p>



<p>You can also install using:</p>



<pre class="wp-block-code"><code>sudo su
apt-get install cmake make gcc g++ flex bison libpcap-dev libssl-dev python-dev swig zlib1g-dev git -y
cd /tmp
git clone --recursive https://github.com/zeek/zeek
make
make install
echo "$PATH:/opt/bro/bin" >/etc/environment
export PATH=/opt/bro/bin:$PATH
</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-bro-ids-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
