snort
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 54
Snort 2.7.0.1
Snort is a lightweight intrusion detection technology in comparison to commercially available systems. more>>
Snort project is a "lightweight" intrusion detection technology in comparison to commercially available systems.
Snort really isnt very hard to use, but there are a lot of command line options to play with, and its not always obvious which ones go together well. This file aims to make using Snort easier for new users.
Snort can be configured to run in four modes:
- Sniffer mode, which simply reads the packets off of the network and displays them for you in a continuous stream on the console (screen).
- Packet Logger mode, which logs the packets to disk.
- Network Intrusion Detection System (NIDS) mode, the most complex and configurable configuration, which allows Snort to analyze network traffic for matches against a user-defined rule set and performs several actions based upon what it sees.
- Inline Mode, which obtains packets from iptables instead of from libpcap and then causes iptables to drop or pass packets based on Snort rules that use inline-specific rule types.
<<lessSnort really isnt very hard to use, but there are a lot of command line options to play with, and its not always obvious which ones go together well. This file aims to make using Snort easier for new users.
Snort can be configured to run in four modes:
- Sniffer mode, which simply reads the packets off of the network and displays them for you in a continuous stream on the console (screen).
- Packet Logger mode, which logs the packets to disk.
- Network Intrusion Detection System (NIDS) mode, the most complex and configurable configuration, which allows Snort to analyze network traffic for matches against a user-defined rule set and performs several actions based upon what it sees.
- Inline Mode, which obtains packets from iptables instead of from libpcap and then causes iptables to drop or pass packets based on Snort rules that use inline-specific rule types.
Download (3.7MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
508 downloads
fwsnort 1.0
fwsnort translates snort rules into an equivalent iptables ruleset. more>>
fwsnort parses the rules files included in the snort intrusion detection system and builds an equivalent iptables ruleset for as many rules as possible.
fwsnort accepts command line arguments to restrict processing to any particular class of snort rules such as "ddos", "backdoor", or "web-attacks". Processing can even be restricted to a specific snort rule as identified by its "snort id" or "sid".
fwsnort utilizes the iptables string match module (together with a custom patch that adds a --hex-string option to the iptables user space code) to detect application level signatures.
fwsnort (optionally) makes use of the IPTables::Parse module (to be submitted to CPAN) to translate snort rules for which matching traffic could potentially be passed through the existing iptables ruleset.
Main features:
- Detection for tcp syn, fin, null, and xmas scans as well as udp scans.
- Detection of many signature rules from the snort intrusion detection system.
- Forensics mode iptables logfile analysis (useful as a forensics tool for extracting scan information from old iptables logfiles).
- Passive operating system fingerprinting via tcp syn packets. Two different fingerprinting strategies are supported; a re-implementation of p0f that strictly uses iptables log messages (requires the --log-tcp-options command line switch), and a TOS-based strategy.
- Email alerts that contain tcp/udp/icmp scan characteristics, reverse dns and whois information, snort rule matches, remote OS guess information, and more.
- Content-based alerts for buffer overflow attacks, suspicious application commands, and other suspect traffic through the use of the iptables string match extension and fwsnort.
- Icmp type and code header field validation.
- Configurable scan thresholds and danger level assignments.
- Iptables ruleset parsing to verify "default drop" policy stance.
- IP/network danger level auto-assignment (can be used to ignore or automatically escalate danger levels for certain networks).
- DShield alerts.
- Auto-blocking of scanning IP addresses via iptables and/or tcpwrappers based on scan danger level. (This is NOT enabled by default.)
- Status mode that displays a summary of current scan information with associated packet counts, iptables chains, and danger levels.
Enhancements:
- This is a major update to add the ability to send packets that match content or uricontent criteria to userspace via the iptables QUEUE or NFQUEUE targets.
- This can be used to speed up snort_inline IPS.
- A fwsnort mailing list was added.
- A bug was fixed to remove any existing jump rules from the built-in INPUT, OUTPUT, and FORWARD chains before creating a new jump rules.
- This allows the fwsnort.sh script to be executed multiple times without creating a new jump rule in the fwsnort chains for each execution.
<<lessfwsnort accepts command line arguments to restrict processing to any particular class of snort rules such as "ddos", "backdoor", or "web-attacks". Processing can even be restricted to a specific snort rule as identified by its "snort id" or "sid".
fwsnort utilizes the iptables string match module (together with a custom patch that adds a --hex-string option to the iptables user space code) to detect application level signatures.
fwsnort (optionally) makes use of the IPTables::Parse module (to be submitted to CPAN) to translate snort rules for which matching traffic could potentially be passed through the existing iptables ruleset.
Main features:
- Detection for tcp syn, fin, null, and xmas scans as well as udp scans.
- Detection of many signature rules from the snort intrusion detection system.
- Forensics mode iptables logfile analysis (useful as a forensics tool for extracting scan information from old iptables logfiles).
- Passive operating system fingerprinting via tcp syn packets. Two different fingerprinting strategies are supported; a re-implementation of p0f that strictly uses iptables log messages (requires the --log-tcp-options command line switch), and a TOS-based strategy.
- Email alerts that contain tcp/udp/icmp scan characteristics, reverse dns and whois information, snort rule matches, remote OS guess information, and more.
- Content-based alerts for buffer overflow attacks, suspicious application commands, and other suspect traffic through the use of the iptables string match extension and fwsnort.
- Icmp type and code header field validation.
- Configurable scan thresholds and danger level assignments.
- Iptables ruleset parsing to verify "default drop" policy stance.
- IP/network danger level auto-assignment (can be used to ignore or automatically escalate danger levels for certain networks).
- DShield alerts.
- Auto-blocking of scanning IP addresses via iptables and/or tcpwrappers based on scan danger level. (This is NOT enabled by default.)
- Status mode that displays a summary of current scan information with associated packet counts, iptables chains, and danger levels.
Enhancements:
- This is a major update to add the ability to send packets that match content or uricontent criteria to userspace via the iptables QUEUE or NFQUEUE targets.
- This can be used to speed up snort_inline IPS.
- A fwsnort mailing list was added.
- A bug was fixed to remove any existing jump rules from the built-in INPUT, OUTPUT, and FORWARD chains before creating a new jump rules.
- This allows the fwsnort.sh script to be executed multiple times without creating a new jump rule in the fwsnort chains for each execution.
Download (0.28MB)
Added: 2007-04-22 License: GPL (GNU General Public License) Price:
915 downloads
Snort-rep 1.10
snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file. more>>
snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file.
The reports contain:
Portscan summary
Alert Summary by ID
Alert summary by remote host and ID
Alert summary by local host and ID
Alert summary by local port and ID
It is designed to be used for daily e-mail reports to the system administrators (see snort-rep-mail for an example script that generates daily e-mails). The HTML code output contains direct links to the IDS descriptions of whitehats.com.
Enhancements:
- release 1.10
- fix off-by-one hour error in syslog parsing when changing from daylight saving time
- support portscan2 (Snort 1.9.0)
<<lessThe reports contain:
Portscan summary
Alert Summary by ID
Alert summary by remote host and ID
Alert summary by local host and ID
Alert summary by local port and ID
It is designed to be used for daily e-mail reports to the system administrators (see snort-rep-mail for an example script that generates daily e-mails). The HTML code output contains direct links to the IDS descriptions of whitehats.com.
Enhancements:
- release 1.10
- fix off-by-one hour error in syslog parsing when changing from daylight saving time
- support portscan2 (Snort 1.9.0)
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1216 downloads
Snort::Rule 1.03
Snort::Rule is a Perl extension for dynamically building snort rules. more>>
Snort::Rule is a Perl extension for dynamically building snort rules.
SYNOPSIS
use Snort::Rule;
$rule = Snort::Rule->new(
-action => alert,
-proto => tcp,
-src => any,
-sport => any,
-dir => ->,
-dst => 192.188.1.1,
-dport => 44444,
);
$rule->opts(msg,Test Rule");
$rule->opts(threshold,type limit,track by_src,count 1,seconds 3600);
$rule->opts(sid,500000);
print $rule->string()."n";
OR
$rule = alert tcp $SMTP_SERVERS any -> $EXTERNAL_NET 25 (msg:"BLEEDING-EDGE POLICY SMTP US Top Secret PROPIN"; flow:to_server,established; content:"Subject|3A|"; pcre:"/(TOPsSECRET|TS)//[sw,/-]*PROPIN[sw,/-]*(?=//(25)?X[1-9])/ism"; classtype:policy-violation; sid:2002448; rev:1;);
$rule = Snort::Rule->new(-parse => $rule);
print $rule->string()."n";
This is a very simple snort rule object. It was developed to allow for scripted dynamic rule creation. Ideally you could dynamically take a list of bad hosts and build an array of snort rule objects from that list. Then write that list using the string() method to a snort rules file.
<<lessSYNOPSIS
use Snort::Rule;
$rule = Snort::Rule->new(
-action => alert,
-proto => tcp,
-src => any,
-sport => any,
-dir => ->,
-dst => 192.188.1.1,
-dport => 44444,
);
$rule->opts(msg,Test Rule");
$rule->opts(threshold,type limit,track by_src,count 1,seconds 3600);
$rule->opts(sid,500000);
print $rule->string()."n";
OR
$rule = alert tcp $SMTP_SERVERS any -> $EXTERNAL_NET 25 (msg:"BLEEDING-EDGE POLICY SMTP US Top Secret PROPIN"; flow:to_server,established; content:"Subject|3A|"; pcre:"/(TOPsSECRET|TS)//[sw,/-]*PROPIN[sw,/-]*(?=//(25)?X[1-9])/ism"; classtype:policy-violation; sid:2002448; rev:1;);
$rule = Snort::Rule->new(-parse => $rule);
print $rule->string()."n";
This is a very simple snort rule object. It was developed to allow for scripted dynamic rule creation. Ideally you could dynamically take a list of bad hosts and build an array of snort rule objects from that list. Then write that list using the string() method to a snort rules file.
Download (0.005MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1226 downloads
Snort Report 1.3.1
Snort Report is an add-on module for the Snort Intrusion Detection System. more>>
Snort Report is an add-on module for the Snort Intrusion Detection System. Snort Report add-on provides realtime reporting from the MySQL database generated by Snort.
It has been tested on Redhat 6.2, 7.0, 7.1, and OpenBSD 2.9.
<<lessIt has been tested on Redhat 6.2, 7.0, 7.1, and OpenBSD 2.9.
Download (0.042MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1408 downloads
SnortSMS 1.6.8
SnortSMS is a highly configurable sensor management system. more>>
SnortSMS is a highly configurable sensor management system that provides the ability to remotely administer Snort [and Barnyard] based Intrusion Detection Systems (IDS), push configuration files, add/edit rules, and monitor system health and statistics, all from a simple and clean Web interface console.
Whether you have one or multiple Snort sensors, SnortSMS can help unify and syncronize all sensor configurations.
Main features:
- Centralized Sensor Management - Unify all sensors under one common console interface. Create and share global configuration policies throughout your IDS sensors. Remotely start and stop sensors.
- Barnyard Support - Integrated support for Barnyard including auto-generation of sid-msg.map.
- Health Monitoring - Monitor the statistics and health of all your sensors. Our parallel querying engine retrives vital stats from all sensors simustainiously.
- Configuration Verification - Uses MD5 checksums to validate sensor config policies with global configuration settings.
- Rule Importing - Instantly download and import Snort rules and configuration resources into the SnortSMS libraries.
Enhancements:
- This release adds support to handle Dynamic directives.
- There are miscellaneous bugfixes.
<<lessWhether you have one or multiple Snort sensors, SnortSMS can help unify and syncronize all sensor configurations.
Main features:
- Centralized Sensor Management - Unify all sensors under one common console interface. Create and share global configuration policies throughout your IDS sensors. Remotely start and stop sensors.
- Barnyard Support - Integrated support for Barnyard including auto-generation of sid-msg.map.
- Health Monitoring - Monitor the statistics and health of all your sensors. Our parallel querying engine retrives vital stats from all sensors simustainiously.
- Configuration Verification - Uses MD5 checksums to validate sensor config policies with global configuration settings.
- Rule Importing - Instantly download and import Snort rules and configuration resources into the SnortSMS libraries.
Enhancements:
- This release adds support to handle Dynamic directives.
- There are miscellaneous bugfixes.
Download (0.22MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
844 downloads
Snort Config 0.4.2-1
Snort Config provides an intuitive menu-based interface for the GPL IDS tool Snort. more>>
Snort Config provides an intuitive menu-based interface for the GPL IDS tool Snort.
SnortConf is a tool that provides a fairly intuitive menu-based text interface for setting up the GPL IDS tool Snort. It also provides error and sanity checking on user input, and an online help facility.
Currently, Ive just released a Snortconf version to match up to Snort version 1.9.0. I apologize for the late release date; this project is a unique one for me, in that I dont use this program myself (I like the text editor method better personally), so I tend to forget about it if nobody pesters me, which nobody has. Speaking of which:
NOTE TO USERS: If you like this program, or hate this program, or anything else about this program (feature requests? bugs?), please provide me some feedback. My purpose in releasing this program in its current BETA state was to get feedback from people who use it, and to date I have gotten exactly 1 person willing to drop me an e-mail on the subject. The rest of you are encouraged to join in.
The program should compile on almost any POSIX system with a Curses library. It has only been tested on Linux/Ncurses however, so users of other platforms are encouraged to report any issues they encounter with either the build process, or any runtime errors.
Enhancements:
- yncd to changed on the debian boxen.
- rebuilt RPM and tar.gz on the RedHat boxen.
- Updated to output Snort 1.9.0 config files.
- Dang little else. :)
<<lessSnortConf is a tool that provides a fairly intuitive menu-based text interface for setting up the GPL IDS tool Snort. It also provides error and sanity checking on user input, and an online help facility.
Currently, Ive just released a Snortconf version to match up to Snort version 1.9.0. I apologize for the late release date; this project is a unique one for me, in that I dont use this program myself (I like the text editor method better personally), so I tend to forget about it if nobody pesters me, which nobody has. Speaking of which:
NOTE TO USERS: If you like this program, or hate this program, or anything else about this program (feature requests? bugs?), please provide me some feedback. My purpose in releasing this program in its current BETA state was to get feedback from people who use it, and to date I have gotten exactly 1 person willing to drop me an e-mail on the subject. The rest of you are encouraged to join in.
The program should compile on almost any POSIX system with a Curses library. It has only been tested on Linux/Ncurses however, so users of other platforms are encouraged to report any issues they encounter with either the build process, or any runtime errors.
Enhancements:
- yncd to changed on the debian boxen.
- rebuilt RPM and tar.gz on the RedHat boxen.
- Updated to output Snort 1.9.0 config files.
- Dang little else. :)
Download (0.035MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
977 downloads
Snort Alert Monitor 20050206
SAM is a program to monitor (in real-time) the number of alerts generated by Snort. more>>
SAM is a program to monitor (in real-time) the number of alerts generated by Snort. Having recently set up Snort and ACID I felt like there was something missing.
Snort was great for identifying suspicous traffic and ACID was great for digging in to the details but I needed something that was a little higher overview and able to sounds alarms if certain conditions were met.
For instance if I was attacked 100 times in a 5 minutes period. SAM does not replace Snort or ACID but rather it compliments them.
<<lessSnort was great for identifying suspicous traffic and ACID was great for digging in to the details but I needed something that was a little higher overview and able to sounds alarms if certain conditions were met.
For instance if I was attacked 100 times in a 5 minutes period. SAM does not replace Snort or ACID but rather it compliments them.
Download (2.76MB)
Added: 2005-09-19 License: Freeware Price:
1503 downloads
Fast Logging Project for Snort 1.6.0
Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors. more>>
Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors on a central server and to store them in a database (MySQL and PostgreSQL are supported).
On the sensor, the output is written to a process called sockserv. This process is threaded; one thread receives and buffers the alert packets, and the other thread forwards them to a central server.
The output is decoupled from snort, which can proceed in sniffing instead of waiting for the output plugins. At the central server, a process called servsock gathers all alerts from the remote sensors and feeds them to the database.
A short description of alerts with high priority together with the database ID can be sent via email to a list of recipients.
Main features:
- Decoupling of the output from snort. Snort can work on new packets instead of processing the output.
- Buffering of alerts on the sensor. This is useful if you have a shortage on your network to the central server or the servsock process on the central server is not running (maybe it will be restarted due to a change to a newer version...)
- Buffering of alerts on the central server. It is not uncommon that the database (especially MySQL) is hanging during a high input rate or the rate is faster than the database is able to store.
- Fast writing to the database via an unix domain socket.
- E-Mail alerting on high priority alerts.
- Drop feature for the worst case. At least the basic alert informations are still available either via E-Mail or on stdout/syslog.
- Since version 1.0.6 the alerts which should be dropped on the central server if servsock exits are written to a swap file. So this data is still availabe.
- If alerts have to been dropped because the high water mark was reached then these data are not written to the swap file.
Enhancements:
- Several checks were added, the alert data from Snort got a tag, and a restart of Snort is now checked.
- getpacket now has base 64 support.
- The statistics are now generated via the control thread so some signals are no longer necessary.
- The exit handler was rewritten and a cache for signatures was added.
- This cache can accelerate the insert rate by up to a factor of two and is implemented as a red black tree.
- During runtime, the only SELECT statement is for the signature ID, and all other operations are INSERT statements.
- The idea is to cache all signatures that caused an alert.
<<lessOn the sensor, the output is written to a process called sockserv. This process is threaded; one thread receives and buffers the alert packets, and the other thread forwards them to a central server.
The output is decoupled from snort, which can proceed in sniffing instead of waiting for the output plugins. At the central server, a process called servsock gathers all alerts from the remote sensors and feeds them to the database.
A short description of alerts with high priority together with the database ID can be sent via email to a list of recipients.
Main features:
- Decoupling of the output from snort. Snort can work on new packets instead of processing the output.
- Buffering of alerts on the sensor. This is useful if you have a shortage on your network to the central server or the servsock process on the central server is not running (maybe it will be restarted due to a change to a newer version...)
- Buffering of alerts on the central server. It is not uncommon that the database (especially MySQL) is hanging during a high input rate or the rate is faster than the database is able to store.
- Fast writing to the database via an unix domain socket.
- E-Mail alerting on high priority alerts.
- Drop feature for the worst case. At least the basic alert informations are still available either via E-Mail or on stdout/syslog.
- Since version 1.0.6 the alerts which should be dropped on the central server if servsock exits are written to a swap file. So this data is still availabe.
- If alerts have to been dropped because the high water mark was reached then these data are not written to the swap file.
Enhancements:
- Several checks were added, the alert data from Snort got a tag, and a restart of Snort is now checked.
- getpacket now has base 64 support.
- The statistics are now generated via the control thread so some signals are no longer necessary.
- The exit handler was rewritten and a cache for signatures was added.
- This cache can accelerate the insert rate by up to a factor of two and is implemented as a red black tree.
- During runtime, the only SELECT statement is for the signature ID, and all other operations are INSERT statements.
- The idea is to cache all signatures that caused an alert.
Download (0.68MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
sensorTrends 0.6
sensorTrends is a project that generates trending reports based on security device log files. more>>
sensorTrends is a project that generates trending reports based on security device log files.
sensorTrends is a Web-based application that displays a high-level view of the ports that are being scanned over the course of time. The display is similar to the look and feel of incidents.org and Dshield.com.
There are also quick links to correlate your data with the Internet Storm Center (incidents.org).
Supported log formats are:
- Cisco router Access Control Lists (ACLs) syslog output,
- Cisco PIX firewall syslog output,
- Snorts portscan.log files,
- NetScreen syslog output.
<<lesssensorTrends is a Web-based application that displays a high-level view of the ports that are being scanned over the course of time. The display is similar to the look and feel of incidents.org and Dshield.com.
There are also quick links to correlate your data with the Internet Storm Center (incidents.org).
Supported log formats are:
- Cisco router Access Control Lists (ACLs) syslog output,
- Cisco PIX firewall syslog output,
- Snorts portscan.log files,
- NetScreen syslog output.
Download (0.017MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1009 downloads
SigTranslator 20060205
SigTranslator is a project able to translate IDS signatures e.g. from Snort rules to Dragon rules and vice versa. more>>
SigTranslator is a project able to translate IDS signatures e.g. from Snort rules to Dragon rules and vice versa. SigTranslator can translate as well the common signatures standard (CIDSS - Common Intrusion Detection Signatures Standard).
Signature Translator is simple to use Java application which will help you to use signatures in your favourite IDS translated from other IDS .
Enhancements:
- Major code enhancements and bugfixes.
<<lessSignature Translator is simple to use Java application which will help you to use signatures in your favourite IDS translated from other IDS .
Enhancements:
- Major code enhancements and bugfixes.
Download (1.1MB)
Added: 2006-02-06 License: The Apache License Price:
1355 downloads
Firestorm 0.5.5
Firestorm is an extremely high performance network intrusion detection system (NIDS). more>>
Firestorm is an extremely high performance network intrusion detection system (NIDS). At the moment it just a sensor but plans are to include real support for analysis, reporting, remote console and on-the-fly sensor configuration. It is fully pluggable and hence extremely flexible. Firestorm performs a lot better than all other systems I have tested (such as snort and prelude) by as much as a factor of 2 (and thats under favourable conditions, it way outstrips the competition under a targeted DoS attack).
A Network Intrusion Detection System is a system which can identify suspicious patterns in network traffic. If a firewall is a doorman, a NIDS is an undercover KGB agent. He silently gathers intelligence and can watch an enemy even if the door security has already let them in (maybe the enemy can make fake identification documents).
Tested Platforms
Linux 2.x
FreeBSD 4.x
OpenBSD
Solaris
Should compile and run on any mainstream UNIX really...
Main features:
- Protocol anomaly detection
- Full application layer decodes
- Fully pluggable
- High performance OS Specific capture module for Linux
- Capture from libpcap files (normal AND redhat extended)
- Packet decode engine fully supports encapsulation
- Decode plugins included for many protocols (see below)
- Comprehensive snort rule support
- Wu-Manber setwise string matching
- Easy to configure; just one config file
- Can run chroot and with lowered privs (when started as root)
- Can run as a realtime process (when started as root)
- Preprocessors to allow supplementary modes of detection (eg: anomaly)
- Full IP defragmentation (passes fragroute evasion tests)
- TCP stateful inspection with window tracking
- Intelligent TCP stream reassembly
- HTTP URL normalization
- EXTREMELY fast and scalable signature engine
- Configurable token-bucket rate-limiting of any alerts
- GNOME2 based analyst console user interface
- Enhanced logging format for ease of analysis
- ELOG indexing for lightning fast sorting and filtering of alerts
<<lessA Network Intrusion Detection System is a system which can identify suspicious patterns in network traffic. If a firewall is a doorman, a NIDS is an undercover KGB agent. He silently gathers intelligence and can watch an enemy even if the door security has already let them in (maybe the enemy can make fake identification documents).
Tested Platforms
Linux 2.x
FreeBSD 4.x
OpenBSD
Solaris
Should compile and run on any mainstream UNIX really...
Main features:
- Protocol anomaly detection
- Full application layer decodes
- Fully pluggable
- High performance OS Specific capture module for Linux
- Capture from libpcap files (normal AND redhat extended)
- Packet decode engine fully supports encapsulation
- Decode plugins included for many protocols (see below)
- Comprehensive snort rule support
- Wu-Manber setwise string matching
- Easy to configure; just one config file
- Can run chroot and with lowered privs (when started as root)
- Can run as a realtime process (when started as root)
- Preprocessors to allow supplementary modes of detection (eg: anomaly)
- Full IP defragmentation (passes fragroute evasion tests)
- TCP stateful inspection with window tracking
- Intelligent TCP stream reassembly
- HTTP URL normalization
- EXTREMELY fast and scalable signature engine
- Configurable token-bucket rate-limiting of any alerts
- GNOME2 based analyst console user interface
- Enhanced logging format for ease of analysis
- ELOG indexing for lightning fast sorting and filtering of alerts
Download (0.22MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1208 downloads
Knoppix STD 0.1
STD is a Linux-based Security Tool. Actually, it is a collection of hundreds if not thousands of open source security tools. more>>
STD is a Linux-based Security Tool. Actually, it is a collection of hundreds if not thousands of open source security tools. Its a Live Linux Distro, which means it runs from a bootable CD in memory without changing the native operating system of the host computer. Its sole purpose in life is to put as many security tools at your disposal with as slick an interface as it can.
STD is meant to be used by both novice and professional security personnel but is not ideal for the Linux uninitiated. STD assumes you know the basics of Linux as most of your work will be done from the command line. If you are completely new to Linux, its best you start with another live Distro like Knoppix to practice the basics.
STD tools are divided into the following categories:
- authentication
- encryption
- forensics
- firewall
- honeypot
- ids
- network utilities
- password tools
- servers
- packet sniffers
- tcp tools
- tunnels
- vulnerability assessment
- wireless tools
Enhancements:
- Eliminated all windows managers except fluxbox
- built kernel from kernel.org 2.4.21 src. added ntfs/rw, superfreeswan and openmosix patches.
- ntfs rw is very limited. You can basically only modify existing files and only if you dont change the size. Good for making basic registry changes.
- Superfreeswan adds IPSEC support for VPNs.
- OpenMosix adds clustering support with automatic discovery of other nodes.
- Added /usr/bin/tunnels category
- Eliminated /usr/bin/pen-test category and moved tools to /usr/bin/vuln-test
- Moved some tools in /usr/bin/sniff to /usr/bin/tcp-tools
- Eliminated /usr/bin/pen-test category and moved tools to /usr/bin/vuln-test
- ACID/MySQL/Snort configured to work automatically
- update nessus plugins, clamAV signatures, and snort signatures
- If you have 640MB of RAM or more you run boot: knoppix toram and free up the CD drive
- patched orinoco driver is the default. no more patch-orinoco
- Kismet updated to 3.0.1 and is pre-configured for orinoco on eth0
- all init scripts now check the knoppix home dir before copying from the CD.This means that if youre using a persistant home dir the init scripts act as restore scripts
- blockall now allows connections from localhost so you can block all external traffic but still run nessus or ntop or kismet or.....
- added many new tools and updated all existing tools
<<lessSTD is meant to be used by both novice and professional security personnel but is not ideal for the Linux uninitiated. STD assumes you know the basics of Linux as most of your work will be done from the command line. If you are completely new to Linux, its best you start with another live Distro like Knoppix to practice the basics.
STD tools are divided into the following categories:
- authentication
- encryption
- forensics
- firewall
- honeypot
- ids
- network utilities
- password tools
- servers
- packet sniffers
- tcp tools
- tunnels
- vulnerability assessment
- wireless tools
Enhancements:
- Eliminated all windows managers except fluxbox
- built kernel from kernel.org 2.4.21 src. added ntfs/rw, superfreeswan and openmosix patches.
- ntfs rw is very limited. You can basically only modify existing files and only if you dont change the size. Good for making basic registry changes.
- Superfreeswan adds IPSEC support for VPNs.
- OpenMosix adds clustering support with automatic discovery of other nodes.
- Added /usr/bin/tunnels category
- Eliminated /usr/bin/pen-test category and moved tools to /usr/bin/vuln-test
- Moved some tools in /usr/bin/sniff to /usr/bin/tcp-tools
- Eliminated /usr/bin/pen-test category and moved tools to /usr/bin/vuln-test
- ACID/MySQL/Snort configured to work automatically
- update nessus plugins, clamAV signatures, and snort signatures
- If you have 640MB of RAM or more you run boot: knoppix toram and free up the CD drive
- patched orinoco driver is the default. no more patch-orinoco
- Kismet updated to 3.0.1 and is pre-configured for orinoco on eth0
- all init scripts now check the knoppix home dir before copying from the CD.This means that if youre using a persistant home dir the init scripts act as restore scripts
- blockall now allows connections from localhost so you can block all external traffic but still run nessus or ntop or kismet or.....
- added many new tools and updated all existing tools
Download (497MB)
Added: 2005-05-13 License: GPL (GNU General Public License) Price:
1629 downloads
Spoink 1.0
Spoink is an output-plugin for snort that works by blocking access to attackers using OpenBSDs pf api. more>>
Spoink is an output-plugin for snort that works by blocking access to attackers using OpenBSDs pf api.
All you need is an OpenBSD machine (or pf compatible), and snort (last version works well).
Spoink uses a pf table and a blocking rule to stop "attackers" accessing our system. To protect from false negatives you must have a whitelist full of ips you want save (see section 2).
Spoink program only blocks attacks defined in snort rules so think for a minute what rules you want to use first.
<<lessAll you need is an OpenBSD machine (or pf compatible), and snort (last version works well).
Spoink uses a pf table and a blocking rule to stop "attackers" accessing our system. To protect from false negatives you must have a whitelist full of ips you want save (see section 2).
Spoink program only blocks attacks defined in snort rules so think for a minute what rules you want to use first.
Download (0.005MB)
Added: 2006-03-27 License: BSD License Price:
1308 downloads
Linux on the WRT54G 0.61
Linux on the WRT54G is a mini-distribution for the router and access point Linksys wrt54g 802.11b/g more>>
Linux on the WRT54G is a mini-distribution for the router and access point Linksys wrt54g 802.11b/g
It includes basic tools such as sh, syslog, telnetd, httpd (with cgi-bin support), vi, snort, mount, insmod, rmmod, top, grep, find, nfs modules, etc.
The installation script runs in about 20 seconds and installs strictly to the RAM disk. If you mess anything up, simply reset the box.
After installing the distribution youll be able to telnet in, add Web pages, change iptable rules, change routing, configure snort, etc.
Quick Install:
Modify the IP and password in wrt54g.sh and run it. For more
information, See README, and the details in wrt54g.sh.
Make sure that the WAN port on the box is configured. To verify that your box
is set up properly, test the stanard Linksys ping diagostic. If you can "ping"
something on the Internet using this screen, you should be good to go.
<<lessIt includes basic tools such as sh, syslog, telnetd, httpd (with cgi-bin support), vi, snort, mount, insmod, rmmod, top, grep, find, nfs modules, etc.
The installation script runs in about 20 seconds and installs strictly to the RAM disk. If you mess anything up, simply reset the box.
After installing the distribution youll be able to telnet in, add Web pages, change iptable rules, change routing, configure snort, etc.
Quick Install:
Modify the IP and password in wrt54g.sh and run it. For more
information, See README, and the details in wrt54g.sh.
Make sure that the WAN port on the box is configured. To verify that your box
is set up properly, test the stanard Linksys ping diagostic. If you can "ping"
something on the Internet using this screen, you should be good to go.
Download (2.4MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1033 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above snort search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed