Questions tagged [bro]

Bro is the former name of Zeek. Zeek is a network analysis framework - implemented as a domain specific programming language to enable users to create powerful network security monitoring (NSM) capabilities while also providing a comprehensive platform for general network traffic analysis.

From the Zeek website:

Adaptable

Zeek's domain-specific scripting language enables site-specific monitoring policies.

Efficient

Zeek targets high-performance networks and is used operationally at a variety of large sites.

Flexible

Zeek is not restricted to any particular detection approach and does not rely on traditional signatures.

Forensics

Zeek comprehensively logs what it sees and provides a high-level archive of a network's activity.

In-depth Analysis

Zeek comes with analyzers for many protocols, enabling high-level semantic analysis at the application layer.

Highly Stateful

Zeek keeps extensive application-layer state about the network it monitors.

Open Interfaces

Zeek interfaces with other applications for real-time exchange of information.

Open Source

Zeek comes with a BSD license, allowing for free use with virtually no restrictions.

References:

69 questions
0
votes
2 answers

How to monitor video and https traffic using bro network security monitor

I have configured bro on my system successfully. OS is centos 7. I have to monotor multimedia traffic e.g. youtube and some social site like facebook. I started bro for some miniutes while using facebook and youtube but their is no information about…
Hafiz Muhammad Shafiq
  • 8,168
  • 12
  • 63
  • 121
0
votes
2 answers

Bro Logs address to WSO2 CEP for processing

I have got a project to perform complex event processing of bro logs in order to detect any security lags or attacks and so. I have done initial survey and find out that bro generates various log files and I can make WSO2 CEP to take those files and…
aneela
  • 1,457
  • 3
  • 24
  • 45
0
votes
1 answer

Logging all Bro streams

I want to log all the streams the Bro has to offer. I did the following for one stream but I am not getting the desired answer. redef LogAscii::use_json=T; redef LogAscii::json_timestamps = JSON::TS_ISO8601; export { # Append the value LOG to…
0
votes
1 answer

Events for Ldap in Bro IDS

I have to implement a dsniff version for bro as my final year project. So I started by writing bro scripts where I use protocol events that were implemented by Bro. The thing is Bro didn't implement events for all the protocols and LDAP is one of…
rsabir
  • 738
  • 1
  • 7
  • 17
-1
votes
1 answer

bro ids not producing Notice.Log files in Ubuntu

I have an issue related to the bro ids in Ubuntu , bro is not producing the notice.log file after adding scripts. kindly anyone help me to solve this. Click here t see the log files which created after adding rules but here is notice.log file…
-1
votes
1 answer

Bro script works on command line but not main run

I can do comparisons with tab delimited files from command line such as : bro -i eth1 malware_test_ips.bro But whenever I install the same script to the site area, the comparisons are not made!! In fact it seems it is not reading the very same tab…
Jools
  • 1
  • 1
-3
votes
1 answer

Extract the Source IP Address from two different log samples with regex

I have a regular expression as follows: "id.resp_h"|"rx_hosts":(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}), I am trying to extract the Source IP Address from two different log samples. "id.orig_h" and "tx_hosts" are two different fields for Source IP. How…
-3
votes
1 answer

Bro network monitor - cannot open file; headers are incorrect

I have searched high and low for an answer to this, but I have been stuck for 2 days. I am attempting to read data into BRO IDS from a file using : Input::add_table([$source=sinkhole_list_location, $name="sinkhole", $idx=Idx,…
Jools
  • 1
  • 1
-3
votes
1 answer

Bro IDS searches

I have never used Python or Perl before. I got a project from work due to unforeseen circumstances and am hoping one of you guys can help. We use BRO for an IDS System. I am supposed to write a script that will open a log file (in .gz format),…
Michael Meis
  • 27
  • 1
  • 6
1 2 3 4
5