This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
COPYING | Thu Nov 13 10:45:50 -0800 2008 | |
| |
README | Thu Jul 03 07:19:52 -0700 2008 | |
| |
dns-ext.bro | Tue Apr 07 19:44:58 -0700 2009 | |
| |
enable-ext-logging.bro | Thu Oct 29 22:11:25 -0700 2009 | |
| |
ftp-ext.bro | Mon Nov 16 05:23:21 -0800 2009 | |
| |
functions-ext.bro | Mon Nov 02 19:28:06 -0800 2009 | |
| |
global-ext.bro | Thu Oct 29 08:13:30 -0700 2009 | |
| |
http-ext.bro | Wed Nov 04 06:20:14 -0800 2009 | |
| |
http-identified-files.bro | Thu Nov 13 10:45:50 -0800 2008 | |
| |
known-services.bro | Thu Oct 29 08:13:30 -0700 2009 | |
| |
logging-ext.bro | Tue Nov 03 19:23:07 -0800 2009 | |
| |
logging.ftp-ext.bro | Sun Nov 15 21:29:12 -0800 2009 | |
| |
logging.http-ext.bro | Fri Nov 13 12:00:32 -0800 2009 | |
| |
logging.smtp-ext.bro | Fri Nov 13 12:00:32 -0800 2009 | |
| |
logging.ssh-ext.bro | Fri Nov 13 12:00:32 -0800 2009 | |
| |
md5_hash_malware/ | Tue Apr 07 19:44:58 -0700 2009 | |
| |
smtp-ext-count-rejects.bro | Thu Oct 29 13:04:04 -0700 2009 | |
| |
smtp-ext.bro | Mon Nov 02 10:38:23 -0800 2009 | |
| |
ssh-ext.bro | Mon Nov 02 19:28:06 -0800 2009 | |
| |
ssl-ext.bro | Fri Nov 13 12:00:32 -0800 2009 | |
| |
ssn-exposure.bro | Thu Oct 15 08:15:35 -0700 2009 | |
| |
ssn.sig | Thu Apr 16 10:13:32 -0700 2009 |
README
Bro-IDS analysis scripts ======================== Many or all of these scripts will currently require Robin Sommer's branch of Bro. http://blog.icir.org/2007/12/robins-development-branch.html ssh-ext.bro ----------- Determination of a successful SSH connection is made by the byte count returned by the server. The default is 5500 bytes. Redef the authentication_data_size variable to change it (for example to 4k)... redef SSH::authentication_data_size = 4000;







