http://www.tavve.com/index.php/products/zoneranger
Need to re-look at this product, been about a year since the last demo.
Monday, November 30, 2009
Friday, November 6, 2009
Symantec
Symantec likes to distinguish itself by saying it’s the world’s largest security software company, but CEO Enrique Salem says more of the company’s solutions will come on purpose-built appliances.
At the Symantec Partner Connect conference in Orlando yesterday, Salem announced that a joint venture with China-based hardware manufacturer Huawei will produce appliance-based versions of many of the company’s security protection products, such as network-based antivirus security, data loss prevention and e-mail security.
Daemonlogger settings
Daemonlogger Soft Tap
- apt-get install daemonlogger
Config for capturing all packets to log file of format of time-date for reference
daemonlogger -i interface_name -l path_to_write_pcaps_to -u user_to_run_as_after_starting -n `date +"%H%M-%d%m%Y"` -S 0 -s 50000000
-S 0 captures all packets
-s 50000000 limits files written to approx 50Mb
-
1)It sniffs packets and spools them straight to the disk and can daemonize itself for background packet logging. By default the file rolls over when 1 GB of data is logged.
-
2)It sniffs packets and rewrites them to a second interface, essentially acting as a soft tap. It can also do this in daemon mode.
- apt-get install daemonlogger
Config for capturing all packets to log file of format of time-date for reference
daemonlogger -i interface_name -l path_to_write_pcaps_to -u user_to_run_as_after_starting -n `date +"%H%M-%d%m%Y"` -S 0 -s 50000000
-S 0 captures all packets
-s 50000000 limits files written to approx 50Mb