Greetings List,
We are currently testing bro and have read the documentation. So far everything looks pretty good, very interesting technology to say the least. One question though. Why isn't this working?
# This file should describe your network configuration.
# If your local network is a class C, and its network
# address was 192.168.1.0 and a class B network
# with address space 10.1.0.0.
# Then you would put 192.168.1.0/24 and 10.1.0.0/16 into
# this file, telling bro what your local networks are.
redef local_nets: set[subnet] = {
# example of a class C network
192.168.1.0/24,
# example of a class B network
172.16.15.0/24
};
Which results in the following Error:
zerosum# ../scripts/bro.rc start
bro.rc: Starting ..........bro.rc: Failed to start Bro
/usr/local/bro/site/zerosum.testme.com.bro, line 11: error: unknown identifier WeirdActivity, at or near "WeirdActivity"
... FAILED
zerosum#
You need two tweaks to your script, per the appended diff.
Note, in general you'd add definitions like yours to local.lite.bro rather
than local.site.bro. Putting them in the latter risks introducing dependency
circularities (such as due to the new "@load weird").
Vern
--- orig.bro 2008-06-04 17:28:17.000000000 -0700
+++ modified.bro 2008-06-04 17:28:11.000000000 -0700
@@ -6,9 +6,10 @@
# this file, telling bro what your local networks are.
zerosum# /usr/local/bro/scripts/bro.rc start
bro.rc: Starting ..........bro.rc: Failed to start Bro
/usr/local/bro/site/zerosum.netragard.com.bro, line 12: error: unknown identifier Weird::WeirdActivity, at or near "Weird::WeirdActivity"
... FAILED
zerosum#
zerosum# more zerosum.netragard.com.bro
# This file should describe your network configuration.
# If your local network is a class C, and its network
# address was 192.168.1.0 and a class B network
# with address space 10.1.0.0.
# Then you would put 192.168.1.0/24 and 10.1.0.0/16 into
# this file, telling bro what your local networks are.
The version of bro that I installed was installed by the ports. I am trying the latest stable version thats available from your site now. It would be interesting to see how well this works.
Also, any news on how to get the code for the spinning cube of potential doom for Bro Visualization?
Regards,
Adriel T. Desautels
Chief Technology Officer
Netragard, LLC.
Office : 617-934-0269
Mobile : 617-633-3821 http://www.linkedin.com/pub/1/118/a45