EnglishFrenchSpanish

Ad


OnWorks favicon

Build FW1 Cisco Netscreen PolicyFromLogs download for Linux

Free download Build FW1 Cisco Netscreen PolicyFromLogs Linux app to run online in Ubuntu online, Fedora online or Debian online

This is the Linux app named Build FW1 Cisco Netscreen PolicyFromLogs whose latest release can be downloaded as 360AnalyticsLtd-WooterWoot.zip. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named Build FW1 Cisco Netscreen PolicyFromLogs with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

Build FW1 Cisco Netscreen PolicyFromLogs


Ad


DESCRIPTION

These three tools build Checkpoint, Cisco ASA or Netscreen policys from logfiles. They write dbedit, access-list or set address, set service and set policy commands for the traffic seen in the logs, that can be cut and pasted into the firewalls. WOOT

Features

  • Build Checkpoint FW-1 policies from exported logs and output in DBEDIT format
  • Build Netscreen policies from syslog and output in ScreenOS 6 format
  • Build Cisco ASA ACL's from syslog and output in access-list format
  • Cut and paste the commands output into the firewall to create a policy
  • Or output the rules in CSV format to cross check them (Netscreen, Checkpoint)
  • .
  • Baseline a test network and build a policy for the test firewall in one command!!
  • Close open or 'test' rules and secure management connections
  • Cross check traffic is seen on the correct interfaces
  • Two filters each of which can filter against any part of the log entry
  • Names resolved in the logs are used in policies but no object cmds are output
  • Rename ACL's and use the access group statements to filter further (Cisco)
  • Easy method of ignoring headers added by syslog servers
  • FW-1: EASY TO EXECUTE ./choot logexport.log CMD Policy filter1 filter2
  • DBEDIT cmd = Build rules and objects and output in DBEDIT format
  • - DBEDIT mode requires a policy name before the filters.
  • CSV cmd = Build rules and objects and output in CSV format
  • DEBUG cmd = Output more verbose information - each entry grep | awk ...
  • CISCO: EASY TO EXECUTE ./woot logfile CMDorACL filter1 filter2
  • SRCINT cmd = use the source interface as the ACL name
  • ACLNAME cmd = use access-gr cmds in file ACLNAME in same dir as woot
  • DEBUG cmd = Output more verbose information - each entry ... | sort -u etc
  • A name, an Access list name of your choice to which all ACE's will be assigned
  • NETSCREEN: EASY TO EXECUTE ./nwoot logfile CMD filter1 filter2
  • ZONE cmd = Build Rules and objects and output in Netscreen ScreenOS format
  • CSV cmd = Build Rules and objects and output in CSV format
  • DEBUG cmd = Output more verbose information - each entry grep | wc -l etc
  • CHECKPOINT FW-1 EXAMPLE COMMANDS:
  • ./choot logexport.log DBEDIT PolicyName eth2c0 161
  • ./choot logexport.log CSV ServerName domain-udp
  • ./choot logexport.log DEBUG 10.0.0 eth1c0
  • or just
  • ./choot logexport.log DBEDIT PolicyName
  • ...if you want a policy built for all traffic seen
  • CISCO EXAMPLE COMMANDS:
  • cat access-groups-from-asa > ACLNAME
  • ./woot ASA.log ACLNAME 10.10. \/53
  • ./woot ASA.log SRCINT 12:01 10.10.10
  • ./woot ASA.log testaclname 10.50. 10.10.10
  • ./woot ASA.log DEBUG ServerName12 \/443
  • ./woot ASA.log ACLNAME
  • ...if you want all access lists built for all access group statements
  • NETSCREEN EXAMPLE COMMANDS:
  • ./nwoot Netscreen.log DEBUG 10.10. dst_port=53
  • ./nwoot Netscreen.log ZONE 12:01 ServerName
  • ./nwoot Netscreen.log CSV ZoneName 443
  • ./nwoot Netscreen.log ZONE
  • ...if you want all policys built for all zones
  • !! I DONT RECOMMEND YOU USE THESE TOOLS ANYWHERE !! WOOT !!
  • WRITTEN IN SIMPLE Perl - NEEDS ONLY STANDARD MODULES


Audience

Information Technology, Financial and Insurance Industry, System Administrators, Quality Engineers


User interface

Command-line


Programming Language

Perl



This is an application that can also be fetched from https://sourceforge.net/projects/wooterwoot/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad