fwanalog-0.6.9/0000755000175000017500000000000010207404234012310 5ustar bbbb00000000000000fwanalog-0.6.9/fwanalog.analog.conf0000644000175000017500000001224110207404234016215 0ustar bbbb00000000000000# Configuration file for fwanalog. This is a modified analog.conf for the # special requirements of firewall logs. You shouldn't modify options here # (only for bugfixing), please edit fwanalog.analog.conf.local . # See http://www.statslab.cam.ac.uk/~sret1/analog/ and http://tud.at/programm/fwanalog/ # $Id: fwanalog.analog.conf,v 1.20 2003/07/05 09:34:58 bb Exp $ APACHEDEFAULTLOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v) # Apache: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" # Include the port number to name assignments. # If you prefer "21" instead of "ftp", simply comment it out. CONFIGFILE ./services.conf # No logos and images, please. LOGO none IMAGEDIR none GENERAL ON # General summary MONTHLY ON # Monthly summary for the last monts WEEKLY ON # Weekly summary for the last weeks HOURLY ON # Hourly summary DOMAIN ON # top-level domains of attackers ORGANISATION ON # Which organisation do the attackers belong to HOST ON # Which hosts tried to attack you REFERRER ON # Source port report DIRECTORY ON # Blocked request report USER ON # iptables log-prefix report - analog ignores it # if there are no log prefixes REFSITE OFF # doesn't make sense here FAILREF OFF # doesn't make sense here REDIRREF OFF # doesn't make sense here FULLBROWSER OFF # doesn't make sense here REDIR OFF # doesn't make sense here FAILURE OFF # doesn't make sense here SEARCHQUERY OFF # doesn't make sense here SEARCHWORD OFF # doesn't make sense here OSREP OFF # doesn't make sense here STATUS OFF # HTTP Status report, doesn't make sense here FILETYPE OFF # We don't have files REQUEST OFF # the directory report is better PROCTIME OFF # Processing time, not very interesting # Get the (slightly modified) language strings from this file LANGFILE ./fwanalog.lng DOMAINSFILE ./fwanalog-dom.tab DNS WRITE # Resolve IP addresses to names and write them into the domains file TIMECOLS RrB # columns in time reports WEEKROWS 12 # only the last 12 weeks in the weekly report ALLGRAPH r # All graphs are based on blocks CASE INSENSITIVE # Accept TCP and tcp as the same protocol DOMCOLS RrBD DOMSORTBY REQUESTS SUBDOMSORTBY REQUESTS ORGCOLS NRrBD USERCOLS NRBbD SIZECOLS RrBbD HOSTCOLS NRrBD HOSTSORTBY REQUESTS DIRCOLS RrBD DIRSORTBY REQUESTS SUBDIR */*/* SUBDIRSORTBY REQUESTS REQCOLS NRrBD REQSORTBY REQUESTS USERCOLS NRrBbD VHOSTSORTBY REQUESTS BROWREPSORTBY REQUESTS # Sort by requests REFCOLS NRrBD REFOUTPUTALIAS REGEXP:http://(.*)/ $1 # Convert the faked source port "URL" into just the port number #ICMP code to type mapping. Source: http://www.cotse.com/icmptypes.html DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/1/$ "$1/$2/echo reply (1)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/3/$ "$1/$2/destination unreachable (3)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/4/$ "$1/$2/source quench (4)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/5/$ "$1/$2/redirect (5)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/6/$ "$1/$2/alternate host address (6)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/8/$ "$1/$2/echo (8)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/9/$ "$1/$2/router advertisement (9)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/10/$ "$1/$2/router selection (10)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/11/$ "$1/$2/time exceeded (11)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/12/$ "$1/$2/parameter problem (12)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/13/$ "$1/$2/timestamp (13)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/14/$ "$1/$2/timestamp reply (14)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/15/$ "$1/$2/information request (15)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/16/$ "$1/$2/information reply (16)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/17/$ "$1/$2/address mask request (17)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/18/$ "$1/$2/address mask reply (18)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/30/$ "$1/$2/traceroute (30)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/31/$ "$1/$2/datagram conversion error (31)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/32/$ "$1/$2/mobile host redirect (32)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/33/$ "$1/$2/ipv6 where are you (33)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/34/$ "$1/$2/ipv6 i am here (34)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/35/$ "$1/$2/mobile registration request (35)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/36/$ "$1/$2/mobile registration reply (36)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/37/$ "$1/$2/domain name request (37)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/38/$ "$1/$2/domain name reply (38)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/39/$ "$1/$2/skip (39)" DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/40/$ "$1/$2/photuris (40)" # the rest of ICMP - see fwanalog.analog.conf.local # DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/(.+)/$ "$1/$2, unknown type $3" # /ipaddress/icmp/type => ipaddress/icmp, type # Better aliasing of blocked requests DIROUTPUTALIAS REGEXP:^/(.+)/(.*)/(.+)/$ $1:$3/$2 # /ipaddress/protocol/portnumber/ => ipadress:portnumber/protocol DIROUTPUTALIAS REGEXP:^/(.+)/([0-9]+)/$ "$1/unknown protocol $2" # /ipaddress/numeric_protocol/=> ipadress/unknown protocol numeric_protocol DIROUTPUTALIAS REGEXP:^/(.+)/(.*)/$ $1/$2 # /ipaddress/protocol/ => ipadress/protocol DIROUTPUTALIAS REGEXP:^/(.+)/$ $1 # /ipaddress/ => ipadress PAGEEXCLUDE * # Page reports don't make sense fwanalog-0.6.9/fwanalog.analog.conf.local0000644000175000017500000000644510207404234017317 0ustar bbbb00000000000000# Some examples for possible changes - edit and/or uncomment them to activate # See http://www.analog.cx/docs/custom.html for more information # Credits HOSTURL http://tud.at/programm/fwanalog/ HOSTNAME "fwanalog 0.6.9" # If you want to exclude blocked packets from some hosts (e.g. your private network) # HOSTEXCLUDE 192.168.1.* # If you want to include your corporate stylesheet # STYLESHEET /style/mycorporationsflashydesign.css # Change the report order if you want. This is a good order for firewall # logs, I think. #REPORTORDER xiuSZo54HhDdWmzvbfPscJpBKknNIEtr # Analog 4.x REPORTORDER xiurSZo5746HhwDdWmQ1zvbfPscJpBKknNIEtlLRMjYy # Analog 5.x VHOST ON # Interface report, you can turn it off if you have only one interface SIZE ON # Blocked packet size - not very interesting in many cases BROWSERREP OFF # Set to ON if you want the mac addresses reported and your firewall logs it # Switching on reports for all output files. #DAILYREP ON # Set to OFF if you don't want the statistics for the last N days #DAYROWS 21 # The last 21 days in the daily report #QUARTERREP ON # Quarter-hour-report for the last day(s) #QUARTERREPROWS 264 # A full day in the five-minute-report #FIVEREP ON # Five-minute-report for the last day(s) #FIVEREPROWS 264 # A full day in the five-minute-report # This is European style, I know. Change if you want to. WEEKBEGINSON MONDAY # I don't want warnings about surpressed reports WARNINGS -R # If you don't want pie charts, uncomment this # ALLCHART OFF # Or deactivate them one by one: # HOSTCHART OFF # DOMCHART OFF # etc. # Set higher floors so reports don't become too long # A FLOOR line consist of the following: # {rep}FLOOR {number}{suffix} # The following variants make sense with fwanalog: # Nr at least N blocks in the report's period # N%r at least N percent of the total blocks in the report's period # -Nr the top N objects (hosts, ports etc.) # See the examples above and README for analog => fwanalog mappings DOMFLOOR -30R # Max. 30 top level domains SUBDOMFLOOR -30R # Max. 30 top level domains VHOSTFLOOR 5r # Interfaces with at least 5 blocked packets ORGFLOOR 0.5%r # Organizations with at least 0.5 % of the blocked packets HOSTFLOOR 0.5%r # Hosts with at least 0.5 % of the blocked packets DIRFLOOR 1r # Each targeted host SUBDIRFLOOR -40r # Max. 40 different blocked packets (per host) REFFLOOR -20r # Top 20 source ports BROWREPFLOOR 2r # MAC Address report: addresses with at least 2 tries REQFLOOR 2r # Blocked port report: two ports # Expanding large items in the Blocked Packet chart # - this has to be customized for your most-blocked IP addresses. #DIRCHARTEXPAND /IPAddress1/,/IPAddress2/ # If old logs are bzip2ed or gzipped, uncompress them using this program UNCOMPRESS *.gz,*.Z "zcat" UNCOMPRESS *.bz2,*.bz "bzcat" # Include the config file with lots of rare service definitions if you want # CONFIGFILE ./support/well_known_ports.conf # Uncomment the next line if your firewall logs numeric ICMP types DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/(.+)/$ "$1/$2, unknown type $3" # /ipaddress/icmp/type => ipaddress/icmp, type # Uncomment the next line if your firewall logs alphanumeric ICMP types (OpenBSD 3 PF) #DIROUTPUTALIAS REGEXPI:^/(.+)/(ICMP)/(.+)/$ "$1/$2, type $3" # /ipaddress/icmp/type => ipaddress/icmp, type fwanalog-0.6.9/fwanalog-dom.tab0000644000175000017500000001153110207404234015354 0ustar bbbb00000000000000ad 2 Andorra ae 3 United Arab Emirates af 1 Afghanistan ag 2 Antigua and Barbuda ai 1 Anguilla al 1 Albania am 2 Armenia an 1 Netherlands Antilles ao 1 Angola aq 1 Antarctica ar 3 Argentina arpa 1 Old style Arpanet as 1 American Samoa at 3 Austria au 3 Australia aw 1 Aruba az 1 Azerbaijan ba 3 Bosnia-Herzegovina bb 2 Barbados bd 1 Bangladesh be 2 Belgium bf 1 Burkina Faso bg 2 Bulgaria bh 1 Bahrain bi 1 Burundi bj 1 Benin bm 1 Bermuda bn 1 Brunei Darussalam bo 3 Bolivia br 3 Brazil bs 1 Bahamas bt 1 Bhutan bv 1 Bouvet Island bw 1 Botswana by 1 Belarus bz 1 Belize ca 3 Canada cc 1 Cocos (Keeling) Islands cd 1 Democratic Republic of the Congo cf 1 Central African Republic cg 1 Congo ch 2 Switzerland ci 1 Ivory Coast ck 1 Cook Islands cl 2 Chile cm 1 Cameroon cn 3 China co 3 Colombia com 2 Commercial cr 3 Costa Rica cs 1 Czech Republic and Slovakia cu 1 Cuba cv 1 Cape Verde cx 1 Christmas Island cy 3 Cyprus cz 2 Czech Republic de 2 Germany dj 1 Djibouti dk 2 Denmark dm 2 Dominica do 2 Dominican Republic dz 1 Algeria ec 3 Ecuador edu 2 USA Educational ee 2 Estonia eg 3 Egypt eh 1 Western Sahara er 1 Eritrea es 2 Spain et 1 Ethiopia fi 2 Finland fj 3 Fiji fk 1 Falkland Islands fm 1 Micronesia fo 1 Faroe Islands fr 2 France fx 1 France (European Territory) ga 1 Gabon gb 1 United Kingdom gd 1 Grenada ge 1 Georgia gf 1 French Guiana gg 1 Guernsey gh 3 Ghana gi 1 Gibraltar gl 1 Greenland gm 1 Gambia gn 1 Guinea gov 2 USA Government gp 1 Guadeloupe gq 1 Equatorial Guinea gr 2 Greece gs 1 South Georgia and South Sandwich Islands gt 3 Guatemala gu 1 Guam gw 1 Guinea-Bissau gy 1 Guyana hk 3 Hong Kong hm 1 Heard and McDonald Islands hn 2 Honduras hr 2 Croatia ht 1 Haiti hu 2 Hungary id 3 Indonesia ie 2 Ireland il 3 Israel im 1 Isle of Man in 3 India int 1 International io 1 British Indian Ocean Territory iq 1 Iraq ir 1 Iran is 2 Iceland it 2 Italy je 1 Jersey jm 3 Jamaica jo 3 Jordan jp 3 Japan ke 3 Kenya kg 1 Kyrgyzstan kh 1 Cambodia ki 1 Kiribati km 1 Comoros kn 1 Saint Kitts and Nevis kp 1 North Korea kr 3 South Korea kw 3 Kuwait ky 1 Cayman Islands kz 1 Kazakhstan la 1 Laos lb 3 Lebanon lc 1 Saint Lucia li 2 Liechtenstein lk 1 Sri Lanka lr 1 Liberia ls 1 Lesotho lt 2 Lithuania lu 2 Luxembourg lv 2 Latvia ly 1 Libya ma 1 Morocco mc 2 Monaco md 1 Moldova mg 1 Madagascar mh 1 Marshall Islands mil 2 USA Military mk 3 Macedonia (Former Yugoslav Republic) ml 1 Mali mm 1 Myanmar mn 1 Mongolia mo 1 Macau mp 1 Northern Mariana Islands mq 1 Martinique mr 1 Mauritania ms 1 Montserrat mt 3 Malta mu 1 Mauritius mv 1 Maldives mw 1 Malawi mx 3 Mexico my 3 Malaysia mz 1 Mozambique na 1 Namibia nc 1 New Caledonia ne 1 Niger net 2 Network nf 1 Norfolk Island ng 1 Nigeria ni 3 Nicaragua nl 2 Netherlands no 2 Norway np 1 Nepal nr 1 Nauru nu 1 Niue nz 3 New Zealand om 1 Oman org 2 Non-Profit Making Organizations pa 3 Panama pe 3 Peru pf 1 French Polynesia pg 3 Papua New Guinea ph 3 Philippines pk 3 Pakistan pl 3 Poland pm 1 Saint Pierre and Miquelon pn 1 Pitcairn Island pr 1 Puerto Rico ps 1 Occupied Palestinian Territory pt 2 Portugal pw 1 Palau py 3 Paraguay qa 1 Qatar re 1 Reunion ro 2 Romania ru 2 Russia rw 1 Rwanda sa 3 Saudi Arabia sb 1 Solomon Islands sc 1 Seychelles sd 1 Sudan se 2 Sweden sg 3 Singapore sh 1 Saint Helena si 2 Slovenia sj 1 Svalbard and Jan Mayen Islands sk 2 Slovakia sl 1 Sierra Leone sm 1 San Marino sn 1 Senegal so 1 Somalia sr 1 Suriname st 1 Saint Tome and Principe su 2 Former USSR sv 3 El Salvador sy 1 Syria sz 1 Swaziland tc 1 Turks and Caicos Islands td 1 Chad tf 1 French Southern Territories tg 1 Togo th 3 Thailand tj 1 Tajikistan tk 1 Tokelau tm 1 Turkmenistan tn 1 Tunisia to 1 Tonga tp 1 East Timor tr 3 Turkey tt 3 Trinidad and Tobago tv 1 Tuvalu tw 3 Taiwan tz 1 Tanzania ua 3 Ukraine ug 3 Uganda uk 3 United Kingdom um 1 USA Minor Outlying Islands us 4 United States uy 3 Uruguay uz 1 Uzbekistan va 1 Vatican City State vc 1 Saint Vincent and Grenadines ve 3 Venezuela vg 1 Virgin Islands (British) vi 1 Virgin Islands (USA) vn 1 Vietnam vu 1 Vanuatu wf 1 Wallis and Futuna Islands ws 1 Samoa ye 1 Yemen yt 1 Mayotte yu 3 Yugoslavia za 3 South Africa zm 1 Zambia zr 1 Democratic Republic of the Congo zw 3 Zimbabwe fwanalog-0.6.9/fwanalog.opts.freebsd0000644000175000017500000001024510207404234016430 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.freebsd,v 1.16 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="freebsd" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="ipflog*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.fw10000644000175000017500000001023610207404234015513 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.fw1,v 1.3 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="fw1" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="firewall*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.ipfw0000644000175000017500000001023610207404234015763 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.ipfw,v 1.1 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="ipfw" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="ipflog*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.linux220000644000175000017500000001025010207404234016315 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.linux22,v 1.15 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="ipchains" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="messages*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.linux240000644000175000017500000001025010207404234016317 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.linux24,v 1.18 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="iptables" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="messages*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.master0000644000175000017500000001027210207404234016311 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.master,v 1.16 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="@logformat@" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="@inputfiles_mask@" # The name of your logfiles, with a wildcard if you want inputfiles_dir="@inputfiles_dir@" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.openbsd0000644000175000017500000001024510207404234016450 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.openbsd,v 1.20 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="openbsd" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="ipflog*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.openbsd30000644000175000017500000001024310207404234016531 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.openbsd3,v 1.12 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="pf_30" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="pflog*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.pix0000644000175000017500000001023610207404234015616 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.pix,v 1.5 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="pix" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="firewall*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.solarisipf0000644000175000017500000001026210207404234017170 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.solarisipf,v 1.11 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="solarisipf" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="syslog.local0*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.sonicwall0000644000175000017500000001025210207404234017007 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.sonicwall,v 1.1 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="sonicwall" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="firewall*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.watchguard0000644000175000017500000001025410207404234017147 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.watchguard,v 1.4 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="watchguard" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="firewall*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.opts.zynos0000644000175000017500000001024010207404234016173 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # User-changeable options for fwanalog.sh # # $Id: fwanalog.opts.zynos,v 1.9 2005/02/24 15:59:34 bb Exp $ # ########################################################################### outdir="/root/fwanalog.out" # The directory where the output goes to, without / at the end. You need write # permissions, of course, and should secure this directory with permissions, # minefields, guard dogs etc. It will be created if you don`t have it yet. logformat="zynos" # What log format your firewall writes. # Currently available options: # iptables Linux 2.4 iptables (probably in /var/log/messages) # ipchains Linux 2.2 ipchains (probably in /var/log/messages) # ipf BSD/Solaris ipfilter (probably in /var/log/ipflog) # openbsd this was the same as ipf until OpenBSD 2.9; this also # seems to work on NetBSD # freebsd FreeBSD`s output format (probably in /var/log/ipflog) # ipfw FreeBSD`s ipfw output format # solarisipf Solaris 8.0 Intel ipf 3.4.20 (using ipmon -sn &) # pf_30 OpenBSD 3.0 pf binary log format # fwanalog *must* run on OpenBSD 3.0 for this to work # (because of the special tcpdump of OpenBSD) # zynos ZyNOS (ZyXEL, Netgear) logfile # pix Cisco Pix (tested with version 6.22/IOS) # watchguard Watchguard Firebox # fw1 Checkpoint Firewall-One (not fw-1 NG!) # sonicwall SonicWall TZ-170 syslog logfile # Feel free to program a parser for your firewall if it is not supported. # See the comments in iptables() and ipf() # # The officially maintained formats are pf_30 and iptables. inputfiles_mask="router*" # The name of your logfiles, with a wildcard if you want inputfiles_dir="/var/log" # The directory where your logfiles are in, # e.g. /var/log inputfiles_mtime="31" # How old the logfiles can be # You can change this to your log rotate interval + 1 day (so you never miss a logfile entry) inputfiles=`find $inputfiles_dir -maxdepth 1 -name "$inputfiles_mask" -mtime -$inputfiles_mtime | sort -r` # This should find the names of the logfiles you want to parse # It MUST return the names in reverse order (chronologically) or you # will have LOTS of duplicate lines in your log. onehost=false # Available options: false true dynip # Default: false # Set to true if this firewall runs on one machine only and you want to see # the source hosts (not the protected target hosts) in the Blocked Packet # Report. This is suggested if you protect one server, but loses information # if you protect a network. # Set to "dynip" if your firewall has a dynamic IP address. # After changing onehost, you must delete everything in $outdir! sep_hosts=false # Set to true if you want fwanalog to create a separate, additional report for # each attacking host IP. # WARNING: this can run for hours using 100 % CPU and consume lots of hard # disk space (up to 25 kB per host) so you can easily fill up your server if # too many packets from different hosts were blocked. # Also, this makes only limited sense with onehost mode set to true. # If you set this option after having used fwanalog, some hosts won`t be # linked in the report. You can create a report for a host with the # "-a " command line option. sep_packets=false # Like sep_hosts, but for blocked packets. # The corresponding command line option is "-p " # Program invocations - add path if needed analog="analog" # Full pathname if you need, or "nice analog" if you want to de-priorize it date="date" # should be GNU date or one which can print the timezone. # see "timezone" below grep="grep" # should be GNU grep egrep="egrep" # should be GNU egrep zegrep="zegrep" # this is just a shellscript on most systems. If you don`t # have it, copy it from another Unix-lookalike. gzcat="gzcat" # needed only on OpenBSD 3.x sed="sed" perl="perl" tcpdump="tcpdump" # needed only on OpenBSD 3.x timezone=`$date +%z` # Which timezone the server is in. Correct if the server fwanalog runs on # is not in the timezone the firewall is in. # The %z option of date is supported on GNU/Linux and OpenBSD, # but apparently NOT on FreeBSD so you will have to insert your # timezone difference (e.g. -0500) yourself or use GNU date. fwanalog-0.6.9/fwanalog.sh0000755000175000017500000021672010207404234014455 0ustar bbbb00000000000000#!/bin/sh ########################################################################### # # Shell program to parse firewall logs and analyze them with Analog. # # Copyright 2001-2002, Balazs Barany balazs@tud.at # # Version 0.6.9 # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # Description: # # # NOTE: You must be the superuser to run this script or at least have # access to the firewall logs. (See README.sudo for a solution.) # # Usage: # # fwanalog.sh [ -h | --help ] [-c conffile][-r] [-t] [-y] [-a IP-addr] [-p packet] # # Options: # # -h, --help Display this help message and exit. # -r Rotate log cache # -c conffile Use this config file instead of ./fwanalog.opts # -t Only update statistics for today (for hourly use in crontab) # The sep_hosts and sep_packets commands in fwanalog.opts # are ignored. # -y Like -t, only for yesterday # -a IP-addr Create a separate report for this host # -p packet Create a separate report for this packet # Format: target/protocol/portnumber # e.g. 192.168.0.1/tcp/21 or firewall/udp/137 # # # $Id: fwanalog.sh,v 1.81 2005/02/24 16:59:44 bb Exp $ # # Revisions: # # 2001-04-07 File created # 2001-04-08 First release 0.1, announced on Freshmeat # 2001-04-15 Release 0.2: Linux 2.2 ipchains support # 2001-05-05 Release 0.2.1: Analog 5.0 support, bugfixes # 2001-06-07 Release 0.2.2: FreeBSD support # 2001-08-05 Release 0.3: Bugfixes; ICMP support on Linux; onehost=dynip # 2001-08-18 Version 0.4pre: Speed improvement in the diff phase # 2001-08-23 Release 0.4: -t option, bugfixes in the pre version # 2001-11-23 Release 0.4.1: regexp bugfixes in iptables() and ipchains() # 2001-12-22 Version 0.5pre: OpenBSD 3.0 pf and Solaris support # 2002-02-19 Version 0.5: iptables log-prefix support, portability fixes # 2002-02-23 Version 0.5.1: better error handling; analog 5.21 compatible # 2002-03-03 Version 0.5.2: added ZyNOS parser # 2002-03-07 Version 0.6pre: optional separate reports for each packet # and host # 2002-04-28 Version 0.6: integrated change requests from lots of people # 2002-04-28 Version 0.6.1: some bugfixes with packet/host report generation # 2003-01-03 Version 0.6.2pre1: Support for Cisco PIX firewall logs # 2003-01-08 Version 0.6.2: Released as pix() seems to work and because # the new analog version requires a new langfile # 2003-01-14 Version 0.6.3pre1: Support for Watchguard Firebox logs # 2003-01-18 Version 0.6.3pre2: New -y option for yesterday's logs, smaller # fixes # 2003-01-21 Version 0.6.3pre3: Bugfix in watchguard(): allow two-digit dates # 2003-01-22 Version 0.6.3pre4: pix(): allow [] around the logging host name # 2003-02-13 Version 0.6.3pre5: pix(): the PIX date seems to be optional with # some configurations # 2003-02-13 Version 0.6.3pre6: Added the -c option for using a different # config file # 2003-03-11 Version 0.6.3pre7: Added support for Firewall-One # (written by Jean-Louis Saint-Dizier) # 2003-03-17 Version 0.6.3: Finally releasing it as stable # 2003-03-20 Version 0.6.4pre1: Added support for Cisco routers with # access-lists, further fixes in cisco() # 2003-06-19 Version 0.6.4pre2: Fixes in many functions, mostly in cisco() # 2003-11-25 Version 0.6.4pre4: Smaller fixes, mainly for PIX # 2004-03-18 Version 0.6.4: PIX fixes, released as 0.6.4 on the request of # the Debian maintainer # 2005-02-24 Version 0.6.9: PIX fix, added contributed ipfw, sonicwall # parsers # ########################################################################### ########################################################################### # Constants ########################################################################### # Script options PROGNAME=$(basename $0) VERSION="0.6.9" ########################################################################### # Variables ########################################################################### # # Only update today's page - initialize with false # today_only=false # # Only update yesterday's page - initialize with false # yesterday_only=false ########################################################################### # Commands - Assist in platform portability - with defaults ########################################################################### sed=${sed:-sed} perl=${perl:-perl} grep=${grep:-grep} egrep=${egrep:-egrep} zegrep=${zegrep:-zegrep} analog=${analog:-analog} date=${date:-date} ########################################################################### # Functions ########################################################################### main () { # Function to do everything the script normally does. # Get today's date for the daily reports. TODAY=`$date +%y%m%d` if [ X"$configfile" != X ]; then # A config file is given if [ -r "$configfile" ]; then # use this if it is readable . "$configfile" # change into the script's directory because the analog config files are there cd `dirname $0` else # specified config file isn't readable or doesn't exist echo "fwanalog: couldn't read specified config file '$configfile'" >> /dev/stderr exit 1 fi else # change into the script's directory because all the config files are there cd `dirname $0` # Load the user-settable options from the config file . ./`basename $0 | $sed 's/sh$/opts/'` fi if [ -z "$inputfiles" ]; then echo "fwanalog: No input files in the '$inputfiles_dir' directory " >> /dev/stderr echo "named $inputfiles_mask and under $inputfiles_mtime days old." >> /dev/stderr exit 1 fi # create the output directory if necessary, ignore errors mkdir -p $outdir # Check if the lock file is there. If yes, warn and exit. if [ -e $outdir/fwanalog.lock ]; then echo "fwanalog: found lockfile '$outdir/fwanalog.lock'. " >> /dev/stderr echo "This could mean that another instance is running." >> /dev/stderr echo "If this is not the case, please remove the lock file." >> /dev/stderr exit 1 fi # Create lock file touch $outdir/fwanalog.lock # Parse the logs into a format Analog understands $logformat # make sure the "all logs" file exists touch $outdir/fwanalog.all.log # Find the new lines since the last invocation if [ -s $outdir/fwanalog.all.log ]; then # there is already an old log - find its last line and use it # to determine the new contents of the grepped/converted file $grep . $outdir/fwanalog.all.log \ | tail -n 1 \ | $sed 's/[^a-zA-Z0-9 _-]/./g' \ | $sed 's#^\(.*\)$#0,/^\1$/d#' \ > $outdir/match_last_line.sed # match_last_line.sed now contains the last line in regexp form, so # it can be searched in the new file. Most non-alphanumeric chars # have been replaced with . so they don't act as metacharacters. $grep . $outdir/fwanalog.all.log \ | tail -n 1 \ | $sed 's/[^a-zA-Z0-9 _-]/./g' \ > $outdir/match_last_line.pattern # create the regexp for grep # The two "$grep ."-s are for RedHat 7.1 systems with a broken zegrep # which appends a blank line at the end of its output # Check if there is a common part in the old an the new log if $grep --silent "`cat $outdir/match_last_line.pattern`" $outdir/fwanalog.current.log ; then # there is a common part # Delete the common lines in the current log so only the new ones # stay and write it to the end of the global log $sed -f $outdir/match_last_line.sed $outdir/fwanalog.current.log \ >> $outdir/fwanalog.all.log # Save the new lines in current.log.1 and move that over current.log $sed -f $outdir/match_last_line.sed $outdir/fwanalog.current.log \ > $outdir/fwanalog.current.log.1 mv $outdir/fwanalog.current.log.1 $outdir/fwanalog.current.log else # no common part cat $outdir/fwanalog.current.log >> $outdir/fwanalog.all.log fi else # There is no old log. We can use the entire current log. cp $outdir/fwanalog.current.log $outdir/fwanalog.all.log fi # Create an empty domain cache for analog so it doesn't complain touch $outdir/analog-domains.tab # Ask Analog's version number analogver=`$analog --help 2>&1 \ | $grep "This is analog version" \ | $sed 's!^.*\([0-9]\)\.[0-9]*/.*$!\1!'` # If the version couldn't be determined, chances are that analog is not # really executable (misconfiguration!) if [ "X$analogver" = "X" ]; then echo "fwanalog: Analog's version could not be determined." echo " Please check if it is installed, executable and" echo " correctly given in fwanalog.opts." echo "exiting." exit 1 fi # Command line option for the debugging phase: list corrupt logfile entries # This is important if bugs appear but doesn't disturb if they don't analogopts="$analogopts +V+C" # Version-dependent Analog config file touch $outdir/fwanalog.analog.conf.ver # Don't warn in case of empty reports, this is good for daily reports # in case you're not attacked on this day noemptyreportwarning=" +q-R" rm -f "$outdir/analog.err" # Generate a runtime config file genconffile="$outdir/fwanalog.analog.conf.gen" echo "DNSFILE $outdir/analog-domains.tab" > "$genconffile" echo "DNSLOCKFILE $outdir/analog-domains.lck" >> "$genconffile" echo "LOGFILE $outdir/fwanalog.all.log*" >> "$genconffile" echo "CONFIGFILE ./fwanalog.analog.conf.local" >> "$genconffile" # Call analog for today with ascii output, suitable for an e-mailed daily report $yesterday_only || $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/today.txt" -C"OUTPUT ASCII" -d -W -m -4 -o -z -f -v \ -C"GOTOS OFF" -C"RUNTIME OFF" -C"LASTSEVEN OFF" \ +F$TODAY $noemptyreportwarning \ +g"$genconffile" \ 2>> $outdir/analog.err # Call analog for yesterday with ascii output, suitable for an e-mailed daily report $yesterday_only && $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/yesterday.txt" -C"OUTPUT ASCII" -d -W -m -4 -o -z -f -v \ -C"GOTOS OFF" -C"RUNTIME OFF" -C"LASTSEVEN OFF" \ +F-00-00-01:0000 +T-00-00-01:2359 $noemptyreportwarning \ +g"$genconffile" \ 2>> $outdir/analog.err #Determine if there is an active date limitation datelimit=false $today_only && datelimit=true $yesterday_only && datelimit=true # Set special options for Analog version 5 and higher if [ $analogver -ge 5 ] then # Charts go to the output directory, name prefix is "alldates-" echo "LOCALCHARTDIR $outdir/alldates-" >> "$genconffile" echo "CHARTDIR alldates-" >> "$genconffile" fi # Call analog with all data $datelimit || $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/alldates.html" \ +g"$genconffile" \ 2>> $outdir/analog.err if [ X"$reportmagic" = "Xtrue" ]; then # Call analog with all data for ReportMagic $datelimit || $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/alldates.dat" -C"OUTPUT COMPUTER" \ +g"$genconffile" \ 2>> $outdir/analog.err fi # Set special options for Analog version 5 and higher if [ $analogver -ge 5 ] then # Charts go to the output directory, name prefix is "today-" $perl -pwi -e "s!^LOCALCHARTDIR.+!LOCALCHARTDIR $outdir/today-!" \ "$genconffile" $perl -pwi -e "s!^CHARTDIR.+!CHARTDIR today-!" \ "$genconffile" fi # Call analog for today, with the additional quarter-hour-report $yesterday_only || $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/today.html" -d -W -m \+4 \ +F$TODAY $noemptyreportwarning \ +g"$genconffile" \ 2>> $outdir/analog.err # Call analog for yesterday if -y was specified, with html output $yesterday_only && $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/yesterday.html" -d -W -m \+4 \ -C"LASTSEVEN OFF" \ +F-00-00-01:0000 +T-00-00-01:2359 $noemptyreportwarning \ +g"$genconffile" \ 2>> $outdir/analog.err # Set special options for Analog version 5 and higher if [ $analogver -ge 5 ] then # Charts go to the output directory, name prefix is "lastweek-" $perl -pwi -e "s!^LOCALCHARTDIR.+!LOCALCHARTDIR $outdir/lastweek-!" "$genconffile" $perl -pwi -e "s!^CHARTDIR.+!CHARTDIR lastweek-!" "$genconffile" fi # Call analog for the last 7 days, with the additional hourly report $datelimit || $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/lastweek.html" +H \ +F-00-00-06 \ +g"$genconffile" \ 2>> $outdir/analog.err # Remove the unnecessary "HTML Conformant" lines from the output # ignore error messages $perl -pwi -e 's!^.+(validator\.w3\.org/"|nonehtml2\.(gif|png)|HTML 2\.0 Conformant).+$!!' \ $outdir/alldates.html $outdir/today.html $outdir/lastweek.html \ 2> /dev/null # If only today's or yesterday's report is generated, don't create separate # host and packet reports unless $host_to_report or $packet_to_report is set # (checked later) if $datelimit; then sep_hosts=false sep_packets=false fi # Check if -a was used: create a separate report. if [ X"$host_to_report" != X ]; then sep_hosts=true # must create the separate host report fi # If configured, create separate logs for each host from the current log or # for the host given with -a if [ "X$sep_hosts" = "Xtrue" ]; then # The following characters are allowed in domain names - this is # important because people could (perhaps) manipulate their reverse DNS # to point to "../../../etc/passwd>.../something" and we would then, # as root, overwrite that file with a report. hostchars='a-zA-Z0-9._-' if [ X"$host_to_report" = X ]; then # Create a list of unique IPs in the current log $sed 's/^\([0-9.]*\) .*$/\1/' $outdir/fwanalog.current.log \ | sort -u \ > $outdir/fwanalog.current.hosts.log else # Just use the provided IP address for the report if $egrep --silent " ([0-9].){4} $host_to_report" $outdir/analog-domains.tab; then # The address given on the command line is a domain name (not an # IP), so extract the IP address. host_to_report=`$egrep "([0-9].){4} $host_to_report" \ $outdir/analog-domains.tab \ | $perl -pwe "s/^\\d+ ([0-9.]+) $host_to_report/\$1/i"` fi echo "$host_to_report" > $outdir/fwanalog.current.hosts.log fi mkdir -p $outdir/hosts # Create a separate report for each host for host in `cat $outdir/fwanalog.current.hosts.log`; do # Determine the dns name of this host, if existent hostname=`$egrep "$host [$hostchars]+\$" $outdir/analog-domains.tab \ | $perl -pwe 's/^[0-9]* [0-9.]* (.*)$/\L$1/' ` #hostname can contain only the allowed characters ($hostchars). #It is lowercased because analog also lowercases the names. # Use the IP address if the name couldn't be resolved if [ X"$hostname" = "X" ]; then hostname=$host fi # Set special options for Analog version 5 and higher if [ $analogver -ge 5 ] then # Charts go to the output directory, name prefix is "hosts/NAME-" $perl -pwi -e "s!^LOCALCHARTDIR.+!LOCALCHARTDIR $outdir/hosts/$hostname-!" "$genconffile" $perl -pwi -e "s!^CHARTDIR.+!CHARTDIR $hostname-!" "$genconffile" fi # Call analog with all data $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/hosts/$hostname.html" \ -C"ORGANISATION OFF" -C"DOMAIN OFF" \ -C"HOSTINCLUDE $hostname" \ +g"$genconffile" \ 2>> $outdir/analog.err # Remove the unnecessary "HTML Conformant" lines from the output $perl -pwi -e 's!^.+(validator\.w3\.org/"|nonehtml2\.(gif|png)|HTML 2\.0 Conformant).+$!!' \ $outdir/hosts/$hostname.html done fi # Check if -p was used: create a separate packet report. if [ X"$packet_to_report" != X ]; then sep_packets=true # must create the separate packet report fi # If configured, create separate logs for each packet from the current log # or for the packet given with -p if [ "X$sep_packets" = "Xtrue" ]; then if [ X"$packet_to_report" = X ]; then # Create a list of unique packets in the current log, and remove # slashes from the end (for protocols without a port number) $sed 's!^.*"GET /\([0-9a-zA-Z./]*\)/ HTTP.*$!\1!' $outdir/fwanalog.current.log \ | sort -u \ | $sed 's!/$!!' \ > $outdir/fwanalog.current.packets.log else # Just use the provided packet for the report echo "$packet_to_report" > $outdir/fwanalog.current.packets.log fi mkdir -p $outdir/packets # Create a separate report for each packet for packet in `cat $outdir/fwanalog.current.packets.log`; do # Convert the packet into a matching pattern for analog's FILEINCLUDE analogmatch=`echo $packet \ | $perl -pwe 's!(firewall|[0-9.]+)/([a-z]+)/([0-9]+)!/$1/$2/*($3)/*!gi'` # Convert the packet, which contains slashes, into a # filesystem-friendly form fsform=`echo $packet | $sed 's!/!-!g'` # Set special options for Analog version 5 and higher if [ $analogver -ge 5 ] then # Charts go to the output directory, name prefix is "packets/PACKET-" $perl -pwi -e "s!^LOCALCHARTDIR.+!LOCALCHARTDIR $outdir/packets/$fsform-!" "$genconffile" $perl -pwi -e "s!^CHARTDIR.+!CHARTDIR $fsform-!" "$genconffile" fi # Call analog with all data $analog \ -G +g./fwanalog.analog.conf $analogopts \ -C"OUTFILE $outdir/packets/$fsform.html" \ -C"FILEINCLUDE /$packet/*" \ -C"FILEINCLUDE $analogmatch" \ +g"$genconffile" \ 2>> $outdir/analog.err # Remove the unnecessary "HTML Conformant" lines from the output $perl -pwi -e 's!^.+(validator\.w3\.org/"|nonehtml2\.(gif|png)|HTML 2\.0 Conformant).+$!!' \ $outdir/packets/$fsform.html done fi # Change hosts in each generated report to point to the page about this host # Search for host reports in the output directory and edit the output # files to link to them for hostlog in $outdir/hosts/*.html; do # Get the hostname from the filename hostname=`echo $hostlog | $sed 's/^.*hosts.\(.*\).html/\1/' ` if [ X"$hostname" != "X*" ]; then # there are files # Replace all hosts with a URL pointing to the separate report $perl -pwi -e \ "s!(\\d+): ($hostname)\$!\$1: \$2!i" \ $outdir/alldates.html $outdir/lastweek.html $outdir/today.html # Do the same in each file in the packet directory for packetlog in `$egrep -l "$hostname" $outdir/packets/*.html 2> /dev/null`; do if [ -e "$packetlog" ]; then $perl -pwi -e \ "s!(\\d+): ($hostname)\$!\$1: \$2!i" \ "$packetlog" fi done fi done # The same for packets # Search for packet reports in the output directory and edit the output # files to link to them for packetlog in $outdir/packets/*.html; do # Get the packet from the filename packet=`echo $packetlog \ | $sed 's!^.*/packets/\(.*\).html$!\1!' \ | $sed 's!-!/!g' ` # Get the relative filename packetfile=`echo $packetlog \ | $sed 's!^.*/packets/\(.*.html\)$!\1!' ` # Convert the first form into a matching pattern packetform1=`echo $packet \ | $perl -pwe 's!^(firewall|[0-9.]+)/([a-z0-9]+)/([0-9]*)$!$1:$3/$2!i'` # Convert the second form into a matching pattern packetform2=`echo $packet \ | $perl -pwe 's!^(firewall|[0-9.]+)/([a-z0-9]+)/([0-9]*)$!$1:[a-z0-9_*-]+ \\\\($3\\\\)/$2!i'` if [ X"$packet" != "X*" ]; then # there are packet logs # Replace all packets with a URL pointing to the separate report # - both possible forms $perl -pwi -e \ "s!(\\d+: +)($packetform1)\$!\$1\$2!i" \ $outdir/alldates.html $outdir/lastweek.html $outdir/today.html $perl -pwi -e \ "s!(\\d+: +)($packetform2)\$!\$1\$2!i" \ $outdir/alldates.html $outdir/lastweek.html $outdir/today.html # Do the same in each host log for hostlog in `$egrep -l "$packetform1|$packetform2" $outdir/hosts/*.html 2> /dev/null`; do if [ -e "$hostlog" ]; then $perl -pwi -e \ "s!(\\d+: +)($packetform1)\$!\$1\$2!i" \ "$hostlog" $perl -pwi -e \ "s!(\\d+: +)($packetform2)\$!\$1\$2!i" \ "$hostlog" fi done fi done keeperrfile=false # check if there were corrupt lines corruptlines=`$grep "^C: " $outdir/analog.err | wc -l` if [ $corruptlines -ge 1 ]; then echo "Analog found $corruptlines corrupt lines. Please consider sending " echo "$outdir/analog.err to balazs@tud.at " echo "so the author is able to fix the problem." keeperrfile=true fi # check if Analog complains of an old language file corruptlines=`$grep -i "error.*language file.*exiting" $outdir/analog.err | wc -l` if [ $corruptlines -ge 1 ]; then echo "Analog isn't happy about the language file. Probably you updated" echo "to a new version. " echo "Use the mklangfile.*.sh scripts in the fwanalog distribution" echo "to create a new language file for fwanalog or get the current" echo "version of fwanalog (or just the language files) from" echo "http://tud.at/programm/fwanalog/" keeperrfile=true fi # Check if there is an error which wasn't catched corruptlines=`$grep "." $outdir/analog.err | wc -l` if [ $corruptlines -ge 1 ]; then if [ "X$keeperrfile" != 'Xtrue' ]; then # There was no specific error message echo "fwanalog: Analog printed the following error messages ($outdir/analog.err):" >> /dev/stderr cat "$outdir/analog.err" >> /dev/stderr keeperrfile=true fi fi if [ "X$keeperrfile" != 'Xtrue' ]; then # no problem, remove the error log rm $outdir/analog.err fi # Clean up old logfiles rm -f $outdir/fwanalog.curr* $outdir/fwanalog.new*.log $outdir/convdate.sed \ $outdir/fwanalog.analog.conf.ver $outdir/fwanalog.analog.conf.gen $outdir/match_last_line.* # Delete the lock file rm -f $outdir/fwanalog.lock } iptables () { # Parse iptables logfiles into an analog-compatible "URL log" $zegrep -h "IN.+OUT.+SRC.+DST.+LEN.+TTL.+PROTO.+" $inputfiles \ | $sed 's/TYPE=\([0-9]\+\)/SPT= DPT=\1/' \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2001 Mar 31 00:58:17 www kernel: packet_explanation IN=eth1 OUT= MAC=00...:00 SRC=131....38 DST=212....31 LEN=44 \ # TOS=0x00 PREC=0x00 TTL=57 ID=58478 PROTO=TCP SPT=61636 DPT=21 WINDOW=16384 RES=0x00 SYN URGP=0 # Example of desired output: # 131....38 - packet_explanation [31/Mar/2001:00:58:17 +0200] "GET /212....31/TCP/21 HTTP/1.0" 200 \ # 44 "61636" "00....:00" 10 eth1 # # Which means: # ip - iptables_log-prefix [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. (The interface comes from IN= and/or OUT=) # There is not always a MAC address, e.g. if the interface is ppp0 # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$9" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$10" # The analog "request" contains the destination ip fi # 1 2 3 4 5 6 7 8 9 10 11 12 13 14 $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) [^:]+:? ?([a-zA-Z0-9/.,:_-]*).*IN=(.*) OUT=(\S*) ?M?A?C?=?(.*) SRC=([0-9.]+) DST=([0-9.]+) LEN=(\d+)[^[]+PROTO=([a-zA-Z0-9]+)(?: SPT=)?(\d*)(?: DPT=)?(\d*).*\$!\$9 - \$5 [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$12/\$14/ HTTP/1.0\" 200 \$11 \"http://\$13/\" \"\$8\" 0 \$6\$7!" \ $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } ipf () { openbsd # For backward compatibility. # Initially, I thought that each BSD with ipf uses the same format. Wrong. } solarisipf () { # Adapted from the openbsd function below # Parse Solaris ipf syslog files into an analog-compatible "URL log" # Tested with Solaris 8 INTEL and ipf 3.4.20 ${zegrep} -h 'ipmon.+@[0-9:]+ b.+ -> .+ PR.+len' $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date ${sed} -f $outdir/convdate.sed $outdir/fwanalog.current \ > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2001 Apr 5 16:55:55 fw ipmon[1875]: 16:55:54.150871 xl0 @0:2 b # 217.....93,3819 -> 195.....201,1080 PR tcp len 20 48 -S IN # Example of desired output: # 217....93 - - [5/Apr/2001:16:55:54 +0200] "GET /195.....201/tcp/1080 HTTP/1.0" 200 \ # 20 "3819" "" 0 xl0 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. There is no macadr in the BSD log. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$7" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$10" # The analog "request" contains the destination ip fi ${perl} -pwe \ 's! ^ # Begin of line :-) (\d+)\s+(\w+)\s+(\w+) \s+ # syslog year($1) month($2) day($3) [0-9:]+ \s+ # syslog time [a-zA-Z0-9_.]+ \s+ # syslog hostname ipmon\[\d+\]: \s+ # ipmon process identifier \[ID\s+\d+\s+\w+\.\w+\] \s+ # logging info ([0-9:]+)\.\d+ \s+ # time($4).hirestime .*\s*(\w+) \s+ # optional multipler and interface name($5) \@[0-9:]+ \s+ # ruleset . \s+ # action ([a-zA-Z0-9-_.]+\[)?([0-9.]+)\]? # optional source name($6), source ip($7) ,?([a-zA-Z0-9\-_]*) \s+ # source port($8) - may be name or number -\> \s+ # the arrow :-) ([a-zA-Z0-9-_.]+\[)?([0-9.]+)\]? # optional destination name($9), destination ip($10) ,?([a-zA-Z0-9\-_]*) \s+ # destination port($11) - may be name or number PR\s+(\w+) \s+ # protocol($12) len\s+(\d+) # length($13) .+ # ignore the rest $ # End of line :-) !$7 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/$12/$11/ HTTP/1.0" 200 $13 "http://$10/" "" 0 $5!x' \ $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } openbsd () { # Parse OpenBSD ipf logfiles into an analog-compatible "URL log" # Tested with OpenBSD 2.8 ipf. $zegrep -h "ipmon.+@[0-9:]+ b.+ -> .+ PR.+len" $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2001 Apr 5 16:55:55 fw ipmon[1875]: 16:55:54.150871 xl0 @0:2 b # 217.....93,3819 -> 195.....201,1080 PR tcp len 20 48 -S IN # Example of desired output: # 217....93 - - [5/Apr/2001:16:55:54 +0200] "GET /195.....201/tcp/1080 HTTP/1.0" 200 \ # 20 "3819" "" 0 xl0 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. There is no macadr in the BSD log. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$6" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$8" # The analog "request" contains the destination ip fi # 1 2 3 4 5 6 7 8 9 10 11 $perl -pwe "s!^(\d+) +(\w+) +(\w+) .+: ([0-9:]+)\.\d+.+ +(\w+) @.+ . ([0-9.]+),?(\d*) -\\> ([0-9.]+),?(\d*) PR (\w+) len (\d+).+\$!\$6 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$10/\$9/ HTTP/1.0\" 200 \$11 \"http://\$7/\" \"\" 0 \$5!" \ $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } pf_30 () { # Parse OpenBSD 3.0 pf logfiles into an analog-compatible "URL log" # This *must* happen on an OpenBSD 3.0 system as it requires the OpenBSD # version of tcpdump. (for log in $inputfiles ; do $gzcat -f $log \ | $tcpdump -n -e -ttt -q -r - done) \ | $egrep -h "rule .+: block .+ on .+ [0-9.]{7}" \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # TCP: # 2001 Dec 21 17:48:50.760648 rule 12/0(match): block in on ae0: # 192.168.49.2.2081 > 192.168.49.3.22: S 2901914301:2901914301(0) # win 5840 (DF) # UDP: # 2001 Dec 20 20:16:24.674266 rule 2/0(match): block in on ae0: # 192.168.49.3.137 > 192.168.49.255.137: udp 50 (ttl 64, id 61825) # ICMP: # 2001 Dec 20 20:21:00.324025 rule 3/0(match): block in on ae0: # 192.168.49.1 > 192.168.49.3: icmp: echo reply (id:23464 seq:2) (ttl 255, id 21394) # # Example of desired output: # 192.168.49.2 - - [5/Apr/2001:16:55:54 +0200] "GET /192.168.49.3/tcp/22 HTTP/1.0" # 200 20 "2081" "" 0 ae0 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. There is no macadr in the BSD log. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) # altreqhost is needed for unknown protocols (e.g. esp, ah) if [ $onehost = true ]; then reqhost="\$6" # The analog "request" contains the source ip altreqhost="\$7" elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string altreqhost="firewall" else reqhost="\$8" # The analog "request" contains the destination ip altreqhost="\$9" fi #first TCP, then UDP, then ICMP, then others (hopefully this works) # 1 2 3 4 5 6 7 8 9 $perl -pwe "s!^(\d+) +(\w+) +(\d+) +([0-9:]+)\.\d+ rule.+block \w+ on (\w+): ([0-9.]+)\.(\d+) \\> ([0-9.]+)\.(\d+): tcp (\d+)(.*)\$!\$6 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/tcp/\$9/ HTTP/1.0\" 200 \$10 \"http://\$7/\" \"\" 0 \$5!" \ $outdir/fwanalog.current.withyear \ |$perl -pwe "s!^(\d+) +(\w+) +(\d+) +([0-9:]+)\.\d+ rule.+block \w+ on (\w+): ([0-9.]+)\.(\d+) \\> ([0-9.]+)\.(\d+): +udp (\d+).*\$!\$6 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/udp/\$9/ HTTP/1.0\" 200 \$10 \"http://\$7/\" \"\" 0 \$5!" \ |$perl -pwe "s!icmp: echo re(quest|ply)!icmp: echo_re\$1!" \ |$perl -pwe "s!icmp: host(.+)unreachable!icmp: host_unreachable!" \ |$perl -pwe "s!^(\d+) +(\w+) +(\d+) +([0-9:]+)\.\d+ rule.+block \w+ on (\w+): ([0-9.]+)(X?) \\> ([0-9.]+): icmp: ([a-z][a-z_]+).*\$!\$6 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/icmp/\$9/ HTTP/1.0\" 200 0 \"http://\$7/\" \"\" 0 \$5!" \ |$perl -pwe "s!^(\d+) +(\w+) +(\d+) +([0-9:]+)\.\d+ rule.+block \w+ on (\w+): ([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.?(\d*) \\> ([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.?(\d*): (\S*) ?(\d*).*\$!\$6 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$10/\$9/ HTTP/1.0\" 200 0\$11 \"http://\$7/\" \"\" 0 \$5!" \ |$perl -pwe "s!^(\d+) +(\w+) +(\d+) +([0-9:]+)\.\d+ rule.+block \w+ on (\w+): (\w+) ([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.?(\d*) \\> ([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.?(\d*).*len (\d+).*\$!\$7 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$altreqhost/\$6\$10/ HTTP/1.0\" 200 \$11 \"http://\$8\" \"\" 0 \$5!" \ > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } freebsd () { # Parse FreeBSD ipf logfiles into an analog-compatible "URL log" # Tested with FreeBSD ipf $zegrep -h " -> .+ PR.+len" $inputfiles \ > $outdir/fwanalog.current mkmonthconvscript # Create script to convert lines with a numeric month to the alphanumeric month (Jan...Dec) $sed -f $outdir/convdate.sed $outdir/fwanalog.current \ > $outdir/fwanalog.current.withmonth # Use the script on the current logfile # Example of converted log line: # 04/06/2001 16:55:55.418398 tun0 @0:2 b # 217.....93,3819 -> 195.....201,1080 PR tcp len 20 48 -S IN # Example of desired output: # 217....93 - - [5/Apr/2001:16:55:54 +0200] "GET /195.....201/tcp/1080 HTTP/1.0" 200 \ # 20 "3819" "" 0 xl0 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. There is no macadr in the BSD log. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$4" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$6" # The analog "request" contains the destination ip fi # 1 2 3 4 5 6 7 8 9 $perl -pwe "s!^(\d+/\w+/\d+) ([0-9:]+)\.\d+ *[0-9]*x? +(\w+) @.+ . ([0-9a-f.:]+),*(\d*) -\\> ([0-9a-f.:]+),*(\d*) PR (\w+) len (\d+).+\$!\$4 - - [\$1:\$2 $timezone] \"GET /$reqhost/\$8/\$7/ HTTP/1.0\" 200 \$9 \"http://\$5/\" \"\" 0 \$3!" \ $outdir/fwanalog.current.withmonth > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } ipchains () { # Parse ipchains logfiles into an analog-compatible "URL log" # ipchains doesn't write the protocol name into the log, only the protocol number. # So we convert them here manually. $zegrep -h "Packet log: .+ (DENY|REJECT) .+PROTO=.+L=.+S.+I=.+F=.+T=" $inputfiles \ | $sed 's/PROTO=1 /PROTO=icmp /' \ | $sed 's/PROTO=2 /PROTO=igmp /' \ | $sed 's/PROTO=6 /PROTO=tcp /' \ | $sed 's/PROTO=17 /PROTO=udp /' \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2001 Apr 18 06:26:18 extdevel kernel: Packet log: input DENY eth0 PROTO=17 \ # 193.83.115.48:137 193.83.115.255:137 L=78 S=0x00 I=60301 F=0x0000 T=128 (#9) # Example of desired output: # 131....38 - - [31/Mar/2001:00:58:17 +0200] "GET /212....31/TCP/21 HTTP/1.0" 200 \ # 44 "61636" "00....:00" 10 eth1 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. # There is no MAC address in ipchains logs. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$8" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$10" # The analog "request" contains the destination ip fi # 1 2 3 4 5 6 7 8 9 10 11 12 cat $outdir/fwanalog.current.withyear \ | $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(DENY|REJECT) ([a-z0-9]+) PROTO=([\w-]+) ([0-9.]+):?(\d*) ([0-9.]+):?(\d*) L=(\d+).+\$!\$8 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$7/\$11/ HTTP/1.0\" 200 \$12 \"http://\$9/\" \"\" 0 \$6!" \ | $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(DENY|REJECT) ([a-z0-9]+) PROTO=(ICMP/[0-9]+):?[0-9]* ([0-9.]+)(x?) ([0-9.]+)(x?) L=(\d+).+\$!\$8 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$7/ HTTP/1.0\" 200 \$12 \"http://\$9/\" \"\" 0 \$6!" \ > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } ipfw () { # fwanalog extension for freebsds ipfw # 15/Sept/2002 Peter Hunkirchen # Parse ipfw logfiles into an analog-compatible "URL log" $zegrep -h "Deny" $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2002 Sep 15 07:47:04 yepp /kernel: ipfw: 65435 Deny UDP 80.133.123.52:1042 165.132.149.211:4665 out via tun0 # Example of desired output: # 131....38 - - [31/Mar/2001:00:58:17 +0200] "GET /212....31/TCP/21 HTTP/1.0" 200 \ # 44 "61636" "00....:00" 10 eth1 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. # There is no MAC address in ipchains logs. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$8" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$10" # The analog "request" contains the destination ip fi # 1 2 3 4 5 6 7 8 9 10 11 12 13 $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(Deny|Reject) ([\w-]+) ([0-9.]+):(\d*) ([0-9.]+):(\d*) ([\w-]+) ([\w-]+) ([\w-]+)\$!\$7 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$6/\$10/ HTTP/1.0\" 200 1 \"http://\$8/\" \"\" 0 \$13 !" \$outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } zynos () { # Parse ZynOS (ZyXEL, NETGEAR) logfiles into an analog-compatible "URL log" # This pattern excludes "last message repeated X times" lines # so the count will be artificially low. How to handle?!? $zegrep -h "IP.+Src.+Dst.+(ICMP|TCP|UDP).+spo.+dpo.+" $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2002 Feb 27 14:43:51 router host: IP[Src=164....2 Dst=65....189 TCP \ # spo=02945 dpo=00080]}S03>R02mD # Example of desired output: # 164....2 - - [27/Feb/2002:14:43:51 +0500] "GET /65....189/TCP/80 HTTP/1.0" 200 \ # 1 "http://2945/" "" 0 router # # Which means: # SrcIP - - [date] "GET ReqHost/Protocol/DstPort HTTP/1.0" 200 # FakePacketLen "http://SrcPort/" "" 0 routerName # SrcPort is in the referrer field, routerName in the VirtualHost. # There is no MAC address or packet length in NETGEAR/ZyXEL logs. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$6" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$7" # The analog "request" contains the destination ip fi # 1 2 3 4 5 6 7 8 9 10 11 $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) (\S+) [^:]+: +IP\[Src=([0-9\.]+) +Dst=([0-9\.]+) +(\S+) +spo=0*([0-9]+) +dpo=0*([0-9]+)\]}(\S+)\$!\$6 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$8/\$10/ HTTP/1.0\" 200 1 \"http://\$9/\" \"\" 0 \$5!" \ $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } cisco () { # Parse Cisco PIX and router logfiles into an analog-compatible "URL log" # Tested with logs from Cisco PIX and routers with access-lists. # Adapted from the solarisipf() function # Note: Cisco doesn't log packet lengts so each packet is faked to have 0 byte. # See Analog's SIZE and *COLS commands to turn off packet size reports. pixpatterns="Inbound .+ connection denied from [0-9./]+ to [0-9./]+" pixpatterns="$pixpatterns|Deny inbound (udp|icmp|tcp) from [0-9./]+ to [0-9./]+" pixpatterns="$pixpatterns|Deny (inbound )?(\(No xlate\) )?(udp|icmp|tcp) src [^:]+:[0-9./]+ dst [^:]+:[0-9./]" pixpatterns="$pixpatterns|Deny TCP (\(no connection\) )?from [0-9./]+ to [0-9./]+.+on interface" pixpatterns="$pixpatterns|translation creation failed for (udp|icmp|tcp) src [^:]+:[0-9./]+ dst [^:]+:[0-9./]+" pixpatterns="$pixpatterns|No translation group found for (udp|icmp|tcp) src [^:]+:[0-9./]+ dst [^:]+:[0-9./]+" pixpatterns="$pixpatterns|: list .+ denied [a-z0-9]+ [0-9.()]+ -> [0-9.()]+, .+ packets?" ${zegrep} -hi "$pixpatterns" $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date ${sed} -f $outdir/convdate.sed $outdir/fwanalog.current \ > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Examples of converted log lines: # 2002 Dec 24 09:14:18 example.com Dec 24 2002 15:14:18: # %PIX-2-306001: Inbound TCP connection denied from # 10.206.26.58/4011 to 10.96.160.115/80 flags SYN on interface outside # 2002 Dec 24 09:05:40 example.com Dec 24 2002 15:05:40: # %PIX-2-306006: Deny inbound UDP # from 10.114.112.73/1028 to 10.96.160.196/137 on interface outside # 2002 Dec 24 07:18:05 example.com Dec 24 2002 13:18:05: # %PIX-3-306011: Deny inbound (No xlate) icmp # src outside:10.249.118.254 dst outside:10.96.160.84 (type 8, code 0) # Example of desired output: # 217....93 - - [5/Apr/2001:16:55:54 +0200] "GET /195.....201/tcp/1080 HTTP/1.0" 200 \ # 20 "3819" "" 0 xl0 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, interface # in the VirtualHost. There is no macadr in the BSD log. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$5" # The analog "request" contains the source ip reqhost_1="\$7" # in a more complex regexp is the position $7 instead of $5 reqhost_2="\$6" # ... or $6 elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$7" # The analog "request" contains the destination ip reqhost_1="\$10" # in a more complex regexp is the position $10 instead of $7 reqhost_2="\$8" # ... or $8 fi cat $outdir/fwanalog.current.withyear \ | ${perl} -pwe \ 's! # Inbound TCP connection denied ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+ Inbound.TCP.connection.denied \s # PIX ID (?); verbose description from \s ([0-9.]+)/([0-9]+) \s # Source IP ($5), port ($6) to \s ([0-9.]+)/([0-9]+) \s # Destination IP ($7), port ($8) flags \s ([A-Z ]*) [ \t]+ # TCP flags ($9) (?:on.interface.)?([a-zA-Z0-9&_-]*)[ \t]* # interface ($10), possible whitespace $ # End of line :-) !$5 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/tcp/$8/ HTTP/1.0" 200 0 "http://$6/" "" 0 $10!x' \ | ${perl} -pwe \ 's! # Deny TCP (no connection) ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+ Deny.TCP..no.connection. \s # PIX ID (?); verbose description from \s ([0-9.]+)/([0-9]+) \s # Source IP ($5), port ($6) to \s ([0-9.]+)/([0-9]+) \s # Destination IP ($7), port ($8) flags \s ([A-Z ]*) \s+ # TCP flags ($9) on.interface.([a-zA-Z0-9&_-]+) # interface ($10) .* $ # possible junk, end of line !$5 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/tcp/$8/ HTTP/1.0" 200 0 "http://$6/" "" 0 $10!x' \ | ${perl} -pwe \ 's! # Deny inbound UDP, first version (with "on interface") ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+ Deny.inbound.UDP \s # PIX ID (?); verbose description from \s ([0-9.]+)/([0-9]+) \s # Source IP ($5), port ($6) to \s ([0-9.]+)/([0-9]+) \s # Destination IP ($7), port ($8) on.interface \s ([a-zA-Z0-9&_-]+)? # interface ($9), .* # possible whitespace or junk $ # End of line :-) !$5 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/udp/$8/ HTTP/1.0" 200 0 "http://$6/" "" 0 $9!x' \ | ${perl} -pwe \ 's! # Deny inbound UDP, second version (without "on interface") ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+ Deny.inbound.UDP \s # PIX ID (?); verbose description from \s ([0-9.]+)/([0-9]+) \s # Source IP ($5), port ($6) to \s ([0-9.]+)/([0-9]+) \s # Destination IP ($7), port ($8) .* # possible whitespace or junk $ # End of line :-) !$5 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/udp/$8/ HTTP/1.0" 200 0 "http://$6/" "" 0 unknown!x' \ | ${perl} -pwe \ 's! # Deny inbound (No xlate) (tcp|udp) ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+.Deny.inbound.(?:.No.xlate..)?(udp|tcp) \s # PIX ID (?); desc; protocol ($5) src \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/([0-9]+) \s # Interface $6, Source IP $7, port $8 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/([0-9]+) # Interface $9, Dest IP $10, port $11 .* # possible whitespace or junk $ # End of line :-) !$7 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_1'/$5/$11/ HTTP/1.0" 200 0 "http://$8/" "" 0 $6-$9!xi' \ | ${perl} -pwe \ 's! # Deny inbound (No xlate) icmp ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+.Deny.inbound(?:..No.xlate.)?.icmp \s # PIX ID (?); desc; protocol src \s ([a-zA-Z0-9&_.-]+):([0-9.]+) \s # Interface $5, Source IP $6 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+) \s # Interface $7, Dest IP $8 .type \s (\w+),.code .+ # ICMP type $9 $ # End of line :-) !$6 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_2'/icmp/$9/ HTTP/1.0" 200 0 "http:///" "" 0 $5-$7!x' \ | ${perl} -pwe \ 's! # Deny PROTOCOL src inside:... dst ... by access-group "ACL" ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+.Deny.(udp|tcp|icmp)\s # PIX ID (?); desc; protocol $5 src \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/?(\d*)\s # Interface $6, Source IP $7, src port $8 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/?(\d*)\s # Interface $9, Dest IP $10, dest port $11 (?:\(type.)?(\d*)(?:,.code.\d+\)\s)? # optional ICMP type $12 (?:by.access-group.")?(\w*)"?.* # ACL group $13 $ # End of line :-) !$7 - $13 [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_1'/$5/$11$12/ HTTP/1.0" 200 0 "http://$8/" "" 0 $6-$9!x' \ | ${perl} -pwe \ 's! # translation creation failed for (tcp|udp) ^ # Begin of line :-) (\d+)\s(\w+)\s+(\d+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+translation.creation.failed.for.(udp|tcp) \s # PIX ID (?); desc; protocol ($5) src \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/([0-9]+) \s # Interface $6, Source IP $7, port $8 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/([0-9]+) # Interface $9, Dest IP $10, port $11 .* # possible whitespace or junk $ # End of line :-) !$7 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_1'/$5/$11/ HTTP/1.0" 200 0 "http://$8/" "" 0 $6-$9!x' \ | ${perl} -pwe \ 's! # translation creation failed for icmp ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+translation.creation.failed.for.icmp \s # PIX ID (?); desc; protocol src \s ([a-zA-Z0-9&_.-]+):([0-9.]+) \s # Interface $5, Source IP $6 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+) \s # Interface $7, Dest IP $8 .type \s (\w+),.code .+ # ICMP type $9 $ # End of line :-) !$6 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_2'/icmp/$9/ HTTP/1.0" 200 0 "http:///" "" 0 $5-$7!x' \ | ${perl} -pwe \ 's! # No translation group found for udp/tcp ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+No.translation.group.found.for.(udp|tcp) \s # PIX ID (?); desc; protocol ($5) src \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/([0-9]+) \s # Interface $6, Source IP $7, port $8 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+)/([0-9]+) # Interface $9, Dest IP $10, port $11 .* # possible whitespace or junk $ # End of line :-) !$7 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_1'/$5/$11/ HTTP/1.0" 200 0 "http://$8/" "" 0 $6-$9!x' \ | ${perl} -pwe \ 's! # No translation group found for icmp ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 (?:\[?[a-zA-Z0-9_.-]*\]?\s)?# optional syslog hostname (?:\w\w\w \s+ \d+ \s+ \d+ \s+ [0-9:]+ \s)? # optional PIX date/time in UTC .+No.translation.group.found.for.icmp \s # PIX ID (?); desc; protocol src \s ([a-zA-Z0-9&_.-]+):([0-9.]+) \s # Interface $5, Source IP $6 dst \s ([a-zA-Z0-9&_.-]+):([0-9.]+) \s # Interface $7, Dest IP $8 .type \s (\w+),.code .+ # ICMP type $9 $ # End of line :-) !$6 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_2'/icmp/$9/ HTTP/1.0" 200 0 "http:///" "" 0 $5-$7!x' \ | ${perl} -pwe \ 's! # list 101 denied tcp 64.70.54.95(20) -> 64.5.47.191(40436), 7 packets ^ # Begin of line :-) (\d+)\s(\w+)\s+(\w+) \s+ # syslog year $1 month $2 day $3 (?:\d{4}\s)? # optional year when timestamp is switched on ([0-9:]+) \s+ # syslog time $4 .+ # uninteresting data : \s list\s([^ ]+)\sdenied \s # rule number $5 (\w+) \s # protocol $6 ([0-9.]+)\(?(\d*)\)?\s(->)\s# Source IP $7, optional port $8; $9 just for compatibility with $reqhost_1 ([0-9.]+)\(?(\d*)\)? # Dest IP $10, optional port $11 , \s (\d+) \s packets? # Packet count $12 $ # End of line :-) !$7 - $5 [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost_1'/$6/$11/ HTTP/1.0" 200 $12 "http://$8/" "" 0 !x' \ > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } pix () { # Alias for cisco() cisco } watchguard () { # Parse Watchguard Firebox logfiles into an analog-compatible "URL log" # Tested with System 6.1 # Adapted from the pix() function wgpatterns=": deny (in|out) [a-z]+[0-9] [0-9]+ [a-z]+ [0-9]+ [0-9]+ ([0-9.]+ )+" ${zegrep} -hi "$wgpatterns" $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date ${sed} -f $outdir/convdate.sed $outdir/fwanalog.current \ > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Examples of converted log lines: # 2003 Jan 4 15:41:01 216.234.247.49 firewalld[110]: # deny in eth0 84 icmp 20 254 216.234.234.120 216.234.249.147 # 8 0 (blocked site) # 2003 Jan 4 15:41:56 216.234.247.49 firewalld[110]: # deny in eth0 78 udp 20 128 10.11.12.120 10.11.12.255 # 137 137 (blocked site) # Example of desired output: # 217....93 - blocked_site [5/Apr/2001:16:55:54 +0200] "GET /195.....201/tcp/1080 HTTP/1.0" 200 \ # 20 "3819" "" 0 xl0 # # Which means: # ip - reason [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "Macadr" 0 interface # Sourceport is in the referrer field, interface in the VirtualHost. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$8" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$9" # The analog "request" contains the destination ip fi # First, add an empty "reason" to lines that don't have it cat $outdir/fwanalog.current.withyear \ | ${perl} -pwe 's/([a-z0-9] )$/$1() /i' \ | ${perl} -pwe \ 's! # ICMP ^ # Begin of line (\d+)\s+(\w+)\s+(\d+) \s+ # syslog year $1 month $2 day $3 ([0-9:]+) \s+ # syslog time $4 [0-9a-zA-Z_.-]+\s[a-z]+\[\d+\]:\s # ip/hostname, process name, PID deny\s[a-z]+ \s ([a-z]+\d+) \s # deny in/out, interface $5 (\d+)\s(icmp) \s \d+\s\d+\s # Packet length $6, protocol $7 ([0-9.]+) \s ([0-9.]+) \s # Source, dest IP $8, $9 ([0-9]+) \s ([0-9]+) \s # ICMP type $10 [a-z ()]* # sometimes TCP options \(([a-zA-Z0-9_. -]*)\) \s # Reason $12 $ # End of line !$8 - $12 [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/$7/$10/ HTTP/1.0" 200 $6 "" "" 0 $5!x' \ | ${perl} -pwe \ 's! # IGMP ^ # Begin of line (\d+)\s+(\w+)\s+(\d+) \s+ # syslog year $1 month $2 day $3 ([0-9:]+) \s+ # syslog time $4 [0-9a-zA-Z_.-]+\s[a-z]+\[\d+\]:\s # ip/hostname, process name, PID deny\s[a-z]+ \s ([a-z]+\d+) \s # deny in/out, interface $5 (\d+)\s(igmp) \s \d+\s\d+\s # Packet length $6, protocol $7 ([0-9.]+) \s ([0-9.]+) \s # Source, dest IP $8, $9 ([^ ]*) \s* (.*) # Some optional info $10 \(([a-zA-Z0-9_. -]*)\) \s # Reason $12 $ # End of line !$8 - $12 [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/$7/$10/ HTTP/1.0" 200 $6 "" "" 0 $5!x' \ | ${perl} -pwe \ 's! # TCP and UDP ^ # Begin of line (\d+)\s+(\w+)\s+(\d+) \s+ # syslog year $1 month $2 day $3 ([0-9:]+) \s+ # syslog time $4 [0-9a-zA-Z_.-]+\s[a-z]+\[\d+\]:\s # ip/hostname, process name, PID deny\s[a-z]+ \s ([a-z]+\d+) \s # deny in/out, interface $5 (\d+)\s([a-z]+) \s \d+\s\d+\s # Packet length $6, protocol $7 ([0-9.]+) \s ([0-9.]+) \s # Source, dest IP $8, $9 ([0-9]+) \s ([0-9]+) \s # Source $10, destination port $11 [a-z ()]* # sometimes TCP options \(([a-zA-Z0-9_. -]*)\) \s # Reason $12 $ # End of line !$8 - $12 [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/$7/$11/ HTTP/1.0" 200 $6 "http://$10/" "" 0 $5!x' \ | ${perl} -pwe \ 's!^([0-9.]+) - ([^ ]+) ([a-z0-9_. -]+) \[(\d+/.+)$!$1 - $2_$3 [$4!i' \ | ${perl} -pwe \ 's!^([0-9.]+) - ([^ ]+) ([a-z0-9_. -]+) \[(\d+/.+)$!$1 - $2_$3 [$4!i' \ | ${perl} -pwe \ 's!^([0-9.]+) - ([^ ]+) ([a-z0-9_. -]+) \[(\d+/.+)$!$1 - $2_$3 [$4!i' \ > $outdir/fwanalog.current.log # The last 3 perl lines convert spaces to underscores in the reason field. Therefore, # only three spaces (or fewer) are allowed. Duplicate the lines if you need more. # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } fw1 () { # Parse FireWall-1 export logfiles into an analog-compatible "URL log" $zegrep -h 'FireWall-1" "' $inputfiles \ | $egrep -v '"Accept"' \ > $outdir/fwanalog.current.withyear ##mkdateconvscript # Create script to convert lines without year to fully specified date ##$sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # "6" "28May2002" "9:47:09" "VPN-1 & FireWall-1" "E100B2" "ntz" "Log" "Drop" \ # "Http-8080" "213.56.82.222" "213.56.82.223" "tcp" "14" "28122" "" "" # # Example of desired output: # 213.56.82.222 - RuleNr [28/May/2002:9:47:09 +0000] "GET /213.56.82.223/tcp/Http-8080 HTTP/1.0" 200 \ # 0 "http://28122/" "14" 0 E100B2 # # Which means: # ip - - [date] "GET Desthost/Protocol/Port" 200 PcktLen "http://Sourceport/" "rule" 0 interface # Sourceport is in the referrer field, rule in the user-agent, interface # in the VirtualHost. # There is no MAC address or packet length in FireWall-1 logs. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$12" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$13" # The analog "request" contains the destination ip fi $perl -pwe \ 's! ^ # Begin of line :-) \"([0-9]+)\" \s+ # "Number": ($1) \"([0-9\s]+)([a-zA-Z]+)([0-9]+)\" \s+ # "Date": day($2) # month($3) year($4) \"([0-9:]+)\" \s+ # "Time": time($5) \"([a-zA-Z0-9 &-]+)\" \s+ # "Product": ($6) \"([a-zA-Z0-9-]+)\" \s+ # "Interface": ($7) \"([a-zA-Z0-9-]+)\" \s+ # "Origin": ($8) \"([a-zA-Z0-9]+)\" \s+ # "Type": ($9) \"([a-zA-Z0-9]+)\" \s+ # "Action": ($10) \"([a-zA-Z0-9_.\-]*)\" \s+ # "Service": destination port($11) - may be name or number or null \"([a-zA-Z0-9_.\-]*)\" \s+ # "Source": ($12) - may be name or number or null \"([a-zA-Z0-9_.\-]+)\" \s+ # "Destination": ($13) - may be name or number \"([a-zA-Z0-9]*)\" \s+ # "Protocol": ($14) - may be name or number or null \"([0-9]*)\" \s+ # "Rule": ($15) \"([a-zA-Z0-9_.\-]*)\" \s+ # "Source port": ($16) - may be name or number or null \"([a-zA-Z0-9]*)\" \s+ # "User": ($17) may be name or number or null .+ # ignore the rest $ # End of line :-) !$12 - $15 [$2/$3/$4:$5 '$timezone'] \"GET /'$reqhost'/$14/$11/ HTTP/1.0" 200 0 "http://$16/" "$15" 0 $7!x' \ $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } sonicwall () { # Parse SonicWall TZ-170 syslog logfiles into an analog-compatible # "URL log" $zegrep -h " connection dropped" $inputfiles \ > $outdir/fwanalog.current mkdateconvscript # Create script to convert lines without year to fully specified date $sed -f $outdir/convdate.sed $outdir/fwanalog.current > $outdir/fwanalog.current.withyear # Use the script on the current logfile # Example of converted log line: # 2004 Dec 9 14:50:38 192.168.1.1 id=firewall sn=0123456789AB \ # time="2004-12-09 15:07:38" fw=400.300.200.100 pri=5 c=64 m=36 \ # msg="TCP connection dropped" n=38533 src=66.167.62.131:2930:WAN \ # dst=400.300.200.100:135:WAN # Example of desired output: # 66.167.62.131 - - [9/Dec/2004:14:50:38 -0500] \ # "GET /400.300.200.100/TCP/135 HTTP/1.0" 200 36 \ # "http://2930/" "-" 0 WAN # # Which means: # ip - - [date] \ # "GET Desthost/Protocol/Port HTTP/1.0" 200 PcktLen \ # "http://Sourceport/" "Mac" 0 interface # Sourceport is in the referrer field, macadr in the user-agent, # interface in the VirtualHost. # Decide if the source or the destination host is included in the # Blocked Packet Report (option "onehost" in fwanalog.opts) if [ $onehost = true ]; then reqhost="\$7" # The analog "request" contains the source ip elif [ $onehost = dynip ]; then reqhost="firewall" # The analog "request" contains this string else reqhost="\$10" # The analog "request" contains the destination ip fi $perl -pwe 's!^ (\d+) \s+ # 1 year (\w+) \s+ # 2 month (\d+) \s+ # 3 day ([0-9:]+) \s+ # 4 time [0-9.]+ \s+ # skip IP-address \w+=\w+ \s+ # skip id=firewall \w+=\w+ \s+ # skip sn=serial-number \w+=\"[0-9-]+ \s+ # skip time="yyyy-mm-dd [0-9:]+\" \s+ # hh:mm:ss" \w+=[0-9.]+ \s+ # skip fw=IP-address \w+=\d+ \s+ # skip pri=num \w+=\d+ \s+ # skip c=num \w+= # skip m= (\d+) \s+ # 5 packet-length \w+=\" # skip msg=" (\w+) \s+ # 6 protocol \w+\s+\w+\" \s+ # skip connection dropped" \w+=\d+ \s+ # skip n=num \w+= # skip src= ([0-9.]+)\: # 7 source-IP: (\d+)\: # 8 source-port: (\w+) \s+ # 9 source-interface \w+= # skip dst= ([0-9.]+)\: # 10 dest-IP: (\d+)\: # 11 dest-port: \w+ # skip dest-interface .+ # skip the-rest !$7 - - [$3/$2/$1:$4 '$timezone'] \"GET /'$reqhost'/$6/$11/ HTTP/1.0\" 200 $5 \"http://$8/\" \"-\" 0 $9!x' \ $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log # $outdir/fwanalog.current.log now contains the data in the Analog URL format. } mkdateconvscript () { # Creates a sed script in the output dir which converts the firewall logs # (that don't have the year specified) to the real year (if your logs # aren't too old) currmo=`$date +%m` curryear=`$date +%Y` lastyear=`echo $curryear | awk '{ print($1 - 1) }'` ( if [ $currmo -ge 1 ]; then echo "s/^Jan/$curryear Jan/"; else echo "s/^Jan/$lastyear Jan/"; fi if [ $currmo -ge 2 ]; then echo "s/^Feb/$curryear Feb/"; else echo "s/^Feb/$lastyear Feb/"; fi if [ $currmo -ge 3 ]; then echo "s/^Mar/$curryear Mar/"; else echo "s/^Mar/$lastyear Mar/"; fi if [ $currmo -ge 4 ]; then echo "s/^Apr/$curryear Apr/"; else echo "s/^Apr/$lastyear Apr/"; fi if [ $currmo -ge 5 ]; then echo "s/^May/$curryear May/"; else echo "s/^May/$lastyear May/"; fi if [ $currmo -ge 6 ]; then echo "s/^Jun/$curryear Jun/"; else echo "s/^Jun/$lastyear Jun/"; fi if [ $currmo -ge 7 ]; then echo "s/^Jul/$curryear Jul/"; else echo "s/^Jul/$lastyear Jul/"; fi if [ $currmo -ge 8 ]; then echo "s/^Aug/$curryear Aug/"; else echo "s/^Aug/$lastyear Aug/"; fi if [ $currmo -ge 9 ]; then echo "s/^Sep/$curryear Sep/"; else echo "s/^Sep/$lastyear Sep/"; fi if [ $currmo -ge 10 ]; then echo "s/^Oct/$curryear Oct/"; else echo "s/^Oct/$lastyear Oct/"; fi if [ $currmo -ge 11 ]; then echo "s/^Nov/$curryear Nov/"; else echo "s/^Nov/$lastyear Nov/"; fi if [ $currmo -ge 12 ]; then echo "s/^Dec/$curryear Dec/"; else echo "s/^Dec/$lastyear Dec/"; fi ) > $outdir/convdate.sed } mkmonthconvscript () { # Creates a sed script in the output dir which converts the firewall logs # (that have the month specified numerically) to the month's abbreviation (Jan...Dec) ( echo "s!/01/!/Jan/!" echo "s!/02/!/Feb/!" echo "s!/03/!/Mar/!" echo "s!/04/!/Apr/!" echo "s!/05/!/May/!" echo "s!/06/!/Jun/!" echo "s!/07/!/Jul/!" echo "s!/08/!/Aug/!" echo "s!/09/!/Sep/!" echo "s!/10/!/Oct/!" echo "s!/11/!/Nov/!" echo "s!/12/!/Dec/!" ) > $outdir/convdate.sed } rotate_cache () { # Greps all entries not from the current month from $outdir/fwanalog.all.log # to another file. This is good because if fwanalog.all.log is smaller, it # can be diffed faster. However, this is entirely optional. echo "Note: rotating is not necessary anymore!" # change into the script's directory because the config file is here cd `dirname $0` # Load the user-settable options from the config file . `basename $0 | $sed 's/sh$/opts/'` # Month and year as they appear in the web server log grepdate=`$date +/%b/%Y:` # Name to indicate that this file is older newlogname=fwanalog.all.log.`$date +%Y-%m` $grep -vh $grepdate $outdir/fwanalog.all.log > $outdir/$newlogname echo "$grep -vh $grepdate $outdir/fwanalog.all.log > $outdir/$newlogname" $grep -h $grepdate $outdir/fwanalog.all.log > $outdir/fwanalog.all.log.current $echo "$grep -h $grepdate $outdir/fwanalog.all.log > $outdir/fwanalog.all.log.current" rm $outdir/fwanalog.all.log echo "rm $outdir/fwanalog.all.log" mv $outdir/fwanalog.all.log.current $outdir/fwanalog.all.log echo "mv $outdir/fwanalog.all.log.current $outdir/fwanalog.all.log" } clean_up () { ##### # Function to remove temporary files and other housekeeping # No arguments ##### # Delete the lock file if [ -e $outdir/fwanalog.lock ]; then rm -f $outdir/fwanalog.lock fi } graceful_exit () { ##### # Function called for a graceful exit # No arguments ##### clean_up exit } error_exit () { ##### # Function for exit due to fatal program error # Accepts 1 argument # string containing descriptive error message ##### echo "${PROGNAME}: ${1:-"Unknown Error"}" >&2 clean_up exit 1 } term_exit () { ##### # Function to perform exit if termination signal is trapped # No arguments ##### echo "${PROGNAME}: Terminated" clean_up exit } int_exit () { ##### # Function to perform exit if interrupt signal is trapped # No arguments ##### echo "${PROGNAME}: Aborted by user" clean_up exit } usage () { ##### # Function to display usage message (does not exit) # No arguments ##### echo "Usage: ${PROGNAME} [-h | --help] [-c conffile] [-r] [-t] [-y] [-a IP-addr] [-p packet]" } helptext () { ##### # Function to display help message for program # No arguments ##### local tab=$(echo -en "\t\t") cat <<- -EOF- ${PROGNAME} ver. ${VERSION} This is a program to parse firewall logs and analyze them with Analog. $(usage) Options: -h, --help Display this help message and exit. -c conffile Use this config file instead of fwanalog.opts -r Rotate log cache (not necessary anymore) -t Only update statistics for today (e.g. for hourly use) The sep_hosts and sep_packets commands in fwanalog.opts are ignored. -y The same as -t, only for yesterday -a IP-addr Create a separate report for this host -p packet Create a separate report for this packet Format: target/protocol/portnumber e.g. 192.168.0.1/tcp/21 or firewall/udp/137 NOTE: You must be the superuser to run this script, or have at least read rights to the firewall log. (See README.sudo for how to do this as a normal user.) -EOF- } ########################################################################### # Program starts here ########################################################################### # Trap TERM, HUP, and INT signals and properly exit trap term_exit TERM HUP trap int_exit INT # Process command line arguments if [ "$1" = "--help" ]; then helptext graceful_exit fi # Process arguments - edit to taste while getopts ":hrtymc:a:p:" opt; do case $opt in r ) rotate_cache graceful_exit ;; h ) helptext graceful_exit ;; t ) today_only=true ;; y ) yesterday_only=true ;; m ) reportmagic=true ;; a ) host_to_report="$OPTARG" ;; p ) packet_to_report="$OPTARG" ;; c ) configfile="$OPTARG" ;; * ) usage exit 1 esac done # No arguments - normal case if [ $OPTIND -gt $# ]; then (main) fi graceful_exit fwanalog-0.6.9/fwanalog.lng0000644000175000017500000003326710207404234014623 0ustar bbbb00000000000000## Language file for analog 5.32. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us24.lng on 2003. ápr. 27., vasárnap, 20.25.52 CEST ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports MAC address MAC addresses OS OS's ## (= operating system, operating systems) size search term search terms site sites log prefix log prefixes status code status codes Block statistics of your firewall, created by ## Prefixes kilo, mega etc. to make kilobytes, megabytes etc. kilo mega giga tera peta exa zeta yotta ## Shorter versions of the same prefixes for column headings k M G T P E Z Y ## Names for the rows in the Packet Size Report. Note that changing these will ## NOT change the boundaries! These are just labels for predetermined buckets. ## They should line up nicely when right-aligned. 0 1B- 10B 11B- 100B 101B- 1kB 1kB- 10kB 10kB-100kB 100kB- 1MB 1MB- 10MB 10MB-100MB 100MB- 1GB > 1GB ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n Log Prefix Report log prefix log prefixes n Log Prefix Redirection Report log prefix log prefixes n Log Prefix Failure Report log prefix log prefixes n MAC Address Summary MAC address MAC addresses n MAC Address Report MAC address MAC addresses n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Other Unix Known robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days % of the traffic % of the traffic in the last 7 days % of the maximum amount of traffic % of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days % of the blocked packets % of the blocked packets in the last 7 days % of the maximum number of blocked packets % of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days % of the blocked packets for pages % of the blocked packets for pages in the last 7 days % of the maximum number of blocked packets for pages % of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days % of the redirected blocked packets % of the redirected blocked packets in the last 7 days % of the maximum number of redirected blocked packets % of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days % of the failed blocked packets % of the failed blocked packets in the last 7 days % of the maximum number of failed blocked packets % of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/log prefix errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/ChangeLog0000644000175000017500000006024010207404234014064 0ustar bbbb000000000000002005-02-24 17:59 bb * fwanalog.sh: Uses a lock file to avoid multiple calls with the same output directory; probably fixed the bug which caused fwanalog not to process the input if it started with the last line of fwanalog.all.log 2005-02-24 16:59 bb * fwanalog.opts.freebsd, fwanalog.opts.fw1, fwanalog.opts.ipfw, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.pix, fwanalog.opts.solarisipf, fwanalog.opts.sonicwall, fwanalog.opts.watchguard, fwanalog.opts.zynos, support/mkopts.sh: New ipfw and sonicwall parsers 2005-02-24 16:57 bb * fwanalog.sh: Added contributed sonicwall parser 2005-02-24 16:01 bb * fwanalog.opts.master, support/mkopts.sh: New ipfw support 2005-02-24 15:56 bb * fwanalog.sh: New ipfw function; bugfix in cisco() 2004-07-10 21:37 bb * support/mklangfile.it.sh: Italian Analog langfile translator script, thanks to Luca Pasquali 2004-07-10 21:16 bb * fwanalog.sh: IGMP support for watchguard firebox 2004-05-23 10:26 bb * fwanalog.sh: Hint from Charles Bueche: the syntax "tail -$number" is deprecated, "tail -n $number" should be used. 2004-03-23 13:31 bb * fwanalog.sh: Allow alphanumeric rule names in Cisco list output 2004-03-18 17:40 bb * README, fwanalog.analog.conf.local, fwanalog.sh: Preparing release 0.6.4 2004-03-18 17:35 bb * fwanalog.sh: Allow PIX logs without TCP flags 2004-03-18 17:34 bb * README.firewall: Added info about metalog 2004-02-26 17:09 bb * fwanalog.sh: Made the error message when no input files were found a bit better 2004-02-26 17:04 bb * fwanalog.sh: empty $inputfiles patch by Emanuele Rocca; possible Cisco improvements 2003-11-25 18:11 bb * fwanalog.opts.freebsd, fwanalog.opts.fw1, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.pix, fwanalog.opts.solarisipf, fwanalog.opts.watchguard, fwanalog.opts.zynos, fwanalog.sh: Small fixes for problems that accumulated since September 2003-08-28 14:58 bb * fwanalog.analog.conf.local: Updated version number 2003-08-28 14:54 bb * fwanalog.sh, README: Updated version number 2003-08-28 14:54 bb * fwanalog.opts.fw1: New config file: fwanalog.opts.fw1 2003-08-28 14:52 bb * fwanalog.sh: Small fixes in cisco, fw1, iptables 2003-07-05 11:34 bb * fwanalog.analog.conf, fwanalog.analog.conf.local: Moved the user modifiable unknown ICMP alias to local 2003-07-05 11:30 bb * fwanalog.sh: OpenBSD 3 (PF) fixes: better handling of ICMP 2003-06-19 22:28 bb * CONTRIBUTORS: Kenneth is not the Debian maintainer anymore 2003-06-19 22:24 bb * README, fwanalog.analog.conf.local: Automatically changed version number 2003-06-19 22:22 bb * fwanalog.sh: Enable "-" in cisco interface names (\w doesn't match it) 2003-06-12 23:23 bb * fwanalog.sh: Yet another small PIX fix; grep for Firewall-1 instead of Firewall so only the correct entries get selected 2003-04-27 21:07 bb * fwanalog.sh: Hopefully fixed an ICMP parsing problem 2003-04-27 21:06 bb * fwanalog.lng: Analog 5.32 based langfile 2003-03-21 17:30 bb * fwanalog.sh: small bugfix in a cisco regexp: use both the destination port and the icmp type as they won't appear at the same time 2003-03-21 17:21 bb * fwanalog.sh: pix() renamed to cisco(); added support for new log entry formats 2003-03-21 00:31 bb * fwanalog.sh: Renamed pix() to cisco(), pix stays in as an alias. Added support for Cisco routers with access lists. 2003-03-21 00:31 bb * fwanalog.analog.conf: Better output alias for unknown numeric protocols 2003-03-20 22:41 bb * support/mklangfile.fr.sh: New converter for French language files, contributed by Jean-Louis Saint-Dizier 2003-03-17 08:04 bb * fwanalog.sh: Preparing for release 0.6.3 2003-03-14 00:09 bb * fwanalog.sh: Added support for PIX logs with access lists; remove fwanalog.analog.conf.gen together with the other temp files 2003-03-11 15:58 bb * README, fwanalog.analog.conf.local: Auto-fixed version number 2003-03-11 15:52 bb * mkrelease.sh: Corrected a regexp bug 2003-03-11 15:49 bb * CONTRIBUTORS, fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.pix, fwanalog.opts.solarisipf, fwanalog.opts.watchguard, fwanalog.opts.zynos, support/mkopts.sh: Preparing release 0.6.3pre7 with Firewall-One support 2003-03-11 15:39 bb * fwanalog.sh: Prepared for release 0.6.3pre7: - Support for Firewall-One logs, contributed by Jean-Louis Saint-Dizier - Common options are written into a generated config file so the analog calls are simpler. - -m command line option for creating the output in the COMPUTER format for possible further processing using ReportMagic or other "Analog beautifier" software. At the moment, this is only usable for experimenting. 2003-02-13 18:02 bb * fwanalog.sh: Added the -c option for specifying another config file 2003-02-13 13:44 bb * fwanalog.sh: Don't switch off the runtime report and the GOTOs in yesterday's HTML report 2003-02-13 00:44 bb * mkrelease.sh: Modify the version number in README automatically 2003-02-13 00:42 bb * fwanalog.sh: Prepared for release 0.6.3pre5 2003-02-13 00:38 bb * README: More troubleshooting meta-info 2003-02-13 00:31 bb * README: Added a small troubleshooting section 2003-02-13 00:16 bb * fwanalog.lng, fwanalog.sh: Made the second (PIX) date optional 2003-02-11 18:20 bb * fwanalog.sh: Allow multiple whitespace characters after "flags" in pic() 2003-01-23 23:11 bb * fwanalog.sh: Generate HTML report for yesterday 2003-01-22 20:02 bb * fwanalog.sh: Fix in pix(): allow [] around the hostname 2003-01-22 20:01 bb * README: Preparation for release 0.6.3pre4 2003-01-21 14:10 bb * fwanalog.sh: Bugfix in watchguard(): allow two-digit dates:call HomeWok() 2003-01-18 22:30 bb * fwanalog.lng: Updated for Analog 5.30 2003-01-18 22:28 bb * CONTRIBUTORS, README.firewall: Watchguard update 2003-01-18 22:27 bb * fwanalog.analog.conf: remove the invalid N column from the SIZE report 2003-01-18 22:27 bb * fwanalog.sh: New mode for analyzing only yesterday (command line option "-y"); fixes for error conditions (better troubleshooting messages). 2003-01-16 16:43 bb * fwanalog.opts.watchguard: Added to the repository 2003-01-14 17:23 bb * fwanalog.sh: Small comment fix 2003-01-14 17:22 bb * README, README.firewall, fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.pix, fwanalog.opts.solarisipf, fwanalog.opts.zynos, fwanalog.sh, mkrelease.sh, support/mkopts.sh: Added Watchguard Firebox support 2003-01-08 16:52 bb * README, fwanalog.analog.conf.local, fwanalog.sh: Preparing for release 0.6.2 2003-01-04 11:14 bb * fwanalog.sh: Changed another version number; deleted a debug line 2003-01-04 11:10 bb * CONTRIBUTORS: Added Ric Moseley 2003-01-04 11:07 bb * README: Small corrections 2003-01-04 11:03 bb * fwanalog.sh: Process lines with "2x" 2003-01-04 10:59 bb * fwanalog.sh: Processes all usable entries in the Cisco PIX logfile; fake packet length changed to 0 so the size report disappears automatically. 2003-01-03 23:05 bb * fwanalog.sh: New beta version with some support for Cisco PIX firewalls 2003-01-03 23:04 bb * mkrelease.sh: Added fwanalog.opts.pix 2003-01-03 23:02 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.pix, fwanalog.opts.solarisipf, fwanalog.opts.zynos: New support for Cisco PIX firewalls 2003-01-03 23:00 bb * support/mkopts.sh: Added support for Cisco PIX firewall logs 2003-01-03 22:23 bb * fwanalog.analog.conf: The ICMP aliases output the ICMP code in addition to the description 2003-01-03 22:21 bb * README.firewall: Added info about logging from Cisco PIX firewalls 2002-08-06 16:42 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.solarisipf, fwanalog.opts.zynos: Documented some options 2002-08-06 16:42 bb * mkrelease.sh: Generates a GPG signature 2002-05-11 22:24 bb * README, fwanalog.analog.conf, fwanalog.sh: Reversed the changes for "0.6.2" as it turned out that the new feature doesn't work correctly and can't be made to work. Well, it was only 5 hours or so. 2002-05-11 21:19 bb * fwanalog.analog.conf, fwanalog.analog.conf.local: Configuration changes necessary for the port/ICMP type report 2002-05-11 21:15 bb * README, fwanalog.lng, fwanalog.sh: Changes for release 0.6.2 2002-05-11 21:05 bb * support/: mklangfile.de.sh, mklangfile.us.sh: Updated the English and German translation scripts for the new port/ICMP type report. The German script was in a very sucky state. 2002-05-03 21:40 bb * README, fwanalog.analog.conf.local: Changes for 0.6.1 2002-05-03 21:35 bb * fwanalog.sh: Always change the links pointing to separate reports if those exist. 2002-05-03 21:32 bb * mkrelease.sh: Include the new sample script in releases 2002-05-03 21:29 bb * support/daily-report.sh: New: sample script for generating a daily e-mail 2002-05-03 21:22 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.solarisipf, fwanalog.opts.zynos: Generated from the new changed master file 2002-05-03 21:19 bb * fwanalog.opts.master: Some more documentation (-p option) 2002-05-03 21:19 bb * README: 0.6 changes 2002-05-03 20:02 bb * mkrelease.sh: Added new files 2002-04-29 09:12 bb * fwanalog.analog.conf.local: Added the option for including well_known_services.conf 2002-04-29 09:05 bb * support/well_known_ports.conf: Changed the protocol to a wildcard because in some cases the protocol is unknown. Removed some ports because they are in the normal services.conf. 2002-04-29 09:02 bb * services.conf: Added some well known services 2002-04-29 08:33 bb * TODO: Edited the last item so it is in sync with reality 2002-04-29 01:12 bb * fwanalog.sh: Replace only in files that contain the search string (duh!), dramatic speed improvement. Prepared for 0.6. 2002-04-29 01:11 bb * fwanalog.analog.conf: Better output of ICMP now actually works. (The more specific commands need to be before the less specific ones.) 2002-04-28 19:03 bb * fwanalog.analog.conf: Added aliases for ICMP types 2002-04-28 15:36 bb * support/mkservices.conf.sh: Accepts the service file as parameter $1 2002-04-28 15:35 bb * support/well_known_ports.conf: New optional services file with LOTS of more-or-less well-known ports. 2002-03-22 21:39 bb * mkrelease.sh: Writes the current version number into fwanalog.analog.conf.local automagically 2002-03-16 14:47 bb * fwanalog.sh: Fixed the separate reports so they work with onehost=firewall 2002-03-13 17:25 bb * fwanalog.sh: Fixed a sed regexp bug - added A-Z to match uppercase protocol names 2002-03-09 10:53 bb * fwanalog.sh: sed on OpenBSD 3.0 doesn't know s///i so removed it from two places as it was unnecessary 2002-03-08 14:53 bb * TODO: separate reports are done now 2002-03-08 14:32 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.solarisipf, fwanalog.opts.zynos: Documented the sep_* options; find -maxdepth 1 2002-03-08 14:29 bb * README.firewall: Added Matt Christian's howto for setting up ZyXEL/Netgear routers for syslogging for fwanalog 2002-03-08 14:28 bb * CONTRIBUTORS: Added Matt Christian 2002-03-08 14:25 bb * mkrelease.sh: Added the separate README files 2002-03-08 14:24 bb * fwanalog.sh: - Final fixes for 0.6pre - Set sep_* to false if $today_only 2002-03-08 11:24 bb * services.conf, support/mkservices.conf.sh: s/sql*net/sql-net/ to avoid a regexp problem; two new trojans 2002-03-08 10:37 bb * README, README.firewall: New file about configuring the firewall; some documentation for the "create separate reports" function. 2002-03-08 10:09 bb * fwanalog.sh: Small ipf fixes for matching only blocked lines 2002-03-08 10:06 bb * README.sudo: New file explains how to run fwanalog as a normal user instead of root. 2002-03-07 21:28 bb * fwanalog.sh: Fix for IGMP packets in iptables() 2002-03-07 20:41 bb * fwanalog.sh: * Separate packet logs * fix for Solaris: only zegrep for blocked packets, not for passed ones (maybe look at the other regexps for the same problem?) 2002-03-05 16:55 bb * fwanalog.opts.master, fwanalog.sh: packet reports works somewhat 2002-03-04 20:57 bb * fwanalog.sh: Working support for separate host reports 2002-03-04 20:55 bb * fwanalog.analog.conf, fwanalog.analog.conf.local: Moved some formatting options into the local file; small fixes 2002-03-04 20:54 bb * fwanalog.opts.master: Added info about "nice analog" and the configuration option for separate host reports 2002-03-03 16:55 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.solarisipf, fwanalog.opts.zynos: New option file for ZyNOS 2002-03-03 16:54 bb * fwanalog.sh: Support for ZyNOS logs, contributed by Matt Christian. Removed the unused tempfile from the script. 2002-03-03 16:53 bb * support/mkopts.sh: Support for ZyNOS logs 2002-02-23 22:39 bb * fwanalog.sh: Prepared for release 0.5.1 2002-02-23 22:38 bb * TODO, fwanalog.analog.conf, fwanalog.analog.conf.local: Nanofixes 2002-02-23 22:35 bb * fwanalog.lng: Updated version for analog 5.21 2002-02-23 22:35 bb * fwanalog.sh: Better error handling by not ignoring the analog.err file 2002-02-23 22:34 bb * support/trojan-services: Added two more trojans 2002-02-19 14:36 bb * mkrelease.sh: Add TODO to releases 2002-02-19 14:36 bb * TODO: New file for gathering ideas 2002-02-19 14:22 bb * README: More remarks for release 0.5 2002-02-19 14:15 bb * mkrelease.sh: Added to the repository 2002-02-19 14:13 bb * fwanalog.sh: Release of version 0.5 2002-02-19 14:10 bb * CONTRIBUTORS: Added Tilmann Bubeck 2002-02-15 23:34 bb * fwanalog.sh: Small change to avoid a zegrep bug on RedHat 7.1 2002-02-06 10:36 bb * fwanalog.analog.conf: Added two columns that make sense in the log prefix report 2002-02-06 07:44 bb * fwanalog.sh: Corrected the line wrap in solarisipf() 2002-02-06 00:32 bb * README: OpenBSD 3.0 rant added 2002-02-06 00:22 bb * README: Hints for non-free Unix users 2002-02-05 23:47 bb * CONTRIBUTORS, README: Updated for the new version 2002-02-05 23:38 bb * fwanalog.analog.conf, fwanalog.analog.conf.local: Moved the user/log prefix report to fwanalog.analog.conf again 2002-02-05 23:35 bb * fwanalog.sh: Integrated the Solaris and some portability changes 2002-02-05 23:34 bb * services.conf: Re-added the trojan ports 2002-02-05 23:30 bb * support/trojan-services: Added the required quotes 2002-02-05 23:28 bb * support/mkopts.sh: Creates option files from fwanalog.opts.master for each supported architecture 2002-02-05 23:27 bb * support/trojan-services: Common trojan port list in the new services format 2002-02-05 23:10 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.solarisipf: added egrep 2002-02-05 21:55 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.master, fwanalog.opts.openbsd, fwanalog.opts.openbsd3, fwanalog.opts.solarisipf: New version: new constants for some GNU programs; added solarisipf 2002-02-05 21:30 bb * fwanalog.sh: Made it really work on OpenBSD 3.0 2002-02-05 20:29 bb * fwanalog.sh: merged with experimental pf3 version 2002-02-05 18:20 bb * fwanalog.sh: Version 0.5pre: added OpenBSD 3.0's binary format (pf_30), iptables() can now use log prefixes and show them in a special report 2002-02-05 18:15 bb * fwanalog.opts.openbsd, fwanalog.opts.openbsd3: Created using the current mkopts.sh 2002-02-05 18:11 bb * fwanalog.opts.master: Added information about OpenBSD 3.0's pflog. 2002-02-05 17:53 bb * fwanalog.analog.conf, fwanalog.analog.conf.local: Activated the User Report, it is now the Log Prefix report for iptables. (Analog doesn't show it if there aren't any data.) 2002-02-05 17:26 bb * fwanalog.lng: Converted for 0.5 to use log prefix instead of user 2002-02-05 17:24 bb * support/: mklangfile.de.sh, mklangfile.us.sh: Added conversion of user to log prefix 2002-02-02 10:47 bb * services.conf, support/mkservices.conf.sh: The port number is also shown with the service name 2001-11-23 23:30 bb * README: Updated the version number 2001-11-23 23:28 bb * fwanalog.sh: Updated version number 2001-11-23 23:25 bb * fwanalog.sh: Small regexp fixes in iptables() and ipchains() 2001-09-27 22:35 bb * CONTRIBUTORS: Added Eric Duchene 2001-09-27 22:34 bb * README: Fixed stupid description of onehost mode 2001-08-23 15:28 bb * fwanalog.sh: Prepared release 0.4 including the -t option and bugfixes. 2001-08-23 15:13 bb * CONTRIBUTORS: Added jeroen@derks.it 2001-08-23 14:55 bb * fwanalog.sh: Added @ to the OpenBSD grep line to ignore lines with STATE: information. 2001-08-19 10:57 bb * fwanalog.sh: 0.4pre release, determines the new log lines without diff (much faster with large files). 2001-08-19 10:50 bb * fwanalog.analog.conf.local: Removed non-working DIROUTPUTALIIAS 2001-08-18 23:02 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.openbsd: Added some more documentation 2001-08-18 22:59 bb * fwanalog.opts.master: Master configuration file with full documentation of all options 2001-08-18 22:58 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.openbsd: The opts files are now auto-generated from fwanalog.opts.master 2001-08-18 22:39 bb * fwanalog.analog.conf, fwanalog.analog.conf.local: Corrected some options; all user-changeable options are now in fwanalog.analog.conf.local and well-documented. 2001-08-18 22:38 bb * CONTRIBUTORS: Added Maxim Baars 2001-08-18 22:26 bb * README: Removed rotating, added the analog => fwanalog mappings 2001-08-18 12:33 bb * services.conf: Added common trojan ports, contributed by Maxim Baars 2001-08-18 12:32 bb * support/mklangfile.de.sh: Browser => MAC-Adresse(n) 2001-08-18 12:25 bb * support/mklangfile.us.sh: browser => MAC address 2001-08-18 12:24 bb * fwanalog.lng: Converted the current langfile; browser => MAC address 2001-08-05 19:54 bb * fwanalog.sh: Corrected a typo in the OpenBSD regexp. 2001-08-05 15:05 bb * CONTRIBUTORS: fixed a typo in Paolo Denti's e-mail address 2001-08-05 14:26 bb * fwanalog.opts.freebsd, fwanalog.opts.linux22, fwanalog.opts.linux24, fwanalog.opts.openbsd: Added documentation of the new onehost=dynip option 2001-08-05 14:22 bb * fwanalog.sh: Release 0.3: dynip option, bugfixes, ICMP support on Linux 2.4 2001-08-05 14:21 bb * fwanalog.analog.conf: added a DIROUTPUTALIAS for ICMP 2001-08-05 14:21 bb * README: Added the dynip option 2001-08-05 14:19 bb * CONTRIBUTORS: Added the contributors of release 0.3 2001-08-05 10:37 bb * fwanalog.sh: Prepared for release 0.3, one bugfix. 2001-07-09 21:50 bb * fwanalog.opts.freebsd, fwanalog.opts.openbsd: Clarified the available options. 2001-07-09 21:50 bb * fwanalog.sh: Added FreeBSD support. This will be release 0.2.2. 2001-07-09 21:47 bb * fwanalog.opts.freebsd: New configuration file for FreeBSD 2001-05-05 17:44 bb * fwanalog.sh: Updated version history. This is release 0.2.1. 2001-05-05 17:24 bb * README: Updated for release 0.2.1 2001-05-05 17:16 bb * fwanalog.lng: New English language file for Analog 5.0 2001-05-05 17:12 bb * fwanalog.analog.conf: Changes for Analog 5.0 compatibility 2001-05-05 17:11 bb * fwanalog.sh: - iptables (Linux 2.4) regexp works with new logfile format - Fixes for Analog 5.0 compatibility and chart creation 2001-05-05 17:09 bb * fwanalog.analog.conf.local: New in CVS: config file for local settings 2001-04-18 21:47 bb * CONTRIBUTORS, README: Updated documentation. 2001-04-18 21:20 bb * support/mklangfile.de.sh: New conversion script for German language files. 2001-04-18 21:19 bb * README: Updated the documentation. 2001-04-18 20:40 bb * fwanalog.sh: Added support for Linux 2.2 ipchains logs, tested with 17 MB of logs. This will be release 0.2. 2001-04-18 20:38 bb * fwanalog.opts.linux22: New configuration file for Linux 2.2 ipchains. 2001-04-15 17:04 bb * fwanalog.sh: Unnecessary "HTML Conformant!" line and its picture (which causes 404s on web servers) are removed from the created report files. 2001-04-15 17:03 bb * fwanalog.analog.conf: Changed REFOUTPUTALIAS so packets without a port number (e.g. ICMP) aren't shown as "http:///". 2001-04-15 16:40 bb * README: Added section about language files 2001-04-15 16:10 bb * fwanalog.lng: File is now generated automatically from the Analog language file via the support/mklangfile.{language}.sh script. 2001-04-15 15:59 bb * support/mklangfile.us.sh: New script for converting Analog language files from any version to fwanalog language files 2001-04-14 23:57 bb * CONTRIBUTORS: New in CVS 2001-04-14 23:53 bb * support/: mkprotocols.conf.sh, protocols.conf: Removing this file. Analog applies the aliasing rules only once, so this is impossible to use. It was unnecessary, too. 2001-04-14 23:51 bb * support/mkservices.conf.sh: Fixed for the nmap services file 2001-04-14 23:46 bb * services.conf: New file: mappings of popular services, taken from the nmap distribution 2001-04-14 23:45 bb * fwanalog.sh: Added support for the "one host" option; diff uses "-d" to avoid duplicate log entries; small Analog tweaks 2001-04-14 23:43 bb * fwanalog.opts.linux24, fwanalog.opts.openbsd: Changed to /bin/sh; added support for "one host mode"; corrected timezone 2001-04-08 23:31 bb * fwanalog.analog.conf: Added some configuration examples. 2001-04-08 22:54 bb * fwanalog.lng: Clarified the line about unwanted logfile entries. 2001-04-08 22:38 bb * fwanalog.sh: Tested and made runnable on OpenBSD where /bin/sh is ksh. Still works on GNU/Linux' Bash. 2001-04-08 22:37 bb * fwanalog.lng: Small fix for better English (as far as I can tell) 2001-04-08 19:43 bb * README: Additional documentation. 2001-04-08 18:18 bb * support/: mkprotocols.conf.sh, mkservices.conf.sh, protocols.conf: New support directory with optional files. 2001-04-08 18:17 bb * mkservices.conf.sh: Removed mkservices from this directory, moved it to support/. 2001-04-08 18:16 bb * fwanalog.sh: Small fixes; the logformat is now specified in the config file. 2001-04-08 18:15 bb * fwanalog.analog.conf: Changed APACHELOGFORMAT to APACHEDEFAULTLOGFORMAT so it doesn't have to be specified on the command line. 2001-04-08 18:15 bb * README, fwanalog.lng, fwanalog.opts.linux24, fwanalog.opts.openbsd: Documentation fixes 2001-04-08 00:10 bb * mkservices.conf.sh: Adding first revision to CVS. 2001-04-07 21:31 bb * fwanalog.sh: Added mkdir -p outdir to make it easier for the user. 2001-04-07 21:24 bb * README: Adding new documentation to CVS 2001-04-07 21:24 bb * fwanalog.sh: Documentation fix 2001-04-07 20:10 bb * fwanalog.lng: Renamed "blocked requests" to "blocked packets" 2001-04-07 20:02 bb * fwanalog.opts.linux24, fwanalog.opts.openbsd: Added the real directory /var/log instead of a test one 2001-04-07 19:51 bb * fwanalog-dom.tab, fwanalog.analog.conf, fwanalog.lng, fwanalog.opts.linux24, fwanalog.opts.openbsd, fwanalog.sh: Importing first running version fwanalog-0.6.9/README0000644000175000017500000002756210207404234013204 0ustar bbbb00000000000000fwanalog: A firewall log summarizer that uses Analog http://tud.at/programm/fwanalog/ Balázs Bárány, balazs@tud.at Current version: 0.6.9 This program summarizes firewall logs and creates reports from them. There are lots of programs that do this. But they weren't good enough for me: - I use OpenBSD and GNU/Linux, so I need a solution that can handle both. - I want pretty reports, see recent attacks, host names instead of IP addresses, HTML output. - I want a daily report mailed to me, of course in text format. I use the excellent logfile analyzer Analog ( http://www.analog.cx/ ) a lot. It is very flexible. So I thought I could convert firewall logs to web server logs Analog can use. This shell script does exactly that. 1. It parses the firewall log (I can choose which one) and converts it to a logfile that Analog understands. The fields in this file are faked, of course; e.g. the network interface name is the virtual host. 2. It calls Analog with some nice options and so creates different reports: one about all data; one about the last week; one about the current day in HTML format and a short one in ASCII format for a report e-mailed daily. 3. Optionally, it can create a separate report for each host and each blocked packet so you can look at the actions of a "bad guy" or answer the question "who scanned port 443?". Requires: Perl, zegrep, awk, diff, sed, egrep, and of course Analog. Most of these programs should be already installed on any Unix system. You should really have the GNU versions somewhere and configure them in fwanalog.opts. Install Analog: Debian GNU/Linux: "apt-get install analog" Any modern BSD: "cd /usr/ports/www/analog; make" Other GNU/Linux: probably there are RPMs for your distribution Any other OS: Download from http://www.analog.cx/ , compile, install Installation ============ 1. Decompress the distribution in some directory, e.g. /usr/local/fwanalog 2. Symlink, move or copy the fwanalog.opts.{your OS} to "fwanalog.opts" 3. Edit fwanalog.opts if necessary (most settings should be OK, though) 4. If your Analog version is not the newest stable one, find a language file for it in the langfiles/ directory and copy it over fwanalog.lng 5. On a non-free Unix (e.g. Solaris), modifiy the first line of the fwanalog.sh script to "#! /bin/bash" or where your bash or ksh shell is. Also, look if you have the GNU versions of the utilites listed in fwanalog.opts. 6. Execute ./fwanalog.sh 7. There should be some HTML and text reports in the directory you specified in fwanalog.opts ("$outdir"). Customizing =========== You can edit fwanalog.analog.conf.local to suit your taste, e.g. add pretty icons and style sheets, switch reports on and off (however, the deactivated reports don't make much sense with firewall logs). It is better not to edit the master fwanalog.analog.conf yourself as that file probably will be updated by me in the next fwanalog release. You can also edit fwanalog.sh and change the Analog command line options, deactivate reports and create a conversion function for your firewall if it is not supported. It's easy. If you think that your changes made the program better, please send them to me so I can include them in the next version. Troubleshooting =============== Some frequent problems: - The language file doesn't match the Analog version. This can happen with new installations or after an upgrade of Analog or fwanalog. Make sure that you use one the correct version of the language file; the major and the first minor version numbers must match. (E.g. analog 5.32 works with the 5.3 langfile.) - "It works perfectly when called from the command line but not when called from cron!" - Search for differences between your shell's and the cron shell's configuration. The cron path sometimes doesn't include /usr/local/bin where Analog can be etc. If you have a problem with fwanalog, go to the homepage and read through the mailing list archives. Many common problems are already solved there. If not, subscribe to the mailing list and ask there so more people can help you. I don't have time to answer e-mails with problems that can be solved by reading the documentation and/or the knowledge in the mailing list archives. "One host" mode =============== You can set "onehost=" to true in fwanalog.opts if you are analyzing the logs of only one host. This will cause fwanalog to show each packet source host (i.e. attacker) with the ports it tried. However, setting this option loses the information about the target IP address. So don't set this if your firewall protects an entire network. This feature is based on an idea by Kenneth Vestergaard Schmidt, who is also the Debian maintainer for fwanalog. There is also an option "onehost=dynip" based on an idea by Ralph Niere. This is useful if the address of your firewall changes often, e.g. because you are on a dial-up connection with dynamic IPs. Creating separate reports of hosts and packets ============================================== In fwanalog.opts, set sep_hosts and/or sep_packets to true. Note that this will cause analog to run once for each host and each packet in the "current" log. This shouldn't be a problem on a modern machine when fwanalog is run periodically (e.g. once a day). As this processes the current log, it will probably run for a long time when you run fwanalog. If you update from an older version of fwanalog, it will only process the new log entries since the last invocation, so only a few packets and hosts will be linked in the reports. You can call analog with "-a host" or "-p packet" to create a report for a host or a packet you are interested in. In the future, this host or packet will always be linked in the reports. Services ======== fwanalog includes a services.conf file for Analog to convert port numbers like 21 into service names like ftp. If you think that your services list is better, feel free to use support/mkservices.conf.sh with your list. There is also a well_known_services.conf file in support/. It includes lots of port definitions of more-or-less well known ports. You can include that file by simply appending it to services.conf or by editing fwanalog.analog.conf.local to include it. However, so many aliases make analog slower. Creating conversion functions for unsupported firewall formats ============================================================== If your firewall is not supported, please contribute a conversion routine. It is not very hard: 1. Add your format in fwanalog.opts to the known ones. 2. Copy the ipf or iptables function in fwanalog.sh into a new function with the name of your firewall (the same you added to fwanalog.opts). 3. Grep the lines about blocked packets from your firewall log into the fwlog.current file in the output directory 4. Call mkdateconvscript and sed if your log file doesn't contain years. 5. Change the long perl regexp (or use any other tool if you like) so it changes all lines into the faked web server log format. It is not very hard if you know regular expressions. Be careful with \$! Language files ============== Language files define the strings in the fwanalog output. Most versions of analog require language files of a matching version. You might find a language file for your Analog version (and your language, if you prefer) in the langfiles/ subdirectory of the fwanalog distribution. If you have a currently unsupported version of Analog, try the mklangfile scripts in the support/ directory of the fwanalog distribution. Please contribute language files you have created by submitting them to the author. Report mappings =============== fwanalog renames some Analog reports. Not all reports are switched on by default. (See http://www.analog.cx/docs/output.html for details on Analog's reports) Analog report fwanalog report remarks ------------- --------------- ------- GENERAL General summary The first report, gives an overview YEARLY Yearly report Makes sense if you have firewall logs for more than a year QUARTERLY Quarterly report Makes sense if you have firewall logs for more than 3 months MONTHLY Monthly report WEEKLY Weekly report See also the "WEEKBEGINSON" in fwanalog.analog.conf.local DAILYREP Daily report DAILYSUM Daily summary Summary by weekdays HOURLYREP Hourly report HOURLYSUM Hourly summary Summary by hour of day WEEKHOUR Hour of the Week Summary QUARTERREP Quarter-hour report QUARTERSUM Quarter-hour summary FIVEREP Five-minute report FIVESUM Five-minute summary HOST Packet Source Host Which hosts sent the packets that your firewall blocked REDIRHOST - Doesn't make sense with firewall logs FAILHOST - Doesn't make sense with firewall logs ORGANISATION Organization report DOMAIN Domain report top level domains REQUEST - Not used: the directory report is better suited for fwanalog. DIRECTORY Blocked Packet Detailed report of blocked packets. If onehost=false, the target address; if onehost=true, the source address and the target port. FILETYPE - Doesn't make sense with firewall logs SIZE Packet Size Not many variations with some firewall settings PROCTIME Processing time Not very interesting REDIR - Doesn't make sense with firewall logs FAILURE - Doesn't make sense with firewall logs REFERRER Source Port Sometimes interesting, e.g. with port 21 REFSITE - Doesn't make sense with firewall logs SEARCHQUERY - Doesn't make sense with firewall logs SEARCHWORD - Doesn't make sense with firewall logs INTSEARCHQUERY - Doesn't make sense with firewall logs INTSEARCHWORD - Doesn't make sense with firewall logs REDIRREF - Doesn't make sense with firewall logs FAILREF - Doesn't make sense with firewall logs BROWSERREP - MAC Address report (if your firewall logs them) BROWSERSUM - Doesn't make sense with firewall logs OSREP - Would be nice, but no firewall logs it 8-( VHOST Interface Report You can turn it off if you have only one interface REDIRVHOST - Doesn't make sense with firewall logs FAILVHOST - Doesn't make sense with firewall logs USER Log Prefix Report Only with iptables, if you set a log prefix Analog ignores this if it sees no data. REDIRUSER - Doesn't make sense with firewall logs FAILUSER - Doesn't make sense with firewall logs STATUS - Doesn't make sense with firewall logs OpenBSD 3.x problem =================== The developers of the new OpenBSD firewall "pf" decided that they log blocked packets in a binary format instead of a text as usual on Unix. This file can be only read by the OpenBSD version of tcpdump. So, fwanalog must run on the OpenBSD 3.x machine itself in order to process OpenBSD 3.x logfiles. All other logfiles can be handled on each architecture, e.g. a Linux 2.4 machine can process the logfiles of Solaris, or FreeBSD the logs of Linux 2.2 etc. Other documentation =================== See README.firewall for hints on configuring your firewall. See README.sudo for information about running fwanalog as a non-root user. Please mail your suggestions, patches, bugfixes etc. to balazs@tud.at . $Id: README,v 1.30 2004/03/18 16:40:17 bb Exp $ fwanalog-0.6.9/README.firewall0000644000175000017500000001142310207404234014775 0ustar bbbb00000000000000Configuring the firewall for fwanalog ===================================== - Make sure that each dropped packet is logged, only dropped packets are logged (however, some firewalls log this info, so fwanalog can distinguish them itself), and each packet is only logged once. (If you like precise statistics, that is.) Note: The lines "last line repeated X times" in some logfiles are NOT processed by fwanalog. I know that this leads to lower numbers of blocked packets but can't really do anything about it - it would be too hard to parse this with shellscript only. I don't think that this is a huge problem because if a host sends you the same packet so quickly it will stand out in the logs anyway. - It is a good idea to use "--log-prefix some_info_about_the_block" with iptables. Because of a limitation in Analog's username parsing, you can't use spaces in the log prefix. (You *can* use them but fwanalog will only use them until the first space. So "bad in" and "bad out" become "bad". Use "bad_in" and "bad_out".) (Does another firewall support this? I would gladly include this feature for the other ones.) - Some versions of ipf offer to resolve IP addresses and port numbers to hostnames and service names. You shouldn't do this with fwanalog because analog can do it better (and fwanalog won't work at all with such logs because it expects IP addresses and numeric port names). Alternative syslog implementations ================================== There some alternatives to the good old syslog and they have possibly differing log formats. Fwanalog doesn't support those by default because that would mean supporting X different firewall formats multiplied by Y syslog formats and the result would be entirely unmaintable. Here are a few hints on what you can do. - Metalog: One colon (:) before the log message is missing. Find this colon in the regular expression of your firewall function, or pre-process your logs and add the colon on the right place. How to setup syslog on a NETGEAR or ZyXEL Internet Gateway Router's ZyNOS ========================================================================= By Matt Christian Version 1.1 The below instructions assume that you are familiar with telnet and making some Unix configuration changes. If you aren't then you may want to ask a knowledgeable friend for help. 1. Telnet into your router (default: 192.168.0.1 or 192.168.1.1) $ telnet 192.168.0.1 2. Login using your password (default: 1234) Password: **** 3. Navigate the following menus (type in the number and press enter/return) "24. System Maintenance" -> "3. Log and Trace" -> "2. UNIX Syslog" 4. You should see a menu similar to example below: Menu 24.3.2 - System Maintenance - UNIX Syslog Syslog: Active= No Syslog IP Address= Log Facility= Local 1 Types: CDR= No Packet triggered= No Filter log= No PPP log= No 5. Set the following information (follow prompts at bottom of screen) Active = Yes, Syslog IP Address = fwAnalog machine, Log Facility = your choice, CDR = Yes, Packet triggered = Yes, Filter log = Yes, PPP log = Yes 6. At the prompt, press ENTER, ESC, ESC, 99 to exit 7. On the fwAnalog machine (the IP you put in for "Syslog IP Address"), setup your syslog.conf to log the syslog facility (you put in for "Log Facility") to a log file. For example, if you used "Local 1" then your syslog.conf file should contain something like the following: local1.* -/var/log/router.log 8. Restart the syslogd daemon, usually by sending a SIGHUP signal to it. 9. Modify the fwanalog.opts file to pick up this log file (or files if you setup log rotation on this log file). 10. Enjoy! Setting up logging for fwanalog on a Cisco PIX firewall ======================================================= By Ric Moseley On the PIX firewall running version 6.22 I added the following commands to turn logging on. logging on logging timestamp logging console warnings logging buffered warnings logging trap warnings logging history warnings logging facility 20 logging host [] [tcp|udp/port#] Add this to your syslog.conf on the logging host: local4.debug /var/log/firewall Setting up logging for fwanalog on a Watchguard Firebox System 6.1 ================================================================== By Ric Moseley Open up the policy manager and go to 'setup->logging'. Choose the syslog tab and fill in the server IP and the facility. Set up the logging host like for Cisco. $Id: README.firewall,v 1.6 2004/03/18 16:34:45 bb Exp $ fwanalog-0.6.9/README.sudo0000644000175000017500000000412110207404234014137 0ustar bbbb00000000000000Running fwanalog as a normal user, using sudo The problem: usually, only root can access the logfiles with the firewall logs, so fwanalog.sh must be run by root. However, it is a fairly complex shell script, bugs in it could be fatal if exploited. So it would be nice if normal users could run fwanalog.sh. Fortunately, there are some solutions for this. Solution 1: add the user to the admin/wheel/whatever group that can read the logfiles. However, this grants her/him more privileges than are really necessary. Solution 2: use Sudo to grant the user the permission to search for firewall patterns in the system log. As root, type "visudo", this edits /etc/sudoers or wherever it is on your system. Be sure that you read "man sudo" and "man sudoers" before so you know what you do. Add the following lines: # rules for people who can use fwanalog on this machine User_Alias FWANALOG_USERS = {username} Cmnd_Alias FWANALOG_ZEGREP = {zegrep command} {zegrep params} {logfiles} FWANALOG_USERS ALL = NOPASSWD: FWANALOG_ZEGREP {username} should be the name of the user who runs fwanalog {zegrep command} is your zegrep. If you want to be really safe, use the path name, e.g /bin/zegrep {zegrep params} is what fwanalog uses for grepping your logfiles. Look into fwanalog.sh, locate the function that searches the patterns in your logfiles, and copy its command line parameters: -h and the pattern, without the quotes, and without "$inputfiles". {logfiles} should be your logfiles, either as a shell pattern (e.g. /var/log/messages*) or specified directly (e.g. /var/log/messages /var/log/messages.0) For example, my sudoers entry on a Linux 2.4 machine looks like this: User_Alias FWANALOG_USERS = bb Cmnd_Alias FWANALOG_ZEGREP = /bin/zegrep -h IN.+OUT.+SRC.+DST.+LEN.+TTL.+PROTO.+ /var/log/messages* FWANALOG_USERS ALL = NOPASSWD: FWANALOG_ZEGREP Test it by executing "sudo /path/to/zegrep {params} {logfiles}" as the user. If it works, you can modify the "zegrep=..." line in fwanalog.opts to 'zegrep="sudo /path/to/zegrep"'. $Id: README.sudo,v 1.1 2002/03/08 09:06:51 bb Exp $ fwanalog-0.6.9/CONTRIBUTORS0000644000175000017500000000175210207404234014175 0ustar bbbb00000000000000Balázs Bárány (balazs@tud.at) original idea and basic programming Kenneth Vestergaard Schmidt (charon@debian.org) First Debian package, bugfixes, "one host" mode, lots of suggestions Ralph Niere (ralle@ebrn.de) Support for dynamic IPs Paolo Denti (paolo.denti@grapesevision.com) Support for ICMP packets with iptables Maxim Baars (baars@bigfoot.com) Additional port aliases for many backdoors/trojans Jeroen Derks (jeroen@derks.it) -t option for updating only today's log Eric Duchene (eric.duchene@aliquanto.com) README fix Peter Bray (who doesn't want his e-mail address published) Solaris support, portability fixes Tilmann Bubeck (t.bubeck@reinform.de) Suggestion for correcting a zegrep bug on RedHat 7.1 Matt Christian (mattc@visi.com) zynos support, howto for setting up syslogging on Netgear/ZyXEL routers Ric Moseley at ThePlanet.com (ric@theplanet.com) Sponsored Cisco PIX, Watchguard firebox support, logging setup howto Jean-Louis Saint-Dizier Firewall-One support fwanalog-0.6.9/TODO0000644000175000017500000000147410207404234013006 0ustar bbbb00000000000000Ideas etc. that could be implemented in the future $Id: TODO,v 1.4 2002/04/29 06:33:38 bb Exp $ Mail to balazs@tud.at if you have a suggestion. * make it more unix-like (configuration in /etc/, langfiles in /usr/share) ? Isn't this a job for distribution maintainers? + Look at the Debian packages * -v option to show what step is performed * Rewrite in Perl (suggestion from a user) + better performance ? the longest phase is the Analog one, so this wouldn't help much? - I don't know Perl well. * Generating per-host, per-port reports - done in 0.6pre + grep IP addresses and and port numbers from the current part of fwanalog.all.log - run Analog one thousand times, creating an HTML for each object - forget performance ? Configurable threshold (e.g. "only for hosts with at least 5 blocked packets") fwanalog-0.6.9/services.conf0000644000175000017500000040723410207404234015014 0ustar bbbb00000000000000FILEALIAS REGEXPI:^/(.+)/tcp/1/$ "/$1/tcp/tcpmux (1)/" FILEALIAS REGEXPI:^/(.+)/udp/1/$ "/$1/udp/tcpmux (1)/" FILEALIAS REGEXPI:^/(.+)/tcp/2/$ "/$1/tcp/compressnet (2)/" FILEALIAS REGEXPI:^/(.+)/udp/2/$ "/$1/udp/compressnet (2)/" FILEALIAS REGEXPI:^/(.+)/tcp/3/$ "/$1/tcp/compressnet (3)/" FILEALIAS REGEXPI:^/(.+)/udp/3/$ "/$1/udp/compressnet (3)/" FILEALIAS REGEXPI:^/(.+)/tcp/5/$ "/$1/tcp/rje (5)/" FILEALIAS REGEXPI:^/(.+)/udp/5/$ "/$1/udp/rje (5)/" FILEALIAS REGEXPI:^/(.+)/tcp/7/$ "/$1/tcp/echo (7)/" FILEALIAS REGEXPI:^/(.+)/udp/7/$ "/$1/udp/echo (7)/" FILEALIAS REGEXPI:^/(.+)/tcp/9/$ "/$1/tcp/discard (9)/" FILEALIAS REGEXPI:^/(.+)/udp/9/$ "/$1/udp/discard (9)/" FILEALIAS REGEXPI:^/(.+)/tcp/11/$ "/$1/tcp/systat (11)/" FILEALIAS REGEXPI:^/(.+)/udp/11/$ "/$1/udp/systat (11)/" FILEALIAS REGEXPI:^/(.+)/tcp/13/$ "/$1/tcp/daytime (13)/" FILEALIAS REGEXPI:^/(.+)/udp/13/$ "/$1/udp/daytime (13)/" FILEALIAS REGEXPI:^/(.+)/tcp/15/$ "/$1/tcp/netstat (15)/" FILEALIAS REGEXPI:^/(.+)/tcp/17/$ "/$1/tcp/qotd (17)/" FILEALIAS REGEXPI:^/(.+)/udp/17/$ "/$1/udp/qotd (17)/" FILEALIAS REGEXPI:^/(.+)/tcp/18/$ "/$1/tcp/msp (18)/" FILEALIAS REGEXPI:^/(.+)/udp/18/$ "/$1/udp/msp (18)/" FILEALIAS REGEXPI:^/(.+)/tcp/19/$ "/$1/tcp/chargen (19)/" FILEALIAS REGEXPI:^/(.+)/udp/19/$ "/$1/udp/chargen (19)/" FILEALIAS REGEXPI:^/(.+)/tcp/20/$ "/$1/tcp/ftp-data (20)/" FILEALIAS REGEXPI:^/(.+)/udp/20/$ "/$1/udp/ftp-data (20)/" FILEALIAS REGEXPI:^/(.+)/tcp/21/$ "/$1/tcp/ftp (21)/" FILEALIAS REGEXPI:^/(.+)/udp/21/$ "/$1/udp/ftp (21)/" FILEALIAS REGEXPI:^/(.+)/tcp/22/$ "/$1/tcp/ssh (22)/" FILEALIAS REGEXPI:^/(.+)/udp/22/$ "/$1/udp/ssh (22)/" FILEALIAS REGEXPI:^/(.+)/tcp/23/$ "/$1/tcp/telnet (23)/" FILEALIAS REGEXPI:^/(.+)/udp/23/$ "/$1/udp/telnet (23)/" FILEALIAS REGEXPI:^/(.+)/tcp/24/$ "/$1/tcp/priv-mail (24)/" FILEALIAS REGEXPI:^/(.+)/udp/24/$ "/$1/udp/priv-mail (24)/" FILEALIAS REGEXPI:^/(.+)/tcp/25/$ "/$1/tcp/smtp (25)/" FILEALIAS REGEXPI:^/(.+)/udp/25/$ "/$1/udp/smtp (25)/" FILEALIAS REGEXPI:^/(.+)/tcp/27/$ "/$1/tcp/nsw-fe (27)/" FILEALIAS REGEXPI:^/(.+)/udp/27/$ "/$1/udp/nsw-fe (27)/" FILEALIAS REGEXPI:^/(.+)/tcp/29/$ "/$1/tcp/msg-icp (29)/" FILEALIAS REGEXPI:^/(.+)/udp/29/$ "/$1/udp/msg-icp (29)/" FILEALIAS REGEXPI:^/(.+)/tcp/31/$ "/$1/tcp/msg-auth (31)/" FILEALIAS REGEXPI:^/(.+)/udp/31/$ "/$1/udp/msg-auth (31)/" FILEALIAS REGEXPI:^/(.+)/tcp/33/$ "/$1/tcp/dsp (33)/" FILEALIAS REGEXPI:^/(.+)/udp/33/$ "/$1/udp/dsp (33)/" FILEALIAS REGEXPI:^/(.+)/tcp/35/$ "/$1/tcp/priv-print (35)/" FILEALIAS REGEXPI:^/(.+)/udp/35/$ "/$1/udp/priv-print (35)/" FILEALIAS REGEXPI:^/(.+)/tcp/37/$ "/$1/tcp/time (37)/" FILEALIAS REGEXPI:^/(.+)/udp/37/$ "/$1/udp/time (37)/" FILEALIAS REGEXPI:^/(.+)/tcp/38/$ "/$1/tcp/rap (38)/" FILEALIAS REGEXPI:^/(.+)/udp/38/$ "/$1/udp/rap (38)/" FILEALIAS REGEXPI:^/(.+)/tcp/39/$ "/$1/tcp/rlp (39)/" FILEALIAS REGEXPI:^/(.+)/udp/39/$ "/$1/udp/rlp (39)/" FILEALIAS REGEXPI:^/(.+)/tcp/41/$ "/$1/tcp/graphics (41)/" FILEALIAS REGEXPI:^/(.+)/udp/41/$ "/$1/udp/graphics (41)/" FILEALIAS REGEXPI:^/(.+)/tcp/42/$ "/$1/tcp/nameserver (42)/" FILEALIAS REGEXPI:^/(.+)/udp/42/$ "/$1/udp/nameserver (42)/" FILEALIAS REGEXPI:^/(.+)/tcp/43/$ "/$1/tcp/whois (43)/" FILEALIAS REGEXPI:^/(.+)/udp/43/$ "/$1/udp/shois (43)/" FILEALIAS REGEXPI:^/(.+)/tcp/44/$ "/$1/tcp/mpm-flags (44)/" FILEALIAS REGEXPI:^/(.+)/udp/44/$ "/$1/udp/mpm-flags (44)/" FILEALIAS REGEXPI:^/(.+)/tcp/45/$ "/$1/tcp/mpm (45)/" FILEALIAS REGEXPI:^/(.+)/udp/45/$ "/$1/udp/mpm (45)/" FILEALIAS REGEXPI:^/(.+)/tcp/46/$ "/$1/tcp/mpm-snd (46)/" FILEALIAS REGEXPI:^/(.+)/udp/46/$ "/$1/udp/mpm-snd (46)/" FILEALIAS REGEXPI:^/(.+)/tcp/47/$ "/$1/tcp/ni-ftp (47)/" FILEALIAS REGEXPI:^/(.+)/udp/47/$ "/$1/udp/ni-ftp (47)/" FILEALIAS REGEXPI:^/(.+)/tcp/48/$ "/$1/tcp/auditd (48)/" FILEALIAS REGEXPI:^/(.+)/udp/48/$ "/$1/udp/auditd (48)/" FILEALIAS REGEXPI:^/(.+)/tcp/49/$ "/$1/tcp/tacacs (49)/" FILEALIAS REGEXPI:^/(.+)/udp/49/$ "/$1/udp/tacacs (49)/" FILEALIAS REGEXPI:^/(.+)/tcp/50/$ "/$1/tcp/re-mail-ck (50)/" FILEALIAS REGEXPI:^/(.+)/udp/50/$ "/$1/udp/re-mail-ck (50)/" FILEALIAS REGEXPI:^/(.+)/tcp/51/$ "/$1/tcp/la-maint (51)/" FILEALIAS REGEXPI:^/(.+)/udp/51/$ "/$1/udp/la-maint (51)/" FILEALIAS REGEXPI:^/(.+)/tcp/52/$ "/$1/tcp/xns-time (52)/" FILEALIAS REGEXPI:^/(.+)/udp/52/$ "/$1/udp/xns-time (52)/" FILEALIAS REGEXPI:^/(.+)/tcp/53/$ "/$1/tcp/domain (53)/" FILEALIAS REGEXPI:^/(.+)/udp/53/$ "/$1/udp/domain (53)/" FILEALIAS REGEXPI:^/(.+)/tcp/54/$ "/$1/tcp/xns-ch (54)/" FILEALIAS REGEXPI:^/(.+)/udp/54/$ "/$1/udp/xns-ch (54)/" FILEALIAS REGEXPI:^/(.+)/tcp/55/$ "/$1/tcp/isi-gl (55)/" FILEALIAS REGEXPI:^/(.+)/udp/55/$ "/$1/udp/isi-gl (55)/" FILEALIAS REGEXPI:^/(.+)/tcp/56/$ "/$1/tcp/xns-auth (56)/" FILEALIAS REGEXPI:^/(.+)/udp/56/$ "/$1/udp/xns-auth (56)/" FILEALIAS REGEXPI:^/(.+)/tcp/57/$ "/$1/tcp/priv-term (57)/" FILEALIAS REGEXPI:^/(.+)/udp/57/$ "/$1/udp/priv-term (57)/" FILEALIAS REGEXPI:^/(.+)/tcp/58/$ "/$1/tcp/xns-mail (58)/" FILEALIAS REGEXPI:^/(.+)/udp/58/$ "/$1/udp/xns-mail (58)/" FILEALIAS REGEXPI:^/(.+)/tcp/59/$ "/$1/tcp/priv-file (59)/" FILEALIAS REGEXPI:^/(.+)/udp/59/$ "/$1/udp/priv-file (59)/" FILEALIAS REGEXPI:^/(.+)/tcp/61/$ "/$1/tcp/ni-mail (61)/" FILEALIAS REGEXPI:^/(.+)/udp/61/$ "/$1/udp/ni-mail (61)/" FILEALIAS REGEXPI:^/(.+)/tcp/62/$ "/$1/tcp/acas (62)/" FILEALIAS REGEXPI:^/(.+)/udp/62/$ "/$1/udp/acas (62)/" FILEALIAS REGEXPI:^/(.+)/tcp/63/$ "/$1/tcp/via-ftp (63)/" FILEALIAS REGEXPI:^/(.+)/udp/63/$ "/$1/udp/via-ftp (63)/" FILEALIAS REGEXPI:^/(.+)/tcp/64/$ "/$1/tcp/covia (64)/" FILEALIAS REGEXPI:^/(.+)/udp/64/$ "/$1/udp/covia (64)/" FILEALIAS REGEXPI:^/(.+)/tcp/65/$ "/$1/tcp/tacacs-ds (65)/" FILEALIAS REGEXPI:^/(.+)/udp/65/$ "/$1/udp/tacacs-ds (65)/" FILEALIAS REGEXPI:^/(.+)/tcp/66/$ "/$1/tcp/sql-net (66)/" FILEALIAS REGEXPI:^/(.+)/udp/66/$ "/$1/udp/sql-net (66)/" FILEALIAS REGEXPI:^/(.+)/tcp/67/$ "/$1/tcp/bootps (67)/" FILEALIAS REGEXPI:^/(.+)/udp/67/$ "/$1/udp/bootps (67)/" FILEALIAS REGEXPI:^/(.+)/tcp/68/$ "/$1/tcp/bootpc (68)/" FILEALIAS REGEXPI:^/(.+)/udp/68/$ "/$1/udp/bootpc (68)/" FILEALIAS REGEXPI:^/(.+)/tcp/69/$ "/$1/tcp/tftp (69)/" FILEALIAS REGEXPI:^/(.+)/udp/69/$ "/$1/udp/tftp (69)/" FILEALIAS REGEXPI:^/(.+)/tcp/70/$ "/$1/tcp/gopher (70)/" FILEALIAS REGEXPI:^/(.+)/udp/70/$ "/$1/udp/gopher (70)/" FILEALIAS REGEXPI:^/(.+)/tcp/71/$ "/$1/tcp/netrjs-1 (71)/" FILEALIAS REGEXPI:^/(.+)/udp/71/$ "/$1/udp/netrjs-1 (71)/" FILEALIAS REGEXPI:^/(.+)/tcp/72/$ "/$1/tcp/netrjs-2 (72)/" FILEALIAS REGEXPI:^/(.+)/udp/72/$ "/$1/udp/netrjs-2 (72)/" FILEALIAS REGEXPI:^/(.+)/tcp/73/$ "/$1/tcp/netrjs-3 (73)/" FILEALIAS REGEXPI:^/(.+)/udp/73/$ "/$1/udp/netrjs-3 (73)/" FILEALIAS REGEXPI:^/(.+)/tcp/74/$ "/$1/tcp/netrjs-4 (74)/" FILEALIAS REGEXPI:^/(.+)/udp/74/$ "/$1/udp/netrjs-4 (74)/" FILEALIAS REGEXPI:^/(.+)/tcp/75/$ "/$1/tcp/priv-dial (75)/" FILEALIAS REGEXPI:^/(.+)/udp/75/$ "/$1/udp/priv-dial (75)/" FILEALIAS REGEXPI:^/(.+)/tcp/76/$ "/$1/tcp/deos (76)/" FILEALIAS REGEXPI:^/(.+)/udp/76/$ "/$1/udp/deos (76)/" FILEALIAS REGEXPI:^/(.+)/tcp/77/$ "/$1/tcp/priv-rje (77)/" FILEALIAS REGEXPI:^/(.+)/udp/77/$ "/$1/udp/priv-rje (77)/" FILEALIAS REGEXPI:^/(.+)/tcp/78/$ "/$1/tcp/vettcp (78)/" FILEALIAS REGEXPI:^/(.+)/udp/78/$ "/$1/udp/vettcp (78)/" FILEALIAS REGEXPI:^/(.+)/tcp/79/$ "/$1/tcp/finger (79)/" FILEALIAS REGEXPI:^/(.+)/udp/79/$ "/$1/udp/finger (79)/" FILEALIAS REGEXPI:^/(.+)/tcp/80/$ "/$1/tcp/http (80)/" FILEALIAS REGEXPI:^/(.+)/udp/80/$ "/$1/udp/http (80)/" FILEALIAS REGEXPI:^/(.+)/tcp/81/$ "/$1/tcp/hosts2-ns (81)/" FILEALIAS REGEXPI:^/(.+)/udp/81/$ "/$1/udp/hosts2-ns (81)/" FILEALIAS REGEXPI:^/(.+)/tcp/82/$ "/$1/tcp/xfer (82)/" FILEALIAS REGEXPI:^/(.+)/udp/82/$ "/$1/udp/xfer (82)/" FILEALIAS REGEXPI:^/(.+)/tcp/83/$ "/$1/tcp/mit-ml-dev (83)/" FILEALIAS REGEXPI:^/(.+)/udp/83/$ "/$1/udp/mit-ml-dev (83)/" FILEALIAS REGEXPI:^/(.+)/tcp/84/$ "/$1/tcp/ctf (84)/" FILEALIAS REGEXPI:^/(.+)/udp/84/$ "/$1/udp/ctf (84)/" FILEALIAS REGEXPI:^/(.+)/tcp/85/$ "/$1/tcp/mit-ml-dev (85)/" FILEALIAS REGEXPI:^/(.+)/udp/85/$ "/$1/udp/mit-ml-dev (85)/" FILEALIAS REGEXPI:^/(.+)/tcp/86/$ "/$1/tcp/mfcobol (86)/" FILEALIAS REGEXPI:^/(.+)/udp/86/$ "/$1/udp/mfcobol (86)/" FILEALIAS REGEXPI:^/(.+)/tcp/87/$ "/$1/tcp/priv-term-l (87)/" FILEALIAS REGEXPI:^/(.+)/tcp/88/$ "/$1/tcp/kerberos-sec (88)/" FILEALIAS REGEXPI:^/(.+)/udp/88/$ "/$1/udp/kerberos-sec (88)/" FILEALIAS REGEXPI:^/(.+)/tcp/89/$ "/$1/tcp/su-mit-tg (89)/" FILEALIAS REGEXPI:^/(.+)/udp/89/$ "/$1/udp/su-mit-tg (89)/" FILEALIAS REGEXPI:^/(.+)/tcp/90/$ "/$1/tcp/dnsix (90)/" FILEALIAS REGEXPI:^/(.+)/udp/90/$ "/$1/udp/dnsix (90)/" FILEALIAS REGEXPI:^/(.+)/tcp/91/$ "/$1/tcp/mit-dov (91)/" FILEALIAS REGEXPI:^/(.+)/udp/91/$ "/$1/udp/mit-dov (91)/" FILEALIAS REGEXPI:^/(.+)/tcp/92/$ "/$1/tcp/npp (92)/" FILEALIAS REGEXPI:^/(.+)/udp/92/$ "/$1/udp/npp (92)/" FILEALIAS REGEXPI:^/(.+)/tcp/93/$ "/$1/tcp/dcp (93)/" FILEALIAS REGEXPI:^/(.+)/udp/93/$ "/$1/udp/dcp (93)/" FILEALIAS REGEXPI:^/(.+)/tcp/94/$ "/$1/tcp/objcall (94)/" FILEALIAS REGEXPI:^/(.+)/udp/94/$ "/$1/udp/objcall (94)/" FILEALIAS REGEXPI:^/(.+)/tcp/95/$ "/$1/tcp/supdup (95)/" FILEALIAS REGEXPI:^/(.+)/udp/95/$ "/$1/udp/supdup (95)/" FILEALIAS REGEXPI:^/(.+)/tcp/96/$ "/$1/tcp/dixie (96)/" FILEALIAS REGEXPI:^/(.+)/udp/96/$ "/$1/udp/dixie (96)/" FILEALIAS REGEXPI:^/(.+)/tcp/97/$ "/$1/tcp/swift-rvf (97)/" FILEALIAS REGEXPI:^/(.+)/udp/97/$ "/$1/udp/swift-rvf (97)/" FILEALIAS REGEXPI:^/(.+)/tcp/98/$ "/$1/tcp/linuxconf (98)/" FILEALIAS REGEXPI:^/(.+)/udp/98/$ "/$1/udp/tacnews (98)/" FILEALIAS REGEXPI:^/(.+)/tcp/99/$ "/$1/tcp/metagram (99)/" FILEALIAS REGEXPI:^/(.+)/udp/99/$ "/$1/udp/metagram (99)/" FILEALIAS REGEXPI:^/(.+)/tcp/100/$ "/$1/tcp/newacct (100)/" FILEALIAS REGEXPI:^/(.+)/tcp/101/$ "/$1/tcp/hostname (101)/" FILEALIAS REGEXPI:^/(.+)/udp/101/$ "/$1/udp/hostname (101)/" FILEALIAS REGEXPI:^/(.+)/tcp/102/$ "/$1/tcp/iso-tsap (102)/" FILEALIAS REGEXPI:^/(.+)/udp/102/$ "/$1/udp/iso-tsap (102)/" FILEALIAS REGEXPI:^/(.+)/tcp/103/$ "/$1/tcp/gppitnp (103)/" FILEALIAS REGEXPI:^/(.+)/udp/103/$ "/$1/udp/gppitnp (103)/" FILEALIAS REGEXPI:^/(.+)/tcp/104/$ "/$1/tcp/acr-nema (104)/" FILEALIAS REGEXPI:^/(.+)/udp/104/$ "/$1/udp/acr-nema (104)/" FILEALIAS REGEXPI:^/(.+)/tcp/105/$ "/$1/tcp/csnet-ns (105)/" FILEALIAS REGEXPI:^/(.+)/udp/105/$ "/$1/udp/csnet-ns (105)/" FILEALIAS REGEXPI:^/(.+)/tcp/106/$ "/$1/tcp/pop3pw (106)/" FILEALIAS REGEXPI:^/(.+)/udp/106/$ "/$1/udp/3com-tsmux (106)/" FILEALIAS REGEXPI:^/(.+)/tcp/107/$ "/$1/tcp/rtelnet (107)/" FILEALIAS REGEXPI:^/(.+)/udp/107/$ "/$1/udp/rtelnet (107)/" FILEALIAS REGEXPI:^/(.+)/tcp/108/$ "/$1/tcp/snagas (108)/" FILEALIAS REGEXPI:^/(.+)/udp/108/$ "/$1/udp/snagas (108)/" FILEALIAS REGEXPI:^/(.+)/tcp/109/$ "/$1/tcp/pop-2 (109)/" FILEALIAS REGEXPI:^/(.+)/udp/109/$ "/$1/udp/pop-2 (109)/" FILEALIAS REGEXPI:^/(.+)/tcp/110/$ "/$1/tcp/pop-3 (110)/" FILEALIAS REGEXPI:^/(.+)/udp/110/$ "/$1/udp/pop-3 (110)/" FILEALIAS REGEXPI:^/(.+)/tcp/111/$ "/$1/tcp/sunrpc (111)/" FILEALIAS REGEXPI:^/(.+)/udp/111/$ "/$1/udp/sunrpc (111)/" FILEALIAS REGEXPI:^/(.+)/tcp/112/$ "/$1/tcp/mcidas (112)/" FILEALIAS REGEXPI:^/(.+)/udp/112/$ "/$1/udp/mcidas (112)/" FILEALIAS REGEXPI:^/(.+)/tcp/113/$ "/$1/tcp/auth (113)/" FILEALIAS REGEXPI:^/(.+)/udp/113/$ "/$1/udp/auth (113)/" FILEALIAS REGEXPI:^/(.+)/tcp/114/$ "/$1/tcp/audionews (114)/" FILEALIAS REGEXPI:^/(.+)/udp/114/$ "/$1/udp/audionews (114)/" FILEALIAS REGEXPI:^/(.+)/tcp/115/$ "/$1/tcp/sftp (115)/" FILEALIAS REGEXPI:^/(.+)/udp/115/$ "/$1/udp/sftp (115)/" FILEALIAS REGEXPI:^/(.+)/tcp/116/$ "/$1/tcp/ansanotify (116)/" FILEALIAS REGEXPI:^/(.+)/udp/116/$ "/$1/udp/ansanotify (116)/" FILEALIAS REGEXPI:^/(.+)/tcp/117/$ "/$1/tcp/uucp-path (117)/" FILEALIAS REGEXPI:^/(.+)/udp/117/$ "/$1/udp/uucp-path (117)/" FILEALIAS REGEXPI:^/(.+)/tcp/118/$ "/$1/tcp/sqlserv (118)/" FILEALIAS REGEXPI:^/(.+)/udp/118/$ "/$1/udp/sqlserv (118)/" FILEALIAS REGEXPI:^/(.+)/tcp/119/$ "/$1/tcp/nntp (119)/" FILEALIAS REGEXPI:^/(.+)/udp/119/$ "/$1/udp/nntp (119)/" FILEALIAS REGEXPI:^/(.+)/tcp/120/$ "/$1/tcp/cfdptkt (120)/" FILEALIAS REGEXPI:^/(.+)/udp/120/$ "/$1/udp/cfdptkt (120)/" FILEALIAS REGEXPI:^/(.+)/tcp/121/$ "/$1/tcp/erpc (121)/" FILEALIAS REGEXPI:^/(.+)/udp/121/$ "/$1/udp/erpc (121)/" FILEALIAS REGEXPI:^/(.+)/tcp/122/$ "/$1/tcp/smakynet (122)/" FILEALIAS REGEXPI:^/(.+)/udp/122/$ "/$1/udp/smakynet (122)/" FILEALIAS REGEXPI:^/(.+)/tcp/123/$ "/$1/tcp/ntp (123)/" FILEALIAS REGEXPI:^/(.+)/udp/123/$ "/$1/udp/ntp (123)/" FILEALIAS REGEXPI:^/(.+)/tcp/124/$ "/$1/tcp/ansatrader (124)/" FILEALIAS REGEXPI:^/(.+)/udp/124/$ "/$1/udp/ansatrader (124)/" FILEALIAS REGEXPI:^/(.+)/tcp/125/$ "/$1/tcp/locus-map (125)/" FILEALIAS REGEXPI:^/(.+)/udp/125/$ "/$1/udp/locus-map (125)/" FILEALIAS REGEXPI:^/(.+)/tcp/126/$ "/$1/tcp/unitary (126)/" FILEALIAS REGEXPI:^/(.+)/udp/126/$ "/$1/udp/unitary (126)/" FILEALIAS REGEXPI:^/(.+)/tcp/127/$ "/$1/tcp/locus-con (127)/" FILEALIAS REGEXPI:^/(.+)/udp/127/$ "/$1/udp/locus-con (127)/" FILEALIAS REGEXPI:^/(.+)/tcp/128/$ "/$1/tcp/gss-xlicen (128)/" FILEALIAS REGEXPI:^/(.+)/udp/128/$ "/$1/udp/gss-xlicen (128)/" FILEALIAS REGEXPI:^/(.+)/tcp/129/$ "/$1/tcp/pwdgen (129)/" FILEALIAS REGEXPI:^/(.+)/udp/129/$ "/$1/udp/pwdgen (129)/" FILEALIAS REGEXPI:^/(.+)/tcp/130/$ "/$1/tcp/cisco-fna (130)/" FILEALIAS REGEXPI:^/(.+)/udp/130/$ "/$1/udp/cisco-fna (130)/" FILEALIAS REGEXPI:^/(.+)/tcp/131/$ "/$1/tcp/cisco-tna (131)/" FILEALIAS REGEXPI:^/(.+)/udp/131/$ "/$1/udp/cisco-tna (131)/" FILEALIAS REGEXPI:^/(.+)/tcp/132/$ "/$1/tcp/cisco-sys (132)/" FILEALIAS REGEXPI:^/(.+)/udp/132/$ "/$1/udp/cisco-sys (132)/" FILEALIAS REGEXPI:^/(.+)/tcp/133/$ "/$1/tcp/statsrv (133)/" FILEALIAS REGEXPI:^/(.+)/udp/133/$ "/$1/udp/statsrv (133)/" FILEALIAS REGEXPI:^/(.+)/tcp/134/$ "/$1/tcp/ingres-net (134)/" FILEALIAS REGEXPI:^/(.+)/udp/134/$ "/$1/udp/ingres-net (134)/" FILEALIAS REGEXPI:^/(.+)/tcp/135/$ "/$1/tcp/loc-srv (135)/" FILEALIAS REGEXPI:^/(.+)/udp/135/$ "/$1/udp/loc-srv (135)/" FILEALIAS REGEXPI:^/(.+)/tcp/136/$ "/$1/tcp/profile (136)/" FILEALIAS REGEXPI:^/(.+)/udp/136/$ "/$1/udp/profile (136)/" FILEALIAS REGEXPI:^/(.+)/tcp/137/$ "/$1/tcp/netbios-ns (137)/" FILEALIAS REGEXPI:^/(.+)/udp/137/$ "/$1/udp/netbios-ns (137)/" FILEALIAS REGEXPI:^/(.+)/tcp/138/$ "/$1/tcp/netbios-dgm (138)/" FILEALIAS REGEXPI:^/(.+)/udp/138/$ "/$1/udp/netbios-dgm (138)/" FILEALIAS REGEXPI:^/(.+)/tcp/139/$ "/$1/tcp/netbios-ssn (139)/" FILEALIAS REGEXPI:^/(.+)/udp/139/$ "/$1/udp/netbios-ssn (139)/" FILEALIAS REGEXPI:^/(.+)/tcp/140/$ "/$1/tcp/emfis-data (140)/" FILEALIAS REGEXPI:^/(.+)/udp/140/$ "/$1/udp/emfis-data (140)/" FILEALIAS REGEXPI:^/(.+)/tcp/141/$ "/$1/tcp/emfis-cntl (141)/" FILEALIAS REGEXPI:^/(.+)/udp/141/$ "/$1/udp/emfis-cntl (141)/" FILEALIAS REGEXPI:^/(.+)/tcp/142/$ "/$1/tcp/bl-idm (142)/" FILEALIAS REGEXPI:^/(.+)/udp/142/$ "/$1/udp/bl-idm (142)/" FILEALIAS REGEXPI:^/(.+)/tcp/143/$ "/$1/tcp/imap2 (143)/" FILEALIAS REGEXPI:^/(.+)/udp/143/$ "/$1/udp/imap2 (143)/" FILEALIAS REGEXPI:^/(.+)/tcp/144/$ "/$1/tcp/news (144)/" FILEALIAS REGEXPI:^/(.+)/udp/144/$ "/$1/udp/news (144)/" FILEALIAS REGEXPI:^/(.+)/tcp/145/$ "/$1/tcp/uaac (145)/" FILEALIAS REGEXPI:^/(.+)/udp/145/$ "/$1/udp/uaac (145)/" FILEALIAS REGEXPI:^/(.+)/tcp/146/$ "/$1/tcp/iso-tp0 (146)/" FILEALIAS REGEXPI:^/(.+)/udp/146/$ "/$1/udp/iso-tp0 (146)/" FILEALIAS REGEXPI:^/(.+)/tcp/147/$ "/$1/tcp/iso-ip (147)/" FILEALIAS REGEXPI:^/(.+)/udp/147/$ "/$1/udp/iso-ip (147)/" FILEALIAS REGEXPI:^/(.+)/tcp/148/$ "/$1/tcp/cronus (148)/" FILEALIAS REGEXPI:^/(.+)/udp/148/$ "/$1/udp/cronus (148)/" FILEALIAS REGEXPI:^/(.+)/tcp/149/$ "/$1/tcp/aed-512 (149)/" FILEALIAS REGEXPI:^/(.+)/udp/149/$ "/$1/udp/aed-512 (149)/" FILEALIAS REGEXPI:^/(.+)/tcp/150/$ "/$1/tcp/sql-net (150)/" FILEALIAS REGEXPI:^/(.+)/udp/150/$ "/$1/udp/sql-net (150)/" FILEALIAS REGEXPI:^/(.+)/tcp/151/$ "/$1/tcp/hems (151)/" FILEALIAS REGEXPI:^/(.+)/udp/151/$ "/$1/udp/hems (151)/" FILEALIAS REGEXPI:^/(.+)/tcp/152/$ "/$1/tcp/bftp (152)/" FILEALIAS REGEXPI:^/(.+)/udp/152/$ "/$1/udp/bftp (152)/" FILEALIAS REGEXPI:^/(.+)/tcp/153/$ "/$1/tcp/sgmp (153)/" FILEALIAS REGEXPI:^/(.+)/udp/153/$ "/$1/udp/sgmp (153)/" FILEALIAS REGEXPI:^/(.+)/tcp/154/$ "/$1/tcp/netsc-prod (154)/" FILEALIAS REGEXPI:^/(.+)/udp/154/$ "/$1/udp/netsc-prod (154)/" FILEALIAS REGEXPI:^/(.+)/tcp/155/$ "/$1/tcp/netsc-dev (155)/" FILEALIAS REGEXPI:^/(.+)/udp/155/$ "/$1/udp/netsc-dev (155)/" FILEALIAS REGEXPI:^/(.+)/tcp/156/$ "/$1/tcp/sqlsrv (156)/" FILEALIAS REGEXPI:^/(.+)/udp/156/$ "/$1/udp/sqlsrv (156)/" FILEALIAS REGEXPI:^/(.+)/tcp/157/$ "/$1/tcp/knet-cmp (157)/" FILEALIAS REGEXPI:^/(.+)/udp/157/$ "/$1/udp/knet-cmp (157)/" FILEALIAS REGEXPI:^/(.+)/tcp/158/$ "/$1/tcp/pcmail-srv (158)/" FILEALIAS REGEXPI:^/(.+)/udp/158/$ "/$1/udp/pcmail-srv (158)/" FILEALIAS REGEXPI:^/(.+)/tcp/159/$ "/$1/tcp/nss-routing (159)/" FILEALIAS REGEXPI:^/(.+)/udp/159/$ "/$1/udp/nss-routing (159)/" FILEALIAS REGEXPI:^/(.+)/tcp/160/$ "/$1/tcp/sgmp-traps (160)/" FILEALIAS REGEXPI:^/(.+)/udp/160/$ "/$1/udp/sgmp-traps (160)/" FILEALIAS REGEXPI:^/(.+)/tcp/161/$ "/$1/tcp/snmp (161)/" FILEALIAS REGEXPI:^/(.+)/udp/161/$ "/$1/udp/snmp (161)/" FILEALIAS REGEXPI:^/(.+)/tcp/162/$ "/$1/tcp/snmptrap (162)/" FILEALIAS REGEXPI:^/(.+)/udp/162/$ "/$1/udp/snmptrap (162)/" FILEALIAS REGEXPI:^/(.+)/tcp/163/$ "/$1/tcp/cmip-man (163)/" FILEALIAS REGEXPI:^/(.+)/udp/163/$ "/$1/udp/cmip-man (163)/" FILEALIAS REGEXPI:^/(.+)/tcp/164/$ "/$1/tcp/cmip-agent (164)/" FILEALIAS REGEXPI:^/(.+)/udp/164/$ "/$1/udp/smip-agent (164)/" FILEALIAS REGEXPI:^/(.+)/tcp/165/$ "/$1/tcp/xns-courier (165)/" FILEALIAS REGEXPI:^/(.+)/udp/165/$ "/$1/udp/xns-courier (165)/" FILEALIAS REGEXPI:^/(.+)/tcp/166/$ "/$1/tcp/s-net (166)/" FILEALIAS REGEXPI:^/(.+)/udp/166/$ "/$1/udp/s-net (166)/" FILEALIAS REGEXPI:^/(.+)/tcp/167/$ "/$1/tcp/namp (167)/" FILEALIAS REGEXPI:^/(.+)/udp/167/$ "/$1/udp/namp (167)/" FILEALIAS REGEXPI:^/(.+)/tcp/168/$ "/$1/tcp/rsvd (168)/" FILEALIAS REGEXPI:^/(.+)/udp/168/$ "/$1/udp/rsvd (168)/" FILEALIAS REGEXPI:^/(.+)/tcp/169/$ "/$1/tcp/send (169)/" FILEALIAS REGEXPI:^/(.+)/udp/169/$ "/$1/udp/send (169)/" FILEALIAS REGEXPI:^/(.+)/tcp/170/$ "/$1/tcp/print-srv (170)/" FILEALIAS REGEXPI:^/(.+)/udp/170/$ "/$1/udp/print-srv (170)/" FILEALIAS REGEXPI:^/(.+)/tcp/171/$ "/$1/tcp/multiplex (171)/" FILEALIAS REGEXPI:^/(.+)/udp/171/$ "/$1/udp/multiplex (171)/" FILEALIAS REGEXPI:^/(.+)/tcp/172/$ "/$1/tcp/cl-1 (172)/" FILEALIAS REGEXPI:^/(.+)/udp/172/$ "/$1/udp/cl-1 (172)/" FILEALIAS REGEXPI:^/(.+)/tcp/173/$ "/$1/tcp/xyplex-mux (173)/" FILEALIAS REGEXPI:^/(.+)/udp/173/$ "/$1/udp/xyplex-mux (173)/" FILEALIAS REGEXPI:^/(.+)/tcp/174/$ "/$1/tcp/mailq (174)/" FILEALIAS REGEXPI:^/(.+)/udp/174/$ "/$1/udp/mailq (174)/" FILEALIAS REGEXPI:^/(.+)/tcp/175/$ "/$1/tcp/vmnet (175)/" FILEALIAS REGEXPI:^/(.+)/udp/175/$ "/$1/udp/vmnet (175)/" FILEALIAS REGEXPI:^/(.+)/tcp/176/$ "/$1/tcp/genrad-mux (176)/" FILEALIAS REGEXPI:^/(.+)/udp/176/$ "/$1/udp/genrad-mux (176)/" FILEALIAS REGEXPI:^/(.+)/tcp/177/$ "/$1/tcp/xdmcp (177)/" FILEALIAS REGEXPI:^/(.+)/udp/177/$ "/$1/udp/xdmcp (177)/" FILEALIAS REGEXPI:^/(.+)/tcp/178/$ "/$1/tcp/nextstep (178)/" FILEALIAS REGEXPI:^/(.+)/udp/178/$ "/$1/udp/nextstep (178)/" FILEALIAS REGEXPI:^/(.+)/tcp/179/$ "/$1/tcp/bgp (179)/" FILEALIAS REGEXPI:^/(.+)/udp/179/$ "/$1/udp/bgp (179)/" FILEALIAS REGEXPI:^/(.+)/tcp/180/$ "/$1/tcp/ris (180)/" FILEALIAS REGEXPI:^/(.+)/udp/180/$ "/$1/udp/ris (180)/" FILEALIAS REGEXPI:^/(.+)/tcp/181/$ "/$1/tcp/unify (181)/" FILEALIAS REGEXPI:^/(.+)/udp/181/$ "/$1/udp/unify (181)/" FILEALIAS REGEXPI:^/(.+)/tcp/182/$ "/$1/tcp/audit (182)/" FILEALIAS REGEXPI:^/(.+)/udp/182/$ "/$1/udp/audit (182)/" FILEALIAS REGEXPI:^/(.+)/tcp/183/$ "/$1/tcp/ocbinder (183)/" FILEALIAS REGEXPI:^/(.+)/udp/183/$ "/$1/udp/ocbinder (183)/" FILEALIAS REGEXPI:^/(.+)/tcp/184/$ "/$1/tcp/ocserver (184)/" FILEALIAS REGEXPI:^/(.+)/udp/184/$ "/$1/udp/ocserver (184)/" FILEALIAS REGEXPI:^/(.+)/tcp/185/$ "/$1/tcp/remote-kis (185)/" FILEALIAS REGEXPI:^/(.+)/udp/185/$ "/$1/udp/remote-kis (185)/" FILEALIAS REGEXPI:^/(.+)/tcp/186/$ "/$1/tcp/kis (186)/" FILEALIAS REGEXPI:^/(.+)/udp/186/$ "/$1/udp/kis (186)/" FILEALIAS REGEXPI:^/(.+)/tcp/187/$ "/$1/tcp/aci (187)/" FILEALIAS REGEXPI:^/(.+)/udp/187/$ "/$1/udp/aci (187)/" FILEALIAS REGEXPI:^/(.+)/tcp/188/$ "/$1/tcp/mumps (188)/" FILEALIAS REGEXPI:^/(.+)/udp/188/$ "/$1/udp/mumps (188)/" FILEALIAS REGEXPI:^/(.+)/tcp/189/$ "/$1/tcp/qft (189)/" FILEALIAS REGEXPI:^/(.+)/udp/189/$ "/$1/udp/qft (189)/" FILEALIAS REGEXPI:^/(.+)/tcp/190/$ "/$1/tcp/gacp (190)/" FILEALIAS REGEXPI:^/(.+)/udp/190/$ "/$1/udp/cacp (190)/" FILEALIAS REGEXPI:^/(.+)/tcp/191/$ "/$1/tcp/prospero (191)/" FILEALIAS REGEXPI:^/(.+)/udp/191/$ "/$1/udp/prospero (191)/" FILEALIAS REGEXPI:^/(.+)/tcp/192/$ "/$1/tcp/osu-nms (192)/" FILEALIAS REGEXPI:^/(.+)/udp/192/$ "/$1/udp/osu-nms (192)/" FILEALIAS REGEXPI:^/(.+)/tcp/193/$ "/$1/tcp/srmp (193)/" FILEALIAS REGEXPI:^/(.+)/udp/193/$ "/$1/udp/srmp (193)/" FILEALIAS REGEXPI:^/(.+)/tcp/194/$ "/$1/tcp/irc (194)/" FILEALIAS REGEXPI:^/(.+)/udp/194/$ "/$1/udp/irc (194)/" FILEALIAS REGEXPI:^/(.+)/tcp/195/$ "/$1/tcp/dn6-nlm-aud (195)/" FILEALIAS REGEXPI:^/(.+)/udp/195/$ "/$1/udp/dn6-nlm-aud (195)/" FILEALIAS REGEXPI:^/(.+)/tcp/196/$ "/$1/tcp/dn6-smm-red (196)/" FILEALIAS REGEXPI:^/(.+)/udp/196/$ "/$1/udp/dn6-smm-red (196)/" FILEALIAS REGEXPI:^/(.+)/tcp/197/$ "/$1/tcp/dls (197)/" FILEALIAS REGEXPI:^/(.+)/udp/197/$ "/$1/udp/dls (197)/" FILEALIAS REGEXPI:^/(.+)/tcp/198/$ "/$1/tcp/dls-mon (198)/" FILEALIAS REGEXPI:^/(.+)/udp/198/$ "/$1/udp/dls-mon (198)/" FILEALIAS REGEXPI:^/(.+)/tcp/199/$ "/$1/tcp/smux (199)/" FILEALIAS REGEXPI:^/(.+)/udp/199/$ "/$1/udp/smux (199)/" FILEALIAS REGEXPI:^/(.+)/tcp/200/$ "/$1/tcp/src (200)/" FILEALIAS REGEXPI:^/(.+)/udp/200/$ "/$1/udp/src (200)/" FILEALIAS REGEXPI:^/(.+)/tcp/201/$ "/$1/tcp/at-rtmp (201)/" FILEALIAS REGEXPI:^/(.+)/udp/201/$ "/$1/udp/at-rtmp (201)/" FILEALIAS REGEXPI:^/(.+)/tcp/202/$ "/$1/tcp/at-nbp (202)/" FILEALIAS REGEXPI:^/(.+)/udp/202/$ "/$1/udp/at-nbp (202)/" FILEALIAS REGEXPI:^/(.+)/tcp/203/$ "/$1/tcp/at-3 (203)/" FILEALIAS REGEXPI:^/(.+)/udp/203/$ "/$1/udp/at-3 (203)/" FILEALIAS REGEXPI:^/(.+)/tcp/204/$ "/$1/tcp/at-echo (204)/" FILEALIAS REGEXPI:^/(.+)/udp/204/$ "/$1/udp/at-echo (204)/" FILEALIAS REGEXPI:^/(.+)/tcp/205/$ "/$1/tcp/at-5 (205)/" FILEALIAS REGEXPI:^/(.+)/udp/205/$ "/$1/udp/at-5 (205)/" FILEALIAS REGEXPI:^/(.+)/tcp/206/$ "/$1/tcp/at-zis (206)/" FILEALIAS REGEXPI:^/(.+)/udp/206/$ "/$1/udp/at-zis (206)/" FILEALIAS REGEXPI:^/(.+)/tcp/207/$ "/$1/tcp/at-7 (207)/" FILEALIAS REGEXPI:^/(.+)/udp/207/$ "/$1/udp/at-7 (207)/" FILEALIAS REGEXPI:^/(.+)/tcp/208/$ "/$1/tcp/at-8 (208)/" FILEALIAS REGEXPI:^/(.+)/udp/208/$ "/$1/udp/at-8 (208)/" FILEALIAS REGEXPI:^/(.+)/tcp/209/$ "/$1/tcp/tam (209)/" FILEALIAS REGEXPI:^/(.+)/udp/209/$ "/$1/udp/tam (209)/" FILEALIAS REGEXPI:^/(.+)/tcp/210/$ "/$1/tcp/z39.50 (210)/" FILEALIAS REGEXPI:^/(.+)/udp/210/$ "/$1/udp/z39.50 (210)/" FILEALIAS REGEXPI:^/(.+)/tcp/211/$ "/$1/tcp/914c-g (211)/" FILEALIAS REGEXPI:^/(.+)/udp/211/$ "/$1/udp/914c-g (211)/" FILEALIAS REGEXPI:^/(.+)/tcp/212/$ "/$1/tcp/anet (212)/" FILEALIAS REGEXPI:^/(.+)/udp/212/$ "/$1/udp/anet (212)/" FILEALIAS REGEXPI:^/(.+)/tcp/213/$ "/$1/tcp/ipx (213)/" FILEALIAS REGEXPI:^/(.+)/udp/213/$ "/$1/udp/ipx (213)/" FILEALIAS REGEXPI:^/(.+)/tcp/214/$ "/$1/tcp/vmpwscs (214)/" FILEALIAS REGEXPI:^/(.+)/udp/214/$ "/$1/udp/vmpwscs (214)/" FILEALIAS REGEXPI:^/(.+)/tcp/215/$ "/$1/tcp/softpc (215)/" FILEALIAS REGEXPI:^/(.+)/udp/215/$ "/$1/udp/softpc (215)/" FILEALIAS REGEXPI:^/(.+)/tcp/216/$ "/$1/tcp/atls (216)/" FILEALIAS REGEXPI:^/(.+)/udp/216/$ "/$1/udp/atls (216)/" FILEALIAS REGEXPI:^/(.+)/tcp/217/$ "/$1/tcp/dbase (217)/" FILEALIAS REGEXPI:^/(.+)/udp/217/$ "/$1/udp/dbase (217)/" FILEALIAS REGEXPI:^/(.+)/tcp/218/$ "/$1/tcp/mpp (218)/" FILEALIAS REGEXPI:^/(.+)/udp/218/$ "/$1/udp/mpp (218)/" FILEALIAS REGEXPI:^/(.+)/tcp/219/$ "/$1/tcp/uarps (219)/" FILEALIAS REGEXPI:^/(.+)/udp/219/$ "/$1/udp/uarps (219)/" FILEALIAS REGEXPI:^/(.+)/tcp/220/$ "/$1/tcp/imap3 (220)/" FILEALIAS REGEXPI:^/(.+)/udp/220/$ "/$1/udp/imap3 (220)/" FILEALIAS REGEXPI:^/(.+)/tcp/221/$ "/$1/tcp/fln-spx (221)/" FILEALIAS REGEXPI:^/(.+)/udp/221/$ "/$1/udp/fln-spx (221)/" FILEALIAS REGEXPI:^/(.+)/tcp/222/$ "/$1/tcp/rsh-spx (222)/" FILEALIAS REGEXPI:^/(.+)/udp/222/$ "/$1/udp/rsh-spx (222)/" FILEALIAS REGEXPI:^/(.+)/tcp/223/$ "/$1/tcp/cdc (223)/" FILEALIAS REGEXPI:^/(.+)/udp/223/$ "/$1/udp/cdc (223)/" FILEALIAS REGEXPI:^/(.+)/tcp/242/$ "/$1/tcp/direct (242)/" FILEALIAS REGEXPI:^/(.+)/udp/242/$ "/$1/udp/direct (242)/" FILEALIAS REGEXPI:^/(.+)/tcp/243/$ "/$1/tcp/sur-meas (243)/" FILEALIAS REGEXPI:^/(.+)/udp/243/$ "/$1/udp/sur-meas (243)/" FILEALIAS REGEXPI:^/(.+)/tcp/244/$ "/$1/tcp/dayna (244)/" FILEALIAS REGEXPI:^/(.+)/udp/244/$ "/$1/udp/dayna (244)/" FILEALIAS REGEXPI:^/(.+)/tcp/245/$ "/$1/tcp/link (245)/" FILEALIAS REGEXPI:^/(.+)/udp/245/$ "/$1/udp/link (245)/" FILEALIAS REGEXPI:^/(.+)/tcp/246/$ "/$1/tcp/dsp3270 (246)/" FILEALIAS REGEXPI:^/(.+)/udp/246/$ "/$1/udp/dsp3270 (246)/" FILEALIAS REGEXPI:^/(.+)/tcp/247/$ "/$1/tcp/subntbcst_tftp (247)/" FILEALIAS REGEXPI:^/(.+)/udp/247/$ "/$1/udp/subntbcst_tftp (247)/" FILEALIAS REGEXPI:^/(.+)/tcp/248/$ "/$1/tcp/bhfhs (248)/" FILEALIAS REGEXPI:^/(.+)/udp/248/$ "/$1/udp/bhfhs (248)/" FILEALIAS REGEXPI:^/(.+)/tcp/256/$ "/$1/tcp/rap (256)/" FILEALIAS REGEXPI:^/(.+)/udp/256/$ "/$1/udp/rap (256)/" FILEALIAS REGEXPI:^/(.+)/tcp/257/$ "/$1/tcp/set (257)/" FILEALIAS REGEXPI:^/(.+)/udp/257/$ "/$1/udp/set (257)/" FILEALIAS REGEXPI:^/(.+)/tcp/258/$ "/$1/tcp/yak-chat (258)/" FILEALIAS REGEXPI:^/(.+)/udp/258/$ "/$1/udp/yak-chat (258)/" FILEALIAS REGEXPI:^/(.+)/tcp/259/$ "/$1/tcp/esro-gen (259)/" FILEALIAS REGEXPI:^/(.+)/udp/259/$ "/$1/udp/esro-gen (259)/" FILEALIAS REGEXPI:^/(.+)/tcp/260/$ "/$1/tcp/openport (260)/" FILEALIAS REGEXPI:^/(.+)/udp/260/$ "/$1/udp/openport (260)/" FILEALIAS REGEXPI:^/(.+)/tcp/261/$ "/$1/tcp/nsiiops (261)/" FILEALIAS REGEXPI:^/(.+)/udp/261/$ "/$1/udp/nsiiops (261)/" FILEALIAS REGEXPI:^/(.+)/tcp/262/$ "/$1/tcp/arcisdms (262)/" FILEALIAS REGEXPI:^/(.+)/udp/262/$ "/$1/udp/arcisdms (262)/" FILEALIAS REGEXPI:^/(.+)/tcp/263/$ "/$1/tcp/hdap (263)/" FILEALIAS REGEXPI:^/(.+)/udp/263/$ "/$1/udp/hdap (263)/" FILEALIAS REGEXPI:^/(.+)/tcp/264/$ "/$1/tcp/bgmp (264)/" FILEALIAS REGEXPI:^/(.+)/udp/264/$ "/$1/udp/bgmp (264)/" FILEALIAS REGEXPI:^/(.+)/tcp/280/$ "/$1/tcp/http-mgmt (280)/" FILEALIAS REGEXPI:^/(.+)/udp/280/$ "/$1/udp/http-mgmt (280)/" FILEALIAS REGEXPI:^/(.+)/tcp/281/$ "/$1/tcp/personal-link (281)/" FILEALIAS REGEXPI:^/(.+)/udp/281/$ "/$1/udp/personal-link (281)/" FILEALIAS REGEXPI:^/(.+)/tcp/282/$ "/$1/tcp/cableport-ax (282)/" FILEALIAS REGEXPI:^/(.+)/udp/282/$ "/$1/udp/cableport-ax (282)/" FILEALIAS REGEXPI:^/(.+)/tcp/308/$ "/$1/tcp/novastorbakcup (308)/" FILEALIAS REGEXPI:^/(.+)/udp/308/$ "/$1/udp/novastorbakcup (308)/" FILEALIAS REGEXPI:^/(.+)/tcp/309/$ "/$1/tcp/entrusttime (309)/" FILEALIAS REGEXPI:^/(.+)/udp/309/$ "/$1/udp/entrusttime (309)/" FILEALIAS REGEXPI:^/(.+)/tcp/310/$ "/$1/tcp/bhmds (310)/" FILEALIAS REGEXPI:^/(.+)/udp/310/$ "/$1/udp/bhmds (310)/" FILEALIAS REGEXPI:^/(.+)/tcp/311/$ "/$1/tcp/asip-webadmin (311)/" FILEALIAS REGEXPI:^/(.+)/udp/311/$ "/$1/udp/asip-webadmin (311)/" FILEALIAS REGEXPI:^/(.+)/tcp/312/$ "/$1/tcp/vslmp (312)/" FILEALIAS REGEXPI:^/(.+)/udp/312/$ "/$1/udp/vslmp (312)/" FILEALIAS REGEXPI:^/(.+)/tcp/313/$ "/$1/tcp/magenta-logic (313)/" FILEALIAS REGEXPI:^/(.+)/udp/313/$ "/$1/udp/magenta-logic (313)/" FILEALIAS REGEXPI:^/(.+)/tcp/314/$ "/$1/tcp/opalis-robot (314)/" FILEALIAS REGEXPI:^/(.+)/udp/314/$ "/$1/udp/opalis-robot (314)/" FILEALIAS REGEXPI:^/(.+)/tcp/315/$ "/$1/tcp/dpsi (315)/" FILEALIAS REGEXPI:^/(.+)/udp/315/$ "/$1/udp/dpsi (315)/" FILEALIAS REGEXPI:^/(.+)/tcp/316/$ "/$1/tcp/decauth (316)/" FILEALIAS REGEXPI:^/(.+)/udp/316/$ "/$1/udp/decauth (316)/" FILEALIAS REGEXPI:^/(.+)/tcp/317/$ "/$1/tcp/zannet (317)/" FILEALIAS REGEXPI:^/(.+)/udp/317/$ "/$1/udp/zannet (317)/" FILEALIAS REGEXPI:^/(.+)/tcp/321/$ "/$1/tcp/pip (321)/" FILEALIAS REGEXPI:^/(.+)/udp/321/$ "/$1/udp/pip (321)/" FILEALIAS REGEXPI:^/(.+)/tcp/344/$ "/$1/tcp/pdap (344)/" FILEALIAS REGEXPI:^/(.+)/udp/344/$ "/$1/udp/pdap (344)/" FILEALIAS REGEXPI:^/(.+)/tcp/345/$ "/$1/tcp/pawserv (345)/" FILEALIAS REGEXPI:^/(.+)/udp/345/$ "/$1/udp/pawserv (345)/" FILEALIAS REGEXPI:^/(.+)/tcp/346/$ "/$1/tcp/zserv (346)/" FILEALIAS REGEXPI:^/(.+)/udp/346/$ "/$1/udp/zserv (346)/" FILEALIAS REGEXPI:^/(.+)/tcp/347/$ "/$1/tcp/fatserv (347)/" FILEALIAS REGEXPI:^/(.+)/udp/347/$ "/$1/udp/fatserv (347)/" FILEALIAS REGEXPI:^/(.+)/tcp/348/$ "/$1/tcp/csi-sgwp (348)/" FILEALIAS REGEXPI:^/(.+)/udp/348/$ "/$1/udp/csi-sgwp (348)/" FILEALIAS REGEXPI:^/(.+)/tcp/349/$ "/$1/tcp/mftp (349)/" FILEALIAS REGEXPI:^/(.+)/udp/349/$ "/$1/udp/mftp (349)/" FILEALIAS REGEXPI:^/(.+)/tcp/350/$ "/$1/tcp/matip-type-a (350)/" FILEALIAS REGEXPI:^/(.+)/udp/350/$ "/$1/udp/matip-type-a (350)/" FILEALIAS REGEXPI:^/(.+)/tcp/351/$ "/$1/tcp/matip-type-b (351)/" FILEALIAS REGEXPI:^/(.+)/udp/351/$ "/$1/udp/matip-type-b (351)/" FILEALIAS REGEXPI:^/(.+)/tcp/352/$ "/$1/tcp/dtag-ste-sb (352)/" FILEALIAS REGEXPI:^/(.+)/udp/352/$ "/$1/udp/dtag-ste-sb (352)/" FILEALIAS REGEXPI:^/(.+)/tcp/353/$ "/$1/tcp/ndsauth (353)/" FILEALIAS REGEXPI:^/(.+)/udp/353/$ "/$1/udp/ndsauth (353)/" FILEALIAS REGEXPI:^/(.+)/tcp/354/$ "/$1/tcp/bh611 (354)/" FILEALIAS REGEXPI:^/(.+)/udp/354/$ "/$1/udp/bh611 (354)/" FILEALIAS REGEXPI:^/(.+)/tcp/355/$ "/$1/tcp/datex-asn (355)/" FILEALIAS REGEXPI:^/(.+)/udp/355/$ "/$1/udp/datex-asn (355)/" FILEALIAS REGEXPI:^/(.+)/tcp/356/$ "/$1/tcp/cloanto-net-1 (356)/" FILEALIAS REGEXPI:^/(.+)/udp/356/$ "/$1/udp/cloanto-net-1 (356)/" FILEALIAS REGEXPI:^/(.+)/tcp/357/$ "/$1/tcp/bhevent (357)/" FILEALIAS REGEXPI:^/(.+)/udp/357/$ "/$1/udp/bhevent (357)/" FILEALIAS REGEXPI:^/(.+)/tcp/358/$ "/$1/tcp/shrinkwrap (358)/" FILEALIAS REGEXPI:^/(.+)/udp/358/$ "/$1/udp/shrinkwrap (358)/" FILEALIAS REGEXPI:^/(.+)/tcp/359/$ "/$1/tcp/tenebris_nts (359)/" FILEALIAS REGEXPI:^/(.+)/udp/359/$ "/$1/udp/tenebris_nts (359)/" FILEALIAS REGEXPI:^/(.+)/tcp/360/$ "/$1/tcp/scoi2odialog (360)/" FILEALIAS REGEXPI:^/(.+)/udp/360/$ "/$1/udp/scoi2odialog (360)/" FILEALIAS REGEXPI:^/(.+)/tcp/361/$ "/$1/tcp/semantix (361)/" FILEALIAS REGEXPI:^/(.+)/udp/361/$ "/$1/udp/semantix (361)/" FILEALIAS REGEXPI:^/(.+)/tcp/362/$ "/$1/tcp/srssend (362)/" FILEALIAS REGEXPI:^/(.+)/udp/362/$ "/$1/udp/srssend (362)/" FILEALIAS REGEXPI:^/(.+)/tcp/363/$ "/$1/tcp/rsvp_tunnel (363)/" FILEALIAS REGEXPI:^/(.+)/udp/363/$ "/$1/udp/rsvp_tunnel (363)/" FILEALIAS REGEXPI:^/(.+)/tcp/364/$ "/$1/tcp/aurora-cmgr (364)/" FILEALIAS REGEXPI:^/(.+)/udp/364/$ "/$1/udp/aurora-cmgr (364)/" FILEALIAS REGEXPI:^/(.+)/tcp/365/$ "/$1/tcp/dtk (365)/" FILEALIAS REGEXPI:^/(.+)/udp/365/$ "/$1/udp/dtk (365)/" FILEALIAS REGEXPI:^/(.+)/tcp/366/$ "/$1/tcp/odmr (366)/" FILEALIAS REGEXPI:^/(.+)/udp/366/$ "/$1/udp/odmr (366)/" FILEALIAS REGEXPI:^/(.+)/tcp/367/$ "/$1/tcp/mortgageware (367)/" FILEALIAS REGEXPI:^/(.+)/udp/367/$ "/$1/udp/mortgageware (367)/" FILEALIAS REGEXPI:^/(.+)/tcp/368/$ "/$1/tcp/qbikgdp (368)/" FILEALIAS REGEXPI:^/(.+)/udp/368/$ "/$1/udp/qbikgdp (368)/" FILEALIAS REGEXPI:^/(.+)/tcp/369/$ "/$1/tcp/rpc2portmap (369)/" FILEALIAS REGEXPI:^/(.+)/udp/369/$ "/$1/udp/rpc2portmap (369)/" FILEALIAS REGEXPI:^/(.+)/tcp/370/$ "/$1/tcp/codaauth2 (370)/" FILEALIAS REGEXPI:^/(.+)/udp/370/$ "/$1/udp/codaauth2 (370)/" FILEALIAS REGEXPI:^/(.+)/tcp/371/$ "/$1/tcp/clearcase (371)/" FILEALIAS REGEXPI:^/(.+)/udp/371/$ "/$1/udp/clearcase (371)/" FILEALIAS REGEXPI:^/(.+)/tcp/372/$ "/$1/tcp/ulistserv (372)/" FILEALIAS REGEXPI:^/(.+)/udp/372/$ "/$1/udp/ulistserv (372)/" FILEALIAS REGEXPI:^/(.+)/tcp/373/$ "/$1/tcp/legent-1 (373)/" FILEALIAS REGEXPI:^/(.+)/udp/373/$ "/$1/udp/legent-1 (373)/" FILEALIAS REGEXPI:^/(.+)/tcp/374/$ "/$1/tcp/legent-2 (374)/" FILEALIAS REGEXPI:^/(.+)/udp/374/$ "/$1/udp/legent-2 (374)/" FILEALIAS REGEXPI:^/(.+)/tcp/375/$ "/$1/tcp/hassle (375)/" FILEALIAS REGEXPI:^/(.+)/udp/375/$ "/$1/udp/hassle (375)/" FILEALIAS REGEXPI:^/(.+)/tcp/376/$ "/$1/tcp/nip (376)/" FILEALIAS REGEXPI:^/(.+)/udp/376/$ "/$1/udp/nip (376)/" FILEALIAS REGEXPI:^/(.+)/tcp/377/$ "/$1/tcp/tnETOS (377)/" FILEALIAS REGEXPI:^/(.+)/udp/377/$ "/$1/udp/tnETOS (377)/" FILEALIAS REGEXPI:^/(.+)/tcp/378/$ "/$1/tcp/dsETOS (378)/" FILEALIAS REGEXPI:^/(.+)/udp/378/$ "/$1/udp/dsETOS (378)/" FILEALIAS REGEXPI:^/(.+)/tcp/379/$ "/$1/tcp/is99c (379)/" FILEALIAS REGEXPI:^/(.+)/udp/379/$ "/$1/udp/is99c (379)/" FILEALIAS REGEXPI:^/(.+)/tcp/380/$ "/$1/tcp/is99s (380)/" FILEALIAS REGEXPI:^/(.+)/udp/380/$ "/$1/udp/is99s (380)/" FILEALIAS REGEXPI:^/(.+)/tcp/381/$ "/$1/tcp/hp-collector (381)/" FILEALIAS REGEXPI:^/(.+)/udp/381/$ "/$1/udp/hp-collector (381)/" FILEALIAS REGEXPI:^/(.+)/tcp/382/$ "/$1/tcp/hp-managed-node (382)/" FILEALIAS REGEXPI:^/(.+)/udp/382/$ "/$1/udp/hp-managed-node (382)/" FILEALIAS REGEXPI:^/(.+)/tcp/383/$ "/$1/tcp/hp-alarm-mgr (383)/" FILEALIAS REGEXPI:^/(.+)/udp/383/$ "/$1/udp/hp-alarm-mgr (383)/" FILEALIAS REGEXPI:^/(.+)/tcp/384/$ "/$1/tcp/arns (384)/" FILEALIAS REGEXPI:^/(.+)/udp/384/$ "/$1/udp/arns (384)/" FILEALIAS REGEXPI:^/(.+)/tcp/385/$ "/$1/tcp/ibm-app (385)/" FILEALIAS REGEXPI:^/(.+)/udp/385/$ "/$1/udp/ibm-app (385)/" FILEALIAS REGEXPI:^/(.+)/tcp/386/$ "/$1/tcp/asa (386)/" FILEALIAS REGEXPI:^/(.+)/udp/386/$ "/$1/udp/asa (386)/" FILEALIAS REGEXPI:^/(.+)/tcp/387/$ "/$1/tcp/aurp (387)/" FILEALIAS REGEXPI:^/(.+)/udp/387/$ "/$1/udp/aurp (387)/" FILEALIAS REGEXPI:^/(.+)/tcp/388/$ "/$1/tcp/unidata-ldm (388)/" FILEALIAS REGEXPI:^/(.+)/udp/388/$ "/$1/udp/unidata-ldm (388)/" FILEALIAS REGEXPI:^/(.+)/tcp/389/$ "/$1/tcp/ldap (389)/" FILEALIAS REGEXPI:^/(.+)/udp/389/$ "/$1/udp/ldap (389)/" FILEALIAS REGEXPI:^/(.+)/tcp/390/$ "/$1/tcp/uis (390)/" FILEALIAS REGEXPI:^/(.+)/udp/390/$ "/$1/udp/uis (390)/" FILEALIAS REGEXPI:^/(.+)/tcp/391/$ "/$1/tcp/synotics-relay (391)/" FILEALIAS REGEXPI:^/(.+)/udp/391/$ "/$1/udp/synotics-relay (391)/" FILEALIAS REGEXPI:^/(.+)/tcp/392/$ "/$1/tcp/synotics-broker (392)/" FILEALIAS REGEXPI:^/(.+)/udp/392/$ "/$1/udp/synotics-broker (392)/" FILEALIAS REGEXPI:^/(.+)/tcp/393/$ "/$1/tcp/dis (393)/" FILEALIAS REGEXPI:^/(.+)/udp/393/$ "/$1/udp/dis (393)/" FILEALIAS REGEXPI:^/(.+)/tcp/394/$ "/$1/tcp/embl-ndt (394)/" FILEALIAS REGEXPI:^/(.+)/udp/394/$ "/$1/udp/embl-ndt (394)/" FILEALIAS REGEXPI:^/(.+)/tcp/395/$ "/$1/tcp/netcp (395)/" FILEALIAS REGEXPI:^/(.+)/udp/395/$ "/$1/udp/netcp (395)/" FILEALIAS REGEXPI:^/(.+)/tcp/396/$ "/$1/tcp/netware-ip (396)/" FILEALIAS REGEXPI:^/(.+)/udp/396/$ "/$1/udp/netware-ip (396)/" FILEALIAS REGEXPI:^/(.+)/tcp/397/$ "/$1/tcp/mptn (397)/" FILEALIAS REGEXPI:^/(.+)/udp/397/$ "/$1/udp/mptn (397)/" FILEALIAS REGEXPI:^/(.+)/tcp/398/$ "/$1/tcp/kryptolan (398)/" FILEALIAS REGEXPI:^/(.+)/udp/398/$ "/$1/udp/kryptolan (398)/" FILEALIAS REGEXPI:^/(.+)/tcp/399/$ "/$1/tcp/iso-tsap-c2 (399)/" FILEALIAS REGEXPI:^/(.+)/udp/399/$ "/$1/udp/iso-tsap-c2 (399)/" FILEALIAS REGEXPI:^/(.+)/tcp/400/$ "/$1/tcp/work-sol (400)/" FILEALIAS REGEXPI:^/(.+)/udp/400/$ "/$1/udp/work-sol (400)/" FILEALIAS REGEXPI:^/(.+)/tcp/401/$ "/$1/tcp/ups (401)/" FILEALIAS REGEXPI:^/(.+)/udp/401/$ "/$1/udp/ups (401)/" FILEALIAS REGEXPI:^/(.+)/tcp/402/$ "/$1/tcp/genie (402)/" FILEALIAS REGEXPI:^/(.+)/udp/402/$ "/$1/udp/genie (402)/" FILEALIAS REGEXPI:^/(.+)/tcp/403/$ "/$1/tcp/decap (403)/" FILEALIAS REGEXPI:^/(.+)/udp/403/$ "/$1/udp/decap (403)/" FILEALIAS REGEXPI:^/(.+)/tcp/404/$ "/$1/tcp/nced (404)/" FILEALIAS REGEXPI:^/(.+)/udp/404/$ "/$1/udp/nced (404)/" FILEALIAS REGEXPI:^/(.+)/tcp/405/$ "/$1/tcp/ncld (405)/" FILEALIAS REGEXPI:^/(.+)/udp/405/$ "/$1/udp/ncld (405)/" FILEALIAS REGEXPI:^/(.+)/tcp/406/$ "/$1/tcp/imsp (406)/" FILEALIAS REGEXPI:^/(.+)/udp/406/$ "/$1/udp/imsp (406)/" FILEALIAS REGEXPI:^/(.+)/tcp/407/$ "/$1/tcp/timbuktu (407)/" FILEALIAS REGEXPI:^/(.+)/udp/407/$ "/$1/udp/timbuktu (407)/" FILEALIAS REGEXPI:^/(.+)/tcp/408/$ "/$1/tcp/prm-sm (408)/" FILEALIAS REGEXPI:^/(.+)/udp/408/$ "/$1/udp/prm-sm (408)/" FILEALIAS REGEXPI:^/(.+)/tcp/409/$ "/$1/tcp/prm-nm (409)/" FILEALIAS REGEXPI:^/(.+)/udp/409/$ "/$1/udp/prm-nm (409)/" FILEALIAS REGEXPI:^/(.+)/tcp/410/$ "/$1/tcp/decladebug (410)/" FILEALIAS REGEXPI:^/(.+)/udp/410/$ "/$1/udp/decladebug (410)/" FILEALIAS REGEXPI:^/(.+)/tcp/411/$ "/$1/tcp/rmt (411)/" FILEALIAS REGEXPI:^/(.+)/udp/411/$ "/$1/udp/rmt (411)/" FILEALIAS REGEXPI:^/(.+)/tcp/412/$ "/$1/tcp/synoptics-trap (412)/" FILEALIAS REGEXPI:^/(.+)/udp/412/$ "/$1/udp/synoptics-trap (412)/" FILEALIAS REGEXPI:^/(.+)/tcp/413/$ "/$1/tcp/smsp (413)/" FILEALIAS REGEXPI:^/(.+)/udp/413/$ "/$1/udp/smsp (413)/" FILEALIAS REGEXPI:^/(.+)/tcp/414/$ "/$1/tcp/infoseek (414)/" FILEALIAS REGEXPI:^/(.+)/udp/414/$ "/$1/udp/infoseek (414)/" FILEALIAS REGEXPI:^/(.+)/tcp/415/$ "/$1/tcp/bnet (415)/" FILEALIAS REGEXPI:^/(.+)/udp/415/$ "/$1/udp/bnet (415)/" FILEALIAS REGEXPI:^/(.+)/tcp/416/$ "/$1/tcp/silverplatter (416)/" FILEALIAS REGEXPI:^/(.+)/udp/416/$ "/$1/udp/silverplatter (416)/" FILEALIAS REGEXPI:^/(.+)/tcp/417/$ "/$1/tcp/onmux (417)/" FILEALIAS REGEXPI:^/(.+)/udp/417/$ "/$1/udp/onmux (417)/" FILEALIAS REGEXPI:^/(.+)/tcp/418/$ "/$1/tcp/hyper-g (418)/" FILEALIAS REGEXPI:^/(.+)/udp/418/$ "/$1/udp/hyper-g (418)/" FILEALIAS REGEXPI:^/(.+)/tcp/419/$ "/$1/tcp/ariel1 (419)/" FILEALIAS REGEXPI:^/(.+)/udp/419/$ "/$1/udp/ariel1 (419)/" FILEALIAS REGEXPI:^/(.+)/tcp/420/$ "/$1/tcp/smpte (420)/" FILEALIAS REGEXPI:^/(.+)/udp/420/$ "/$1/udp/smpte (420)/" FILEALIAS REGEXPI:^/(.+)/tcp/421/$ "/$1/tcp/ariel2 (421)/" FILEALIAS REGEXPI:^/(.+)/udp/421/$ "/$1/udp/ariel2 (421)/" FILEALIAS REGEXPI:^/(.+)/tcp/422/$ "/$1/tcp/ariel3 (422)/" FILEALIAS REGEXPI:^/(.+)/udp/422/$ "/$1/udp/ariel3 (422)/" FILEALIAS REGEXPI:^/(.+)/tcp/423/$ "/$1/tcp/opc-job-start (423)/" FILEALIAS REGEXPI:^/(.+)/udp/423/$ "/$1/udp/opc-job-start (423)/" FILEALIAS REGEXPI:^/(.+)/tcp/424/$ "/$1/tcp/opc-job-track (424)/" FILEALIAS REGEXPI:^/(.+)/udp/424/$ "/$1/udp/opc-job-track (424)/" FILEALIAS REGEXPI:^/(.+)/tcp/425/$ "/$1/tcp/icad-el (425)/" FILEALIAS REGEXPI:^/(.+)/udp/425/$ "/$1/udp/icad-el (425)/" FILEALIAS REGEXPI:^/(.+)/tcp/426/$ "/$1/tcp/smartsdp (426)/" FILEALIAS REGEXPI:^/(.+)/udp/426/$ "/$1/udp/smartsdp (426)/" FILEALIAS REGEXPI:^/(.+)/tcp/427/$ "/$1/tcp/svrloc (427)/" FILEALIAS REGEXPI:^/(.+)/udp/427/$ "/$1/udp/svrloc (427)/" FILEALIAS REGEXPI:^/(.+)/tcp/428/$ "/$1/tcp/ocs_cmu (428)/" FILEALIAS REGEXPI:^/(.+)/udp/428/$ "/$1/udp/ocs_cmu (428)/" FILEALIAS REGEXPI:^/(.+)/tcp/429/$ "/$1/tcp/ocs_amu (429)/" FILEALIAS REGEXPI:^/(.+)/udp/429/$ "/$1/udp/ocs_amu (429)/" FILEALIAS REGEXPI:^/(.+)/tcp/430/$ "/$1/tcp/utmpsd (430)/" FILEALIAS REGEXPI:^/(.+)/udp/430/$ "/$1/udp/utmpsd (430)/" FILEALIAS REGEXPI:^/(.+)/tcp/431/$ "/$1/tcp/utmpcd (431)/" FILEALIAS REGEXPI:^/(.+)/udp/431/$ "/$1/udp/utmpcd (431)/" FILEALIAS REGEXPI:^/(.+)/tcp/432/$ "/$1/tcp/iasd (432)/" FILEALIAS REGEXPI:^/(.+)/udp/432/$ "/$1/udp/iasd (432)/" FILEALIAS REGEXPI:^/(.+)/tcp/433/$ "/$1/tcp/nnsp (433)/" FILEALIAS REGEXPI:^/(.+)/udp/433/$ "/$1/udp/nnsp (433)/" FILEALIAS REGEXPI:^/(.+)/tcp/434/$ "/$1/tcp/mobileip-agent (434)/" FILEALIAS REGEXPI:^/(.+)/udp/434/$ "/$1/udp/mobileip-agent (434)/" FILEALIAS REGEXPI:^/(.+)/tcp/435/$ "/$1/tcp/mobilip-mn (435)/" FILEALIAS REGEXPI:^/(.+)/udp/435/$ "/$1/udp/mobilip-mn (435)/" FILEALIAS REGEXPI:^/(.+)/tcp/436/$ "/$1/tcp/dna-cml (436)/" FILEALIAS REGEXPI:^/(.+)/udp/436/$ "/$1/udp/dna-cml (436)/" FILEALIAS REGEXPI:^/(.+)/tcp/437/$ "/$1/tcp/comscm (437)/" FILEALIAS REGEXPI:^/(.+)/udp/437/$ "/$1/udp/comscm (437)/" FILEALIAS REGEXPI:^/(.+)/tcp/438/$ "/$1/tcp/dsfgw (438)/" FILEALIAS REGEXPI:^/(.+)/udp/438/$ "/$1/udp/dsfgw (438)/" FILEALIAS REGEXPI:^/(.+)/tcp/439/$ "/$1/tcp/dasp (439)/" FILEALIAS REGEXPI:^/(.+)/udp/439/$ "/$1/udp/dasp (439)/" FILEALIAS REGEXPI:^/(.+)/tcp/440/$ "/$1/tcp/sgcp (440)/" FILEALIAS REGEXPI:^/(.+)/udp/440/$ "/$1/udp/sgcp (440)/" FILEALIAS REGEXPI:^/(.+)/tcp/441/$ "/$1/tcp/decvms-sysmgt (441)/" FILEALIAS REGEXPI:^/(.+)/udp/441/$ "/$1/udp/decvms-sysmgt (441)/" FILEALIAS REGEXPI:^/(.+)/tcp/442/$ "/$1/tcp/cvc_hostd (442)/" FILEALIAS REGEXPI:^/(.+)/udp/442/$ "/$1/udp/cvc_hostd (442)/" FILEALIAS REGEXPI:^/(.+)/tcp/443/$ "/$1/tcp/https (443)/" FILEALIAS REGEXPI:^/(.+)/udp/443/$ "/$1/udp/https (443)/" FILEALIAS REGEXPI:^/(.+)/tcp/444/$ "/$1/tcp/snpp (444)/" FILEALIAS REGEXPI:^/(.+)/udp/444/$ "/$1/udp/snpp (444)/" FILEALIAS REGEXPI:^/(.+)/tcp/445/$ "/$1/tcp/microsoft-ds (445)/" FILEALIAS REGEXPI:^/(.+)/udp/445/$ "/$1/udp/microsoft-ds (445)/" FILEALIAS REGEXPI:^/(.+)/tcp/446/$ "/$1/tcp/ddm-rdb (446)/" FILEALIAS REGEXPI:^/(.+)/udp/446/$ "/$1/udp/ddm-rdb (446)/" FILEALIAS REGEXPI:^/(.+)/tcp/447/$ "/$1/tcp/ddm-dfm (447)/" FILEALIAS REGEXPI:^/(.+)/udp/447/$ "/$1/udp/ddm-dfm (447)/" FILEALIAS REGEXPI:^/(.+)/tcp/448/$ "/$1/tcp/ddm-ssl (448)/" FILEALIAS REGEXPI:^/(.+)/udp/448/$ "/$1/udp/ddm-ssl (448)/" FILEALIAS REGEXPI:^/(.+)/tcp/449/$ "/$1/tcp/as-servermap (449)/" FILEALIAS REGEXPI:^/(.+)/udp/449/$ "/$1/udp/as-servermap (449)/" FILEALIAS REGEXPI:^/(.+)/tcp/450/$ "/$1/tcp/tserver (450)/" FILEALIAS REGEXPI:^/(.+)/udp/450/$ "/$1/udp/tserver (450)/" FILEALIAS REGEXPI:^/(.+)/tcp/451/$ "/$1/tcp/sfs-smp-net (451)/" FILEALIAS REGEXPI:^/(.+)/udp/451/$ "/$1/udp/sfs-smp-net (451)/" FILEALIAS REGEXPI:^/(.+)/tcp/452/$ "/$1/tcp/sfs-config (452)/" FILEALIAS REGEXPI:^/(.+)/udp/452/$ "/$1/udp/sfs-config (452)/" FILEALIAS REGEXPI:^/(.+)/tcp/453/$ "/$1/tcp/creativeserver (453)/" FILEALIAS REGEXPI:^/(.+)/udp/453/$ "/$1/udp/creativeserver (453)/" FILEALIAS REGEXPI:^/(.+)/tcp/454/$ "/$1/tcp/contentserver (454)/" FILEALIAS REGEXPI:^/(.+)/udp/454/$ "/$1/udp/contentserver (454)/" FILEALIAS REGEXPI:^/(.+)/tcp/455/$ "/$1/tcp/creativepartnr (455)/" FILEALIAS REGEXPI:^/(.+)/udp/455/$ "/$1/udp/creativepartnr (455)/" FILEALIAS REGEXPI:^/(.+)/tcp/456/$ "/$1/tcp/macon-tcp (456)/" FILEALIAS REGEXPI:^/(.+)/udp/456/$ "/$1/udp/macon-udp (456)/" FILEALIAS REGEXPI:^/(.+)/tcp/457/$ "/$1/tcp/scohelp (457)/" FILEALIAS REGEXPI:^/(.+)/udp/457/$ "/$1/udp/scohelp (457)/" FILEALIAS REGEXPI:^/(.+)/tcp/458/$ "/$1/tcp/appleqtc (458)/" FILEALIAS REGEXPI:^/(.+)/udp/458/$ "/$1/udp/appleqtc (458)/" FILEALIAS REGEXPI:^/(.+)/tcp/459/$ "/$1/tcp/ampr-rcmd (459)/" FILEALIAS REGEXPI:^/(.+)/udp/459/$ "/$1/udp/ampr-rcmd (459)/" FILEALIAS REGEXPI:^/(.+)/tcp/460/$ "/$1/tcp/skronk (460)/" FILEALIAS REGEXPI:^/(.+)/udp/460/$ "/$1/udp/skronk (460)/" FILEALIAS REGEXPI:^/(.+)/tcp/461/$ "/$1/tcp/datasurfsrv (461)/" FILEALIAS REGEXPI:^/(.+)/udp/461/$ "/$1/udp/datasurfsrv (461)/" FILEALIAS REGEXPI:^/(.+)/tcp/462/$ "/$1/tcp/datasurfsrvsec (462)/" FILEALIAS REGEXPI:^/(.+)/udp/462/$ "/$1/udp/datasurfsrvsec (462)/" FILEALIAS REGEXPI:^/(.+)/tcp/463/$ "/$1/tcp/alpes (463)/" FILEALIAS REGEXPI:^/(.+)/udp/463/$ "/$1/udp/alpes (463)/" FILEALIAS REGEXPI:^/(.+)/tcp/464/$ "/$1/tcp/kpasswd5 (464)/" FILEALIAS REGEXPI:^/(.+)/udp/464/$ "/$1/udp/kpasswd5 (464)/" FILEALIAS REGEXPI:^/(.+)/tcp/465/$ "/$1/tcp/smtps (465)/" FILEALIAS REGEXPI:^/(.+)/udp/465/$ "/$1/udp/smtps (465)/" FILEALIAS REGEXPI:^/(.+)/tcp/466/$ "/$1/tcp/digital-vrc (466)/" FILEALIAS REGEXPI:^/(.+)/udp/466/$ "/$1/udp/digital-vrc (466)/" FILEALIAS REGEXPI:^/(.+)/tcp/467/$ "/$1/tcp/mylex-mapd (467)/" FILEALIAS REGEXPI:^/(.+)/udp/467/$ "/$1/udp/mylex-mapd (467)/" FILEALIAS REGEXPI:^/(.+)/tcp/468/$ "/$1/tcp/photuris (468)/" FILEALIAS REGEXPI:^/(.+)/udp/468/$ "/$1/udp/photuris (468)/" FILEALIAS REGEXPI:^/(.+)/tcp/469/$ "/$1/tcp/rcp (469)/" FILEALIAS REGEXPI:^/(.+)/udp/469/$ "/$1/udp/rcp (469)/" FILEALIAS REGEXPI:^/(.+)/tcp/470/$ "/$1/tcp/scx-proxy (470)/" FILEALIAS REGEXPI:^/(.+)/udp/470/$ "/$1/udp/scx-proxy (470)/" FILEALIAS REGEXPI:^/(.+)/tcp/471/$ "/$1/tcp/mondex (471)/" FILEALIAS REGEXPI:^/(.+)/udp/471/$ "/$1/udp/mondex (471)/" FILEALIAS REGEXPI:^/(.+)/tcp/472/$ "/$1/tcp/ljk-login (472)/" FILEALIAS REGEXPI:^/(.+)/udp/472/$ "/$1/udp/ljk-login (472)/" FILEALIAS REGEXPI:^/(.+)/tcp/473/$ "/$1/tcp/hybrid-pop (473)/" FILEALIAS REGEXPI:^/(.+)/udp/473/$ "/$1/udp/hybrid-pop (473)/" FILEALIAS REGEXPI:^/(.+)/tcp/474/$ "/$1/tcp/tn-tl-w1 (474)/" FILEALIAS REGEXPI:^/(.+)/udp/474/$ "/$1/udp/tn-tl-w2 (474)/" FILEALIAS REGEXPI:^/(.+)/tcp/475/$ "/$1/tcp/tcpnethaspsrv (475)/" FILEALIAS REGEXPI:^/(.+)/udp/475/$ "/$1/udp/tcpnethaspsrv (475)/" FILEALIAS REGEXPI:^/(.+)/tcp/476/$ "/$1/tcp/tn-tl-fd1 (476)/" FILEALIAS REGEXPI:^/(.+)/udp/476/$ "/$1/udp/tn-tl-fd1 (476)/" FILEALIAS REGEXPI:^/(.+)/tcp/477/$ "/$1/tcp/ss7ns (477)/" FILEALIAS REGEXPI:^/(.+)/udp/477/$ "/$1/udp/ss7ns (477)/" FILEALIAS REGEXPI:^/(.+)/tcp/478/$ "/$1/tcp/spsc (478)/" FILEALIAS REGEXPI:^/(.+)/udp/478/$ "/$1/udp/spsc (478)/" FILEALIAS REGEXPI:^/(.+)/tcp/479/$ "/$1/tcp/iafserver (479)/" FILEALIAS REGEXPI:^/(.+)/udp/479/$ "/$1/udp/iafserver (479)/" FILEALIAS REGEXPI:^/(.+)/tcp/480/$ "/$1/tcp/loadsrv (480)/" FILEALIAS REGEXPI:^/(.+)/udp/480/$ "/$1/udp/iafdbase (480)/" FILEALIAS REGEXPI:^/(.+)/tcp/481/$ "/$1/tcp/dvs (481)/" FILEALIAS REGEXPI:^/(.+)/udp/481/$ "/$1/udp/ph (481)/" FILEALIAS REGEXPI:^/(.+)/tcp/482/$ "/$1/tcp/bgs-nsi (482)/" FILEALIAS REGEXPI:^/(.+)/udp/482/$ "/$1/udp/xlog (482)/" FILEALIAS REGEXPI:^/(.+)/tcp/483/$ "/$1/tcp/ulpnet (483)/" FILEALIAS REGEXPI:^/(.+)/udp/483/$ "/$1/udp/ulpnet (483)/" FILEALIAS REGEXPI:^/(.+)/tcp/484/$ "/$1/tcp/integra-sme (484)/" FILEALIAS REGEXPI:^/(.+)/udp/484/$ "/$1/udp/integra-sme (484)/" FILEALIAS REGEXPI:^/(.+)/tcp/485/$ "/$1/tcp/powerburst (485)/" FILEALIAS REGEXPI:^/(.+)/udp/485/$ "/$1/udp/powerburst (485)/" FILEALIAS REGEXPI:^/(.+)/tcp/486/$ "/$1/tcp/sstats (486)/" FILEALIAS REGEXPI:^/(.+)/udp/486/$ "/$1/udp/avian (486)/" FILEALIAS REGEXPI:^/(.+)/tcp/487/$ "/$1/tcp/saft (487)/" FILEALIAS REGEXPI:^/(.+)/udp/487/$ "/$1/udp/saft (487)/" FILEALIAS REGEXPI:^/(.+)/tcp/488/$ "/$1/tcp/gss-http (488)/" FILEALIAS REGEXPI:^/(.+)/udp/488/$ "/$1/udp/gss-http (488)/" FILEALIAS REGEXPI:^/(.+)/tcp/489/$ "/$1/tcp/nest-protocol (489)/" FILEALIAS REGEXPI:^/(.+)/udp/489/$ "/$1/udp/nest-protocol (489)/" FILEALIAS REGEXPI:^/(.+)/tcp/490/$ "/$1/tcp/micom-pfs (490)/" FILEALIAS REGEXPI:^/(.+)/udp/490/$ "/$1/udp/micom-pfs (490)/" FILEALIAS REGEXPI:^/(.+)/tcp/491/$ "/$1/tcp/go-login (491)/" FILEALIAS REGEXPI:^/(.+)/udp/491/$ "/$1/udp/go-login (491)/" FILEALIAS REGEXPI:^/(.+)/tcp/492/$ "/$1/tcp/ticf-1 (492)/" FILEALIAS REGEXPI:^/(.+)/udp/492/$ "/$1/udp/ticf-1 (492)/" FILEALIAS REGEXPI:^/(.+)/tcp/493/$ "/$1/tcp/ticf-2 (493)/" FILEALIAS REGEXPI:^/(.+)/udp/493/$ "/$1/udp/ticf-2 (493)/" FILEALIAS REGEXPI:^/(.+)/tcp/494/$ "/$1/tcp/pov-ray (494)/" FILEALIAS REGEXPI:^/(.+)/udp/494/$ "/$1/udp/pov-ray (494)/" FILEALIAS REGEXPI:^/(.+)/tcp/495/$ "/$1/tcp/intecourier (495)/" FILEALIAS REGEXPI:^/(.+)/udp/495/$ "/$1/udp/intecourier (495)/" FILEALIAS REGEXPI:^/(.+)/tcp/496/$ "/$1/tcp/pim-rp-disc (496)/" FILEALIAS REGEXPI:^/(.+)/udp/496/$ "/$1/udp/pim-rp-disc (496)/" FILEALIAS REGEXPI:^/(.+)/tcp/497/$ "/$1/tcp/dantz (497)/" FILEALIAS REGEXPI:^/(.+)/udp/497/$ "/$1/udp/dantz (497)/" FILEALIAS REGEXPI:^/(.+)/tcp/498/$ "/$1/tcp/siam (498)/" FILEALIAS REGEXPI:^/(.+)/udp/498/$ "/$1/udp/siam (498)/" FILEALIAS REGEXPI:^/(.+)/tcp/499/$ "/$1/tcp/iso-ill (499)/" FILEALIAS REGEXPI:^/(.+)/udp/499/$ "/$1/udp/iso-ill (499)/" FILEALIAS REGEXPI:^/(.+)/tcp/500/$ "/$1/tcp/isakmp (500)/" FILEALIAS REGEXPI:^/(.+)/udp/500/$ "/$1/udp/isakmp (500)/" FILEALIAS REGEXPI:^/(.+)/tcp/501/$ "/$1/tcp/stmf (501)/" FILEALIAS REGEXPI:^/(.+)/udp/501/$ "/$1/udp/stmf (501)/" FILEALIAS REGEXPI:^/(.+)/tcp/502/$ "/$1/tcp/asa-appl-proto (502)/" FILEALIAS REGEXPI:^/(.+)/udp/502/$ "/$1/udp/asa-appl-proto (502)/" FILEALIAS REGEXPI:^/(.+)/tcp/503/$ "/$1/tcp/intrinsa (503)/" FILEALIAS REGEXPI:^/(.+)/udp/503/$ "/$1/udp/intrinsa (503)/" FILEALIAS REGEXPI:^/(.+)/tcp/504/$ "/$1/tcp/citadel (504)/" FILEALIAS REGEXPI:^/(.+)/udp/504/$ "/$1/udp/citadel (504)/" FILEALIAS REGEXPI:^/(.+)/tcp/505/$ "/$1/tcp/mailbox-lm (505)/" FILEALIAS REGEXPI:^/(.+)/udp/505/$ "/$1/udp/mailbox-lm (505)/" FILEALIAS REGEXPI:^/(.+)/tcp/506/$ "/$1/tcp/ohimsrv (506)/" FILEALIAS REGEXPI:^/(.+)/udp/506/$ "/$1/udp/ohimsrv (506)/" FILEALIAS REGEXPI:^/(.+)/tcp/507/$ "/$1/tcp/crs (507)/" FILEALIAS REGEXPI:^/(.+)/udp/507/$ "/$1/udp/crs (507)/" FILEALIAS REGEXPI:^/(.+)/tcp/508/$ "/$1/tcp/xvttp (508)/" FILEALIAS REGEXPI:^/(.+)/udp/508/$ "/$1/udp/xvttp (508)/" FILEALIAS REGEXPI:^/(.+)/tcp/509/$ "/$1/tcp/snare (509)/" FILEALIAS REGEXPI:^/(.+)/udp/509/$ "/$1/udp/snare (509)/" FILEALIAS REGEXPI:^/(.+)/tcp/510/$ "/$1/tcp/fcp (510)/" FILEALIAS REGEXPI:^/(.+)/udp/510/$ "/$1/udp/fcp (510)/" FILEALIAS REGEXPI:^/(.+)/tcp/511/$ "/$1/tcp/passgo (511)/" FILEALIAS REGEXPI:^/(.+)/udp/511/$ "/$1/udp/passgo (511)/" FILEALIAS REGEXPI:^/(.+)/tcp/512/$ "/$1/tcp/exec (512)/" FILEALIAS REGEXPI:^/(.+)/udp/512/$ "/$1/udp/biff (512)/" FILEALIAS REGEXPI:^/(.+)/tcp/513/$ "/$1/tcp/login (513)/" FILEALIAS REGEXPI:^/(.+)/udp/513/$ "/$1/udp/who (513)/" FILEALIAS REGEXPI:^/(.+)/tcp/514/$ "/$1/tcp/shell (514)/" FILEALIAS REGEXPI:^/(.+)/udp/514/$ "/$1/udp/syslog (514)/" FILEALIAS REGEXPI:^/(.+)/tcp/515/$ "/$1/tcp/printer (515)/" FILEALIAS REGEXPI:^/(.+)/udp/515/$ "/$1/udp/printer (515)/" FILEALIAS REGEXPI:^/(.+)/tcp/516/$ "/$1/tcp/videotex (516)/" FILEALIAS REGEXPI:^/(.+)/udp/516/$ "/$1/udp/videotex (516)/" FILEALIAS REGEXPI:^/(.+)/tcp/517/$ "/$1/tcp/talk (517)/" FILEALIAS REGEXPI:^/(.+)/udp/517/$ "/$1/udp/talk (517)/" FILEALIAS REGEXPI:^/(.+)/tcp/518/$ "/$1/tcp/ntalk (518)/" FILEALIAS REGEXPI:^/(.+)/udp/518/$ "/$1/udp/ntalk (518)/" FILEALIAS REGEXPI:^/(.+)/tcp/519/$ "/$1/tcp/utime (519)/" FILEALIAS REGEXPI:^/(.+)/udp/519/$ "/$1/udp/utime (519)/" FILEALIAS REGEXPI:^/(.+)/tcp/520/$ "/$1/tcp/efs (520)/" FILEALIAS REGEXPI:^/(.+)/udp/520/$ "/$1/udp/route (520)/" FILEALIAS REGEXPI:^/(.+)/tcp/521/$ "/$1/tcp/ripng (521)/" FILEALIAS REGEXPI:^/(.+)/udp/521/$ "/$1/udp/ripng (521)/" FILEALIAS REGEXPI:^/(.+)/tcp/522/$ "/$1/tcp/ulp (522)/" FILEALIAS REGEXPI:^/(.+)/udp/522/$ "/$1/udp/ulp (522)/" FILEALIAS REGEXPI:^/(.+)/tcp/523/$ "/$1/tcp/ibm-db2 (523)/" FILEALIAS REGEXPI:^/(.+)/udp/523/$ "/$1/udp/ibm-db2 (523)/" FILEALIAS REGEXPI:^/(.+)/tcp/524/$ "/$1/tcp/ncp (524)/" FILEALIAS REGEXPI:^/(.+)/udp/524/$ "/$1/udp/ncp (524)/" FILEALIAS REGEXPI:^/(.+)/tcp/525/$ "/$1/tcp/timed (525)/" FILEALIAS REGEXPI:^/(.+)/udp/525/$ "/$1/udp/timed (525)/" FILEALIAS REGEXPI:^/(.+)/tcp/526/$ "/$1/tcp/tempo (526)/" FILEALIAS REGEXPI:^/(.+)/udp/526/$ "/$1/udp/tempo (526)/" FILEALIAS REGEXPI:^/(.+)/tcp/527/$ "/$1/tcp/stx (527)/" FILEALIAS REGEXPI:^/(.+)/udp/527/$ "/$1/udp/stx (527)/" FILEALIAS REGEXPI:^/(.+)/tcp/528/$ "/$1/tcp/custix (528)/" FILEALIAS REGEXPI:^/(.+)/udp/528/$ "/$1/udp/custix (528)/" FILEALIAS REGEXPI:^/(.+)/tcp/529/$ "/$1/tcp/irc-serv (529)/" FILEALIAS REGEXPI:^/(.+)/udp/529/$ "/$1/udp/irc-serv (529)/" FILEALIAS REGEXPI:^/(.+)/tcp/530/$ "/$1/tcp/courier (530)/" FILEALIAS REGEXPI:^/(.+)/udp/530/$ "/$1/udp/courier (530)/" FILEALIAS REGEXPI:^/(.+)/tcp/531/$ "/$1/tcp/conference (531)/" FILEALIAS REGEXPI:^/(.+)/udp/531/$ "/$1/udp/conference (531)/" FILEALIAS REGEXPI:^/(.+)/tcp/532/$ "/$1/tcp/netnews (532)/" FILEALIAS REGEXPI:^/(.+)/udp/532/$ "/$1/udp/netnews (532)/" FILEALIAS REGEXPI:^/(.+)/tcp/533/$ "/$1/tcp/netwall (533)/" FILEALIAS REGEXPI:^/(.+)/udp/533/$ "/$1/udp/netwall (533)/" FILEALIAS REGEXPI:^/(.+)/tcp/534/$ "/$1/tcp/mm-admin (534)/" FILEALIAS REGEXPI:^/(.+)/udp/534/$ "/$1/udp/mm-admin (534)/" FILEALIAS REGEXPI:^/(.+)/tcp/535/$ "/$1/tcp/iiop (535)/" FILEALIAS REGEXPI:^/(.+)/udp/535/$ "/$1/udp/iiop (535)/" FILEALIAS REGEXPI:^/(.+)/tcp/536/$ "/$1/tcp/opalis-rdv (536)/" FILEALIAS REGEXPI:^/(.+)/udp/536/$ "/$1/udp/opalis-rdv (536)/" FILEALIAS REGEXPI:^/(.+)/tcp/537/$ "/$1/tcp/nmsp (537)/" FILEALIAS REGEXPI:^/(.+)/udp/537/$ "/$1/udp/nmsp (537)/" FILEALIAS REGEXPI:^/(.+)/tcp/538/$ "/$1/tcp/gdomap (538)/" FILEALIAS REGEXPI:^/(.+)/udp/538/$ "/$1/udp/gdomap (538)/" FILEALIAS REGEXPI:^/(.+)/tcp/539/$ "/$1/tcp/apertus-ldp (539)/" FILEALIAS REGEXPI:^/(.+)/udp/539/$ "/$1/udp/apertus-ldp (539)/" FILEALIAS REGEXPI:^/(.+)/tcp/540/$ "/$1/tcp/uucp (540)/" FILEALIAS REGEXPI:^/(.+)/udp/540/$ "/$1/udp/uucp (540)/" FILEALIAS REGEXPI:^/(.+)/tcp/541/$ "/$1/tcp/uucp-rlogin (541)/" FILEALIAS REGEXPI:^/(.+)/udp/541/$ "/$1/udp/uucp-rlogin (541)/" FILEALIAS REGEXPI:^/(.+)/tcp/542/$ "/$1/tcp/commerce (542)/" FILEALIAS REGEXPI:^/(.+)/udp/542/$ "/$1/udp/commerce (542)/" FILEALIAS REGEXPI:^/(.+)/tcp/543/$ "/$1/tcp/klogin (543)/" FILEALIAS REGEXPI:^/(.+)/udp/543/$ "/$1/udp/klogin (543)/" FILEALIAS REGEXPI:^/(.+)/tcp/544/$ "/$1/tcp/kshell (544)/" FILEALIAS REGEXPI:^/(.+)/udp/544/$ "/$1/udp/kshell (544)/" FILEALIAS REGEXPI:^/(.+)/tcp/545/$ "/$1/tcp/ekshell (545)/" FILEALIAS REGEXPI:^/(.+)/udp/545/$ "/$1/udp/appleqtcsrvr (545)/" FILEALIAS REGEXPI:^/(.+)/tcp/546/$ "/$1/tcp/dhcpv6-client (546)/" FILEALIAS REGEXPI:^/(.+)/udp/546/$ "/$1/udp/dhcpv6-client (546)/" FILEALIAS REGEXPI:^/(.+)/tcp/547/$ "/$1/tcp/dhcpv6-server (547)/" FILEALIAS REGEXPI:^/(.+)/udp/547/$ "/$1/udp/dhcpv6-server (547)/" FILEALIAS REGEXPI:^/(.+)/tcp/548/$ "/$1/tcp/afpovertcp (548)/" FILEALIAS REGEXPI:^/(.+)/udp/548/$ "/$1/udp/afpovertcp (548)/" FILEALIAS REGEXPI:^/(.+)/tcp/549/$ "/$1/tcp/idfp (549)/" FILEALIAS REGEXPI:^/(.+)/udp/549/$ "/$1/udp/idfp (549)/" FILEALIAS REGEXPI:^/(.+)/tcp/550/$ "/$1/tcp/new-rwho (550)/" FILEALIAS REGEXPI:^/(.+)/udp/550/$ "/$1/udp/new-rwho (550)/" FILEALIAS REGEXPI:^/(.+)/tcp/551/$ "/$1/tcp/cybercash (551)/" FILEALIAS REGEXPI:^/(.+)/udp/551/$ "/$1/udp/cybercash (551)/" FILEALIAS REGEXPI:^/(.+)/tcp/552/$ "/$1/tcp/deviceshare (552)/" FILEALIAS REGEXPI:^/(.+)/udp/552/$ "/$1/udp/deviceshare (552)/" FILEALIAS REGEXPI:^/(.+)/tcp/553/$ "/$1/tcp/pirp (553)/" FILEALIAS REGEXPI:^/(.+)/udp/553/$ "/$1/udp/pirp (553)/" FILEALIAS REGEXPI:^/(.+)/tcp/554/$ "/$1/tcp/rtsp (554)/" FILEALIAS REGEXPI:^/(.+)/udp/554/$ "/$1/udp/rtsp (554)/" FILEALIAS REGEXPI:^/(.+)/tcp/555/$ "/$1/tcp/dsf (555)/" FILEALIAS REGEXPI:^/(.+)/udp/555/$ "/$1/udp/dsf (555)/" FILEALIAS REGEXPI:^/(.+)/tcp/556/$ "/$1/tcp/remotefs (556)/" FILEALIAS REGEXPI:^/(.+)/udp/556/$ "/$1/udp/remotefs (556)/" FILEALIAS REGEXPI:^/(.+)/tcp/557/$ "/$1/tcp/openvms-sysipc (557)/" FILEALIAS REGEXPI:^/(.+)/udp/557/$ "/$1/udp/openvms-sysipc (557)/" FILEALIAS REGEXPI:^/(.+)/tcp/558/$ "/$1/tcp/sdnskmp (558)/" FILEALIAS REGEXPI:^/(.+)/udp/558/$ "/$1/udp/sdnskmp (558)/" FILEALIAS REGEXPI:^/(.+)/tcp/559/$ "/$1/tcp/teedtap (559)/" FILEALIAS REGEXPI:^/(.+)/udp/559/$ "/$1/udp/teedtap (559)/" FILEALIAS REGEXPI:^/(.+)/tcp/560/$ "/$1/tcp/rmonitor (560)/" FILEALIAS REGEXPI:^/(.+)/udp/560/$ "/$1/udp/rmonitor (560)/" FILEALIAS REGEXPI:^/(.+)/tcp/561/$ "/$1/tcp/monitor (561)/" FILEALIAS REGEXPI:^/(.+)/udp/561/$ "/$1/udp/monitor (561)/" FILEALIAS REGEXPI:^/(.+)/tcp/562/$ "/$1/tcp/chshell (562)/" FILEALIAS REGEXPI:^/(.+)/udp/562/$ "/$1/udp/chshell (562)/" FILEALIAS REGEXPI:^/(.+)/tcp/563/$ "/$1/tcp/snews (563)/" FILEALIAS REGEXPI:^/(.+)/udp/563/$ "/$1/udp/snews (563)/" FILEALIAS REGEXPI:^/(.+)/tcp/564/$ "/$1/tcp/9pfs (564)/" FILEALIAS REGEXPI:^/(.+)/udp/564/$ "/$1/udp/9pfs (564)/" FILEALIAS REGEXPI:^/(.+)/tcp/565/$ "/$1/tcp/whoami (565)/" FILEALIAS REGEXPI:^/(.+)/udp/565/$ "/$1/udp/whoami (565)/" FILEALIAS REGEXPI:^/(.+)/tcp/566/$ "/$1/tcp/streettalk (566)/" FILEALIAS REGEXPI:^/(.+)/tcp/567/$ "/$1/tcp/banyan-rpc (567)/" FILEALIAS REGEXPI:^/(.+)/udp/567/$ "/$1/udp/banyan-rpc (567)/" FILEALIAS REGEXPI:^/(.+)/tcp/568/$ "/$1/tcp/ms-shuttle (568)/" FILEALIAS REGEXPI:^/(.+)/udp/568/$ "/$1/udp/ms-shuttle (568)/" FILEALIAS REGEXPI:^/(.+)/tcp/569/$ "/$1/tcp/ms-rome (569)/" FILEALIAS REGEXPI:^/(.+)/udp/569/$ "/$1/udp/ms-rome (569)/" FILEALIAS REGEXPI:^/(.+)/tcp/570/$ "/$1/tcp/meter (570)/" FILEALIAS REGEXPI:^/(.+)/udp/570/$ "/$1/udp/meter (570)/" FILEALIAS REGEXPI:^/(.+)/tcp/571/$ "/$1/tcp/umeter (571)/" FILEALIAS REGEXPI:^/(.+)/udp/571/$ "/$1/udp/umeter (571)/" FILEALIAS REGEXPI:^/(.+)/tcp/572/$ "/$1/tcp/sonar (572)/" FILEALIAS REGEXPI:^/(.+)/udp/572/$ "/$1/udp/sonar (572)/" FILEALIAS REGEXPI:^/(.+)/tcp/573/$ "/$1/tcp/banyan-vip (573)/" FILEALIAS REGEXPI:^/(.+)/udp/573/$ "/$1/udp/banyan-vip (573)/" FILEALIAS REGEXPI:^/(.+)/tcp/574/$ "/$1/tcp/ftp-agent (574)/" FILEALIAS REGEXPI:^/(.+)/udp/574/$ "/$1/udp/ftp-agent (574)/" FILEALIAS REGEXPI:^/(.+)/tcp/575/$ "/$1/tcp/vemmi (575)/" FILEALIAS REGEXPI:^/(.+)/udp/575/$ "/$1/udp/vemmi (575)/" FILEALIAS REGEXPI:^/(.+)/tcp/576/$ "/$1/tcp/ipcd (576)/" FILEALIAS REGEXPI:^/(.+)/udp/576/$ "/$1/udp/ipcd (576)/" FILEALIAS REGEXPI:^/(.+)/tcp/577/$ "/$1/tcp/vnas (577)/" FILEALIAS REGEXPI:^/(.+)/udp/577/$ "/$1/udp/vnas (577)/" FILEALIAS REGEXPI:^/(.+)/tcp/578/$ "/$1/tcp/ipdd (578)/" FILEALIAS REGEXPI:^/(.+)/udp/578/$ "/$1/udp/ipdd (578)/" FILEALIAS REGEXPI:^/(.+)/tcp/579/$ "/$1/tcp/decbsrv (579)/" FILEALIAS REGEXPI:^/(.+)/udp/579/$ "/$1/udp/decbsrv (579)/" FILEALIAS REGEXPI:^/(.+)/tcp/580/$ "/$1/tcp/sntp-heartbeat (580)/" FILEALIAS REGEXPI:^/(.+)/udp/580/$ "/$1/udp/sntp-heartbeat (580)/" FILEALIAS REGEXPI:^/(.+)/tcp/581/$ "/$1/tcp/bdp (581)/" FILEALIAS REGEXPI:^/(.+)/udp/581/$ "/$1/udp/bdp (581)/" FILEALIAS REGEXPI:^/(.+)/tcp/582/$ "/$1/tcp/scc-security (582)/" FILEALIAS REGEXPI:^/(.+)/udp/582/$ "/$1/udp/scc-security (582)/" FILEALIAS REGEXPI:^/(.+)/tcp/583/$ "/$1/tcp/philips-vc (583)/" FILEALIAS REGEXPI:^/(.+)/udp/583/$ "/$1/udp/philips-vc (583)/" FILEALIAS REGEXPI:^/(.+)/tcp/584/$ "/$1/tcp/keyserver (584)/" FILEALIAS REGEXPI:^/(.+)/udp/584/$ "/$1/udp/keyserver (584)/" FILEALIAS REGEXPI:^/(.+)/tcp/585/$ "/$1/tcp/imap4-ssl (585)/" FILEALIAS REGEXPI:^/(.+)/udp/585/$ "/$1/udp/imap4-ssl (585)/" FILEALIAS REGEXPI:^/(.+)/tcp/586/$ "/$1/tcp/password-chg (586)/" FILEALIAS REGEXPI:^/(.+)/udp/586/$ "/$1/udp/password-chg (586)/" FILEALIAS REGEXPI:^/(.+)/tcp/587/$ "/$1/tcp/submission (587)/" FILEALIAS REGEXPI:^/(.+)/udp/587/$ "/$1/udp/submission (587)/" FILEALIAS REGEXPI:^/(.+)/tcp/588/$ "/$1/tcp/cal (588)/" FILEALIAS REGEXPI:^/(.+)/udp/588/$ "/$1/udp/cal (588)/" FILEALIAS REGEXPI:^/(.+)/tcp/589/$ "/$1/tcp/eyelink (589)/" FILEALIAS REGEXPI:^/(.+)/udp/589/$ "/$1/udp/eyelink (589)/" FILEALIAS REGEXPI:^/(.+)/tcp/590/$ "/$1/tcp/tns-cml (590)/" FILEALIAS REGEXPI:^/(.+)/udp/590/$ "/$1/udp/tns-cml (590)/" FILEALIAS REGEXPI:^/(.+)/tcp/591/$ "/$1/tcp/http-alt (591)/" FILEALIAS REGEXPI:^/(.+)/udp/591/$ "/$1/udp/http-alt (591)/" FILEALIAS REGEXPI:^/(.+)/tcp/592/$ "/$1/tcp/eudora-set (592)/" FILEALIAS REGEXPI:^/(.+)/udp/592/$ "/$1/udp/eudora-set (592)/" FILEALIAS REGEXPI:^/(.+)/tcp/593/$ "/$1/tcp/http-rpc-epmap (593)/" FILEALIAS REGEXPI:^/(.+)/udp/593/$ "/$1/udp/http-rpc-epmap (593)/" FILEALIAS REGEXPI:^/(.+)/tcp/594/$ "/$1/tcp/tpip (594)/" FILEALIAS REGEXPI:^/(.+)/udp/594/$ "/$1/udp/tpip (594)/" FILEALIAS REGEXPI:^/(.+)/tcp/595/$ "/$1/tcp/cab-protocol (595)/" FILEALIAS REGEXPI:^/(.+)/udp/595/$ "/$1/udp/cab-protocol (595)/" FILEALIAS REGEXPI:^/(.+)/tcp/596/$ "/$1/tcp/smsd (596)/" FILEALIAS REGEXPI:^/(.+)/udp/596/$ "/$1/udp/smsd (596)/" FILEALIAS REGEXPI:^/(.+)/tcp/597/$ "/$1/tcp/ptcnameservice (597)/" FILEALIAS REGEXPI:^/(.+)/udp/597/$ "/$1/udp/ptcnameservice (597)/" FILEALIAS REGEXPI:^/(.+)/tcp/598/$ "/$1/tcp/sco-websrvrmg3 (598)/" FILEALIAS REGEXPI:^/(.+)/udp/598/$ "/$1/udp/sco-websrvrmg3 (598)/" FILEALIAS REGEXPI:^/(.+)/tcp/599/$ "/$1/tcp/acp (599)/" FILEALIAS REGEXPI:^/(.+)/udp/599/$ "/$1/udp/acp (599)/" FILEALIAS REGEXPI:^/(.+)/tcp/600/$ "/$1/tcp/ipcserver (600)/" FILEALIAS REGEXPI:^/(.+)/udp/600/$ "/$1/udp/ipcserver (600)/" FILEALIAS REGEXPI:^/(.+)/tcp/606/$ "/$1/tcp/urm (606)/" FILEALIAS REGEXPI:^/(.+)/udp/606/$ "/$1/udp/urm (606)/" FILEALIAS REGEXPI:^/(.+)/tcp/607/$ "/$1/tcp/nqs (607)/" FILEALIAS REGEXPI:^/(.+)/udp/607/$ "/$1/udp/nqs (607)/" FILEALIAS REGEXPI:^/(.+)/tcp/608/$ "/$1/tcp/sift-uft (608)/" FILEALIAS REGEXPI:^/(.+)/udp/608/$ "/$1/udp/sift-uft (608)/" FILEALIAS REGEXPI:^/(.+)/tcp/609/$ "/$1/tcp/npmp-trap (609)/" FILEALIAS REGEXPI:^/(.+)/udp/609/$ "/$1/udp/npmp-trap (609)/" FILEALIAS REGEXPI:^/(.+)/tcp/610/$ "/$1/tcp/npmp-local (610)/" FILEALIAS REGEXPI:^/(.+)/udp/610/$ "/$1/udp/npmp-local (610)/" FILEALIAS REGEXPI:^/(.+)/tcp/611/$ "/$1/tcp/npmp-gui (611)/" FILEALIAS REGEXPI:^/(.+)/udp/611/$ "/$1/udp/npmp-gui (611)/" FILEALIAS REGEXPI:^/(.+)/tcp/628/$ "/$1/tcp/qmqp (628)/" FILEALIAS REGEXPI:^/(.+)/tcp/631/$ "/$1/tcp/cups (631)/" FILEALIAS REGEXPI:^/(.+)/tcp/634/$ "/$1/tcp/ginad (634)/" FILEALIAS REGEXPI:^/(.+)/udp/634/$ "/$1/udp/ginad (634)/" FILEALIAS REGEXPI:^/(.+)/udp/635/$ "/$1/udp/mount (635)/" FILEALIAS REGEXPI:^/(.+)/tcp/636/$ "/$1/tcp/ldapssl (636)/" FILEALIAS REGEXPI:^/(.+)/udp/640/$ "/$1/udp/pcnfs (640)/" FILEALIAS REGEXPI:^/(.+)/udp/650/$ "/$1/udp/bwnfs (650)/" FILEALIAS REGEXPI:^/(.+)/tcp/666/$ "/$1/tcp/doom (666)/" FILEALIAS REGEXPI:^/(.+)/udp/666/$ "/$1/udp/doom (666)/" FILEALIAS REGEXPI:^/(.+)/tcp/691/$ "/$1/tcp/resvc (691)/" FILEALIAS REGEXPI:^/(.+)/tcp/704/$ "/$1/tcp/elcsd (704)/" FILEALIAS REGEXPI:^/(.+)/udp/704/$ "/$1/udp/elcsd (704)/" FILEALIAS REGEXPI:^/(.+)/tcp/709/$ "/$1/tcp/entrustmanager (709)/" FILEALIAS REGEXPI:^/(.+)/udp/709/$ "/$1/udp/entrustmanager (709)/" FILEALIAS REGEXPI:^/(.+)/tcp/729/$ "/$1/tcp/netviewdm1 (729)/" FILEALIAS REGEXPI:^/(.+)/udp/729/$ "/$1/udp/netviewdm1 (729)/" FILEALIAS REGEXPI:^/(.+)/tcp/730/$ "/$1/tcp/netviewdm2 (730)/" FILEALIAS REGEXPI:^/(.+)/udp/730/$ "/$1/udp/netviewdm2 (730)/" FILEALIAS REGEXPI:^/(.+)/tcp/731/$ "/$1/tcp/netviewdm3 (731)/" FILEALIAS REGEXPI:^/(.+)/udp/731/$ "/$1/udp/netviewdm3 (731)/" FILEALIAS REGEXPI:^/(.+)/udp/737/$ "/$1/udp/sometimes-rpc2 (737)/" FILEALIAS REGEXPI:^/(.+)/tcp/740/$ "/$1/tcp/netcp (740)/" FILEALIAS REGEXPI:^/(.+)/udp/740/$ "/$1/udp/netcp (740)/" FILEALIAS REGEXPI:^/(.+)/tcp/741/$ "/$1/tcp/netgw (741)/" FILEALIAS REGEXPI:^/(.+)/udp/741/$ "/$1/udp/netgw (741)/" FILEALIAS REGEXPI:^/(.+)/tcp/742/$ "/$1/tcp/netrcs (742)/" FILEALIAS REGEXPI:^/(.+)/udp/742/$ "/$1/udp/netrcs (742)/" FILEALIAS REGEXPI:^/(.+)/tcp/744/$ "/$1/tcp/flexlm (744)/" FILEALIAS REGEXPI:^/(.+)/udp/744/$ "/$1/udp/flexlm (744)/" FILEALIAS REGEXPI:^/(.+)/tcp/747/$ "/$1/tcp/fujitsu-dev (747)/" FILEALIAS REGEXPI:^/(.+)/udp/747/$ "/$1/udp/fujitsu-dev (747)/" FILEALIAS REGEXPI:^/(.+)/tcp/748/$ "/$1/tcp/ris-cm (748)/" FILEALIAS REGEXPI:^/(.+)/udp/748/$ "/$1/udp/ris-cm (748)/" FILEALIAS REGEXPI:^/(.+)/tcp/749/$ "/$1/tcp/kerberos-adm (749)/" FILEALIAS REGEXPI:^/(.+)/udp/749/$ "/$1/udp/kerberos-adm (749)/" FILEALIAS REGEXPI:^/(.+)/tcp/750/$ "/$1/tcp/kerberos (750)/" FILEALIAS REGEXPI:^/(.+)/udp/750/$ "/$1/udp/kerberos (750)/" FILEALIAS REGEXPI:^/(.+)/tcp/751/$ "/$1/tcp/kerberos_master (751)/" FILEALIAS REGEXPI:^/(.+)/udp/751/$ "/$1/udp/kerberos_master (751)/" FILEALIAS REGEXPI:^/(.+)/tcp/752/$ "/$1/tcp/qrh (752)/" FILEALIAS REGEXPI:^/(.+)/udp/752/$ "/$1/udp/qrh (752)/" FILEALIAS REGEXPI:^/(.+)/tcp/753/$ "/$1/tcp/rrh (753)/" FILEALIAS REGEXPI:^/(.+)/udp/753/$ "/$1/udp/rrh (753)/" FILEALIAS REGEXPI:^/(.+)/tcp/754/$ "/$1/tcp/krb_prop (754)/" FILEALIAS REGEXPI:^/(.+)/tcp/758/$ "/$1/tcp/nlogin (758)/" FILEALIAS REGEXPI:^/(.+)/udp/758/$ "/$1/udp/nlogin (758)/" FILEALIAS REGEXPI:^/(.+)/tcp/759/$ "/$1/tcp/con (759)/" FILEALIAS REGEXPI:^/(.+)/udp/759/$ "/$1/udp/con (759)/" FILEALIAS REGEXPI:^/(.+)/tcp/760/$ "/$1/tcp/krbupdate (760)/" FILEALIAS REGEXPI:^/(.+)/udp/760/$ "/$1/udp/ns (760)/" FILEALIAS REGEXPI:^/(.+)/tcp/761/$ "/$1/tcp/kpasswd (761)/" FILEALIAS REGEXPI:^/(.+)/udp/761/$ "/$1/udp/rxe (761)/" FILEALIAS REGEXPI:^/(.+)/tcp/762/$ "/$1/tcp/quotad (762)/" FILEALIAS REGEXPI:^/(.+)/udp/762/$ "/$1/udp/quotad (762)/" FILEALIAS REGEXPI:^/(.+)/tcp/763/$ "/$1/tcp/cycleserv (763)/" FILEALIAS REGEXPI:^/(.+)/udp/763/$ "/$1/udp/cycleserv (763)/" FILEALIAS REGEXPI:^/(.+)/tcp/764/$ "/$1/tcp/omserv (764)/" FILEALIAS REGEXPI:^/(.+)/udp/764/$ "/$1/udp/omserv (764)/" FILEALIAS REGEXPI:^/(.+)/tcp/765/$ "/$1/tcp/webster (765)/" FILEALIAS REGEXPI:^/(.+)/udp/765/$ "/$1/udp/webster (765)/" FILEALIAS REGEXPI:^/(.+)/tcp/767/$ "/$1/tcp/phonebook (767)/" FILEALIAS REGEXPI:^/(.+)/udp/767/$ "/$1/udp/phonebook (767)/" FILEALIAS REGEXPI:^/(.+)/tcp/769/$ "/$1/tcp/vid (769)/" FILEALIAS REGEXPI:^/(.+)/udp/769/$ "/$1/udp/vid (769)/" FILEALIAS REGEXPI:^/(.+)/tcp/770/$ "/$1/tcp/cadlock (770)/" FILEALIAS REGEXPI:^/(.+)/udp/770/$ "/$1/udp/cadlock (770)/" FILEALIAS REGEXPI:^/(.+)/tcp/771/$ "/$1/tcp/rtip (771)/" FILEALIAS REGEXPI:^/(.+)/udp/771/$ "/$1/udp/rtip (771)/" FILEALIAS REGEXPI:^/(.+)/tcp/772/$ "/$1/tcp/cycleserv2 (772)/" FILEALIAS REGEXPI:^/(.+)/udp/772/$ "/$1/udp/cycleserv2 (772)/" FILEALIAS REGEXPI:^/(.+)/tcp/773/$ "/$1/tcp/submit (773)/" FILEALIAS REGEXPI:^/(.+)/udp/773/$ "/$1/udp/notify (773)/" FILEALIAS REGEXPI:^/(.+)/tcp/774/$ "/$1/tcp/rpasswd (774)/" FILEALIAS REGEXPI:^/(.+)/udp/774/$ "/$1/udp/acmaint_dbd (774)/" FILEALIAS REGEXPI:^/(.+)/tcp/775/$ "/$1/tcp/entomb (775)/" FILEALIAS REGEXPI:^/(.+)/udp/775/$ "/$1/udp/acmaint_transd (775)/" FILEALIAS REGEXPI:^/(.+)/tcp/776/$ "/$1/tcp/wpages (776)/" FILEALIAS REGEXPI:^/(.+)/udp/776/$ "/$1/udp/wpages (776)/" FILEALIAS REGEXPI:^/(.+)/tcp/780/$ "/$1/tcp/wpgs (780)/" FILEALIAS REGEXPI:^/(.+)/udp/780/$ "/$1/udp/wpgs (780)/" FILEALIAS REGEXPI:^/(.+)/tcp/781/$ "/$1/tcp/hp-collector (781)/" FILEALIAS REGEXPI:^/(.+)/udp/781/$ "/$1/udp/hp-collector (781)/" FILEALIAS REGEXPI:^/(.+)/tcp/782/$ "/$1/tcp/hp-managed-node (782)/" FILEALIAS REGEXPI:^/(.+)/udp/782/$ "/$1/udp/hp-managed-node (782)/" FILEALIAS REGEXPI:^/(.+)/tcp/783/$ "/$1/tcp/hp-alarm-mgr (783)/" FILEALIAS REGEXPI:^/(.+)/udp/783/$ "/$1/udp/hp-alarm-mgr (783)/" FILEALIAS REGEXPI:^/(.+)/tcp/786/$ "/$1/tcp/concert (786)/" FILEALIAS REGEXPI:^/(.+)/udp/786/$ "/$1/udp/concert (786)/" FILEALIAS REGEXPI:^/(.+)/tcp/799/$ "/$1/tcp/controlit (799)/" FILEALIAS REGEXPI:^/(.+)/tcp/800/$ "/$1/tcp/mdbs_daemon (800)/" FILEALIAS REGEXPI:^/(.+)/udp/800/$ "/$1/udp/mdbs_daemon (800)/" FILEALIAS REGEXPI:^/(.+)/tcp/801/$ "/$1/tcp/device (801)/" FILEALIAS REGEXPI:^/(.+)/udp/801/$ "/$1/udp/device (801)/" FILEALIAS REGEXPI:^/(.+)/tcp/871/$ "/$1/tcp/supfilesrv (871)/" FILEALIAS REGEXPI:^/(.+)/tcp/873/$ "/$1/tcp/rsync (873)/" FILEALIAS REGEXPI:^/(.+)/tcp/888/$ "/$1/tcp/accessbuilder (888)/" FILEALIAS REGEXPI:^/(.+)/udp/888/$ "/$1/udp/accessbuilder (888)/" FILEALIAS REGEXPI:^/(.+)/tcp/989/$ "/$1/tcp/ftps-data (989)/" FILEALIAS REGEXPI:^/(.+)/tcp/901/$ "/$1/tcp/samba-swat (901)/" FILEALIAS REGEXPI:^/(.+)/tcp/950/$ "/$1/tcp/oftep-rpc (950)/" FILEALIAS REGEXPI:^/(.+)/tcp/953/$ "/$1/tcp/rndc (953)/" FILEALIAS REGEXPI:^/(.+)/tcp/975/$ "/$1/tcp/securenetpro-sensor (975)/" FILEALIAS REGEXPI:^/(.+)/tcp/990/$ "/$1/tcp/ftps (990)/" FILEALIAS REGEXPI:^/(.+)/tcp/992/$ "/$1/tcp/telnets (992)/" FILEALIAS REGEXPI:^/(.+)/tcp/993/$ "/$1/tcp/imaps (993)/" FILEALIAS REGEXPI:^/(.+)/tcp/994/$ "/$1/tcp/ircs (994)/" FILEALIAS REGEXPI:^/(.+)/tcp/995/$ "/$1/tcp/pop3s (995)/" FILEALIAS REGEXPI:^/(.+)/tcp/996/$ "/$1/tcp/xtreelic (996)/" FILEALIAS REGEXPI:^/(.+)/udp/996/$ "/$1/udp/vsinet (996)/" FILEALIAS REGEXPI:^/(.+)/tcp/997/$ "/$1/tcp/maitrd (997)/" FILEALIAS REGEXPI:^/(.+)/udp/997/$ "/$1/udp/maitrd (997)/" FILEALIAS REGEXPI:^/(.+)/tcp/998/$ "/$1/tcp/busboy (998)/" FILEALIAS REGEXPI:^/(.+)/udp/998/$ "/$1/udp/puparp (998)/" FILEALIAS REGEXPI:^/(.+)/tcp/999/$ "/$1/tcp/garcon (999)/" FILEALIAS REGEXPI:^/(.+)/udp/999/$ "/$1/udp/applix (999)/" FILEALIAS REGEXPI:^/(.+)/tcp/1000/$ "/$1/tcp/cadlock (1000)/" FILEALIAS REGEXPI:^/(.+)/udp/1000/$ "/$1/udp/ock (1000)/" FILEALIAS REGEXPI:^/(.+)/tcp/1008/$ "/$1/tcp/ufsd (1008)/" FILEALIAS REGEXPI:^/(.+)/udp/1008/$ "/$1/udp/ufsd (1008)/" FILEALIAS REGEXPI:^/(.+)/udp/1012/$ "/$1/udp/sometimes-rpc1 (1012)/" FILEALIAS REGEXPI:^/(.+)/tcp/1024/$ "/$1/tcp/kdm (1024)/" FILEALIAS REGEXPI:^/(.+)/tcp/1025/$ "/$1/tcp/listen (1025)/" FILEALIAS REGEXPI:^/(.+)/udp/1025/$ "/$1/udp/blackjack (1025)/" FILEALIAS REGEXPI:^/(.+)/tcp/1026/$ "/$1/tcp/nterm (1026)/" FILEALIAS REGEXPI:^/(.+)/tcp/1030/$ "/$1/tcp/iad1 (1030)/" FILEALIAS REGEXPI:^/(.+)/udp/1030/$ "/$1/udp/iad1 (1030)/" FILEALIAS REGEXPI:^/(.+)/tcp/1031/$ "/$1/tcp/iad2 (1031)/" FILEALIAS REGEXPI:^/(.+)/udp/1031/$ "/$1/udp/iad2 (1031)/" FILEALIAS REGEXPI:^/(.+)/tcp/1032/$ "/$1/tcp/iad3 (1032)/" FILEALIAS REGEXPI:^/(.+)/udp/1032/$ "/$1/udp/iad3 (1032)/" FILEALIAS REGEXPI:^/(.+)/tcp/1058/$ "/$1/tcp/nim (1058)/" FILEALIAS REGEXPI:^/(.+)/udp/1058/$ "/$1/udp/nim (1058)/" FILEALIAS REGEXPI:^/(.+)/tcp/1059/$ "/$1/tcp/nimreg (1059)/" FILEALIAS REGEXPI:^/(.+)/udp/1059/$ "/$1/udp/nimreg (1059)/" FILEALIAS REGEXPI:^/(.+)/tcp/1067/$ "/$1/tcp/instl_boots (1067)/" FILEALIAS REGEXPI:^/(.+)/udp/1067/$ "/$1/udp/instl_boots (1067)/" FILEALIAS REGEXPI:^/(.+)/tcp/1068/$ "/$1/tcp/instl_bootc (1068)/" FILEALIAS REGEXPI:^/(.+)/udp/1068/$ "/$1/udp/instl_bootc (1068)/" FILEALIAS REGEXPI:^/(.+)/tcp/1080/$ "/$1/tcp/socks (1080)/" FILEALIAS REGEXPI:^/(.+)/udp/1080/$ "/$1/udp/socks (1080)/" FILEALIAS REGEXPI:^/(.+)/tcp/1083/$ "/$1/tcp/ansoft-lm-1 (1083)/" FILEALIAS REGEXPI:^/(.+)/udp/1083/$ "/$1/udp/ansoft-lm-1 (1083)/" FILEALIAS REGEXPI:^/(.+)/tcp/1084/$ "/$1/tcp/ansoft-lm-2 (1084)/" FILEALIAS REGEXPI:^/(.+)/udp/1084/$ "/$1/udp/ansoft-lm-2 (1084)/" FILEALIAS REGEXPI:^/(.+)/tcp/1098/$ "/$1/tcp/RMI_Activation (1098)/" FILEALIAS REGEXPI:^/(.+)/tcp/1099/$ "/$1/tcp/RMI_Registry (1099)/" FILEALIAS REGEXPI:^/(.+)/tcp/1103/$ "/$1/tcp/xaudio (1103)/" FILEALIAS REGEXPI:^/(.+)/tcp/1109/$ "/$1/tcp/kpop (1109)/" FILEALIAS REGEXPI:^/(.+)/tcp/1110/$ "/$1/tcp/nfsd-status (1110)/" FILEALIAS REGEXPI:^/(.+)/udp/1110/$ "/$1/udp/nfsd-keepalive (1110)/" FILEALIAS REGEXPI:^/(.+)/tcp/1112/$ "/$1/tcp/msql (1112)/" FILEALIAS REGEXPI:^/(.+)/tcp/1127/$ "/$1/tcp/supfiledbg (1127)/" FILEALIAS REGEXPI:^/(.+)/tcp/1139/$ "/$1/tcp/cce3x (1139)/" FILEALIAS REGEXPI:^/(.+)/tcp/1155/$ "/$1/tcp/nfa (1155)/" FILEALIAS REGEXPI:^/(.+)/udp/1155/$ "/$1/udp/nfa (1155)/" FILEALIAS REGEXPI:^/(.+)/udp/1167/$ "/$1/udp/phone (1167)/" FILEALIAS REGEXPI:^/(.+)/tcp/1178/$ "/$1/tcp/skkserv (1178)/" FILEALIAS REGEXPI:^/(.+)/tcp/1212/$ "/$1/tcp/lupa (1212)/" FILEALIAS REGEXPI:^/(.+)/udp/1212/$ "/$1/udp/lupa (1212)/" FILEALIAS REGEXPI:^/(.+)/tcp/1214/$ "/$1/tcp/KAZAA (1214)/" FILEALIAS REGEXPI:^/(.+)/tcp/1222/$ "/$1/tcp/nerv (1222)/" FILEALIAS REGEXPI:^/(.+)/udp/1222/$ "/$1/udp/nerv (1222)/" FILEALIAS REGEXPI:^/(.+)/tcp/1234/$ "/$1/tcp/hotline (1234)/" FILEALIAS REGEXPI:^/(.+)/tcp/1241/$ "/$1/tcp/msg (1241)/" FILEALIAS REGEXPI:^/(.+)/tcp/1248/$ "/$1/tcp/hermes (1248)/" FILEALIAS REGEXPI:^/(.+)/udp/1248/$ "/$1/udp/hermes (1248)/" FILEALIAS REGEXPI:^/(.+)/tcp/1300/$ "/$1/tcp/H323_Host_Call_Secure (1300)/" FILEALIAS REGEXPI:^/(.+)/tcp/1346/$ "/$1/tcp/alta-ana-lm (1346)/" FILEALIAS REGEXPI:^/(.+)/udp/1346/$ "/$1/udp/alta-ana-lm (1346)/" FILEALIAS REGEXPI:^/(.+)/tcp/1347/$ "/$1/tcp/bbn-mmc (1347)/" FILEALIAS REGEXPI:^/(.+)/udp/1347/$ "/$1/udp/bbn-mmc (1347)/" FILEALIAS REGEXPI:^/(.+)/tcp/1348/$ "/$1/tcp/bbn-mmx (1348)/" FILEALIAS REGEXPI:^/(.+)/udp/1348/$ "/$1/udp/bbn-mmx (1348)/" FILEALIAS REGEXPI:^/(.+)/tcp/1349/$ "/$1/tcp/sbook (1349)/" FILEALIAS REGEXPI:^/(.+)/udp/1349/$ "/$1/udp/sbook (1349)/" FILEALIAS REGEXPI:^/(.+)/tcp/1350/$ "/$1/tcp/editbench (1350)/" FILEALIAS REGEXPI:^/(.+)/udp/1350/$ "/$1/udp/editbench (1350)/" FILEALIAS REGEXPI:^/(.+)/tcp/1351/$ "/$1/tcp/equationbuilder (1351)/" FILEALIAS REGEXPI:^/(.+)/udp/1351/$ "/$1/udp/equationbuilder (1351)/" FILEALIAS REGEXPI:^/(.+)/tcp/1352/$ "/$1/tcp/lotusnotes (1352)/" FILEALIAS REGEXPI:^/(.+)/udp/1352/$ "/$1/udp/lotusnotes (1352)/" FILEALIAS REGEXPI:^/(.+)/tcp/1353/$ "/$1/tcp/relief (1353)/" FILEALIAS REGEXPI:^/(.+)/udp/1353/$ "/$1/udp/relief (1353)/" FILEALIAS REGEXPI:^/(.+)/tcp/1354/$ "/$1/tcp/rightbrain (1354)/" FILEALIAS REGEXPI:^/(.+)/udp/1354/$ "/$1/udp/rightbrain (1354)/" FILEALIAS REGEXPI:^/(.+)/tcp/1355/$ "/$1/tcp/intuitive-edge (1355)/" FILEALIAS REGEXPI:^/(.+)/udp/1355/$ "/$1/udp/intuitive-edge (1355)/" FILEALIAS REGEXPI:^/(.+)/tcp/1356/$ "/$1/tcp/cuillamartin (1356)/" FILEALIAS REGEXPI:^/(.+)/udp/1356/$ "/$1/udp/cuillamartin (1356)/" FILEALIAS REGEXPI:^/(.+)/tcp/1357/$ "/$1/tcp/pegboard (1357)/" FILEALIAS REGEXPI:^/(.+)/udp/1357/$ "/$1/udp/pegboard (1357)/" FILEALIAS REGEXPI:^/(.+)/tcp/1358/$ "/$1/tcp/connlcli (1358)/" FILEALIAS REGEXPI:^/(.+)/udp/1358/$ "/$1/udp/connlcli (1358)/" FILEALIAS REGEXPI:^/(.+)/tcp/1359/$ "/$1/tcp/ftsrv (1359)/" FILEALIAS REGEXPI:^/(.+)/udp/1359/$ "/$1/udp/ftsrv (1359)/" FILEALIAS REGEXPI:^/(.+)/tcp/1360/$ "/$1/tcp/mimer (1360)/" FILEALIAS REGEXPI:^/(.+)/udp/1360/$ "/$1/udp/mimer (1360)/" FILEALIAS REGEXPI:^/(.+)/tcp/1361/$ "/$1/tcp/linx (1361)/" FILEALIAS REGEXPI:^/(.+)/udp/1361/$ "/$1/udp/linx (1361)/" FILEALIAS REGEXPI:^/(.+)/tcp/1362/$ "/$1/tcp/timeflies (1362)/" FILEALIAS REGEXPI:^/(.+)/udp/1362/$ "/$1/udp/timeflies (1362)/" FILEALIAS REGEXPI:^/(.+)/tcp/1363/$ "/$1/tcp/ndm-requester (1363)/" FILEALIAS REGEXPI:^/(.+)/udp/1363/$ "/$1/udp/ndm-requester (1363)/" FILEALIAS REGEXPI:^/(.+)/tcp/1364/$ "/$1/tcp/ndm-server (1364)/" FILEALIAS REGEXPI:^/(.+)/udp/1364/$ "/$1/udp/ndm-server (1364)/" FILEALIAS REGEXPI:^/(.+)/tcp/1365/$ "/$1/tcp/adapt-sna (1365)/" FILEALIAS REGEXPI:^/(.+)/udp/1365/$ "/$1/udp/adapt-sna (1365)/" FILEALIAS REGEXPI:^/(.+)/tcp/1366/$ "/$1/tcp/netware-csp (1366)/" FILEALIAS REGEXPI:^/(.+)/udp/1366/$ "/$1/udp/netware-csp (1366)/" FILEALIAS REGEXPI:^/(.+)/tcp/1367/$ "/$1/tcp/dcs (1367)/" FILEALIAS REGEXPI:^/(.+)/udp/1367/$ "/$1/udp/dcs (1367)/" FILEALIAS REGEXPI:^/(.+)/tcp/1368/$ "/$1/tcp/screencast (1368)/" FILEALIAS REGEXPI:^/(.+)/udp/1368/$ "/$1/udp/screencast (1368)/" FILEALIAS REGEXPI:^/(.+)/tcp/1369/$ "/$1/tcp/gv-us (1369)/" FILEALIAS REGEXPI:^/(.+)/udp/1369/$ "/$1/udp/gv-us (1369)/" FILEALIAS REGEXPI:^/(.+)/tcp/1370/$ "/$1/tcp/us-gv (1370)/" FILEALIAS REGEXPI:^/(.+)/udp/1370/$ "/$1/udp/us-gv (1370)/" FILEALIAS REGEXPI:^/(.+)/tcp/1371/$ "/$1/tcp/fc-cli (1371)/" FILEALIAS REGEXPI:^/(.+)/udp/1371/$ "/$1/udp/fc-cli (1371)/" FILEALIAS REGEXPI:^/(.+)/tcp/1372/$ "/$1/tcp/fc-ser (1372)/" FILEALIAS REGEXPI:^/(.+)/udp/1372/$ "/$1/udp/fc-ser (1372)/" FILEALIAS REGEXPI:^/(.+)/tcp/1373/$ "/$1/tcp/chromagrafx (1373)/" FILEALIAS REGEXPI:^/(.+)/udp/1373/$ "/$1/udp/chromagrafx (1373)/" FILEALIAS REGEXPI:^/(.+)/tcp/1374/$ "/$1/tcp/molly (1374)/" FILEALIAS REGEXPI:^/(.+)/udp/1374/$ "/$1/udp/molly (1374)/" FILEALIAS REGEXPI:^/(.+)/tcp/1375/$ "/$1/tcp/bytex (1375)/" FILEALIAS REGEXPI:^/(.+)/udp/1375/$ "/$1/udp/bytex (1375)/" FILEALIAS REGEXPI:^/(.+)/tcp/1376/$ "/$1/tcp/ibm-pps (1376)/" FILEALIAS REGEXPI:^/(.+)/udp/1376/$ "/$1/udp/ibm-pps (1376)/" FILEALIAS REGEXPI:^/(.+)/tcp/1377/$ "/$1/tcp/cichlid (1377)/" FILEALIAS REGEXPI:^/(.+)/udp/1377/$ "/$1/udp/cichlid (1377)/" FILEALIAS REGEXPI:^/(.+)/tcp/1378/$ "/$1/tcp/elan (1378)/" FILEALIAS REGEXPI:^/(.+)/udp/1378/$ "/$1/udp/elan (1378)/" FILEALIAS REGEXPI:^/(.+)/tcp/1379/$ "/$1/tcp/dbreporter (1379)/" FILEALIAS REGEXPI:^/(.+)/udp/1379/$ "/$1/udp/dbreporter (1379)/" FILEALIAS REGEXPI:^/(.+)/tcp/1380/$ "/$1/tcp/telesis-licman (1380)/" FILEALIAS REGEXPI:^/(.+)/udp/1380/$ "/$1/udp/telesis-licman (1380)/" FILEALIAS REGEXPI:^/(.+)/tcp/1381/$ "/$1/tcp/apple-licman (1381)/" FILEALIAS REGEXPI:^/(.+)/udp/1381/$ "/$1/udp/apple-licman (1381)/" FILEALIAS REGEXPI:^/(.+)/tcp/1383/$ "/$1/tcp/gwha (1383)/" FILEALIAS REGEXPI:^/(.+)/udp/1383/$ "/$1/udp/gwha (1383)/" FILEALIAS REGEXPI:^/(.+)/tcp/1384/$ "/$1/tcp/os-licman (1384)/" FILEALIAS REGEXPI:^/(.+)/udp/1384/$ "/$1/udp/os-licman (1384)/" FILEALIAS REGEXPI:^/(.+)/tcp/1385/$ "/$1/tcp/atex_elmd (1385)/" FILEALIAS REGEXPI:^/(.+)/udp/1385/$ "/$1/udp/atex_elmd (1385)/" FILEALIAS REGEXPI:^/(.+)/tcp/1386/$ "/$1/tcp/checksum (1386)/" FILEALIAS REGEXPI:^/(.+)/udp/1386/$ "/$1/udp/checksum (1386)/" FILEALIAS REGEXPI:^/(.+)/tcp/1387/$ "/$1/tcp/cadsi-lm (1387)/" FILEALIAS REGEXPI:^/(.+)/udp/1387/$ "/$1/udp/cadsi-lm (1387)/" FILEALIAS REGEXPI:^/(.+)/tcp/1388/$ "/$1/tcp/objective-dbc (1388)/" FILEALIAS REGEXPI:^/(.+)/udp/1388/$ "/$1/udp/objective-dbc (1388)/" FILEALIAS REGEXPI:^/(.+)/tcp/1389/$ "/$1/tcp/iclpv-dm (1389)/" FILEALIAS REGEXPI:^/(.+)/udp/1389/$ "/$1/udp/iclpv-dm (1389)/" FILEALIAS REGEXPI:^/(.+)/tcp/1390/$ "/$1/tcp/iclpv-sc (1390)/" FILEALIAS REGEXPI:^/(.+)/udp/1390/$ "/$1/udp/iclpv-sc (1390)/" FILEALIAS REGEXPI:^/(.+)/tcp/1391/$ "/$1/tcp/iclpv-sas (1391)/" FILEALIAS REGEXPI:^/(.+)/udp/1391/$ "/$1/udp/iclpv-sas (1391)/" FILEALIAS REGEXPI:^/(.+)/tcp/1392/$ "/$1/tcp/iclpv-pm (1392)/" FILEALIAS REGEXPI:^/(.+)/udp/1392/$ "/$1/udp/iclpv-pm (1392)/" FILEALIAS REGEXPI:^/(.+)/tcp/1393/$ "/$1/tcp/iclpv-nls (1393)/" FILEALIAS REGEXPI:^/(.+)/udp/1393/$ "/$1/udp/iclpv-nls (1393)/" FILEALIAS REGEXPI:^/(.+)/tcp/1394/$ "/$1/tcp/iclpv-nlc (1394)/" FILEALIAS REGEXPI:^/(.+)/udp/1394/$ "/$1/udp/iclpv-nlc (1394)/" FILEALIAS REGEXPI:^/(.+)/tcp/1395/$ "/$1/tcp/iclpv-wsm (1395)/" FILEALIAS REGEXPI:^/(.+)/udp/1395/$ "/$1/udp/iclpv-wsm (1395)/" FILEALIAS REGEXPI:^/(.+)/tcp/1396/$ "/$1/tcp/dvl-activemail (1396)/" FILEALIAS REGEXPI:^/(.+)/udp/1396/$ "/$1/udp/dvl-activemail (1396)/" FILEALIAS REGEXPI:^/(.+)/tcp/1397/$ "/$1/tcp/audio-activmail (1397)/" FILEALIAS REGEXPI:^/(.+)/udp/1397/$ "/$1/udp/audio-activmail (1397)/" FILEALIAS REGEXPI:^/(.+)/tcp/1398/$ "/$1/tcp/video-activmail (1398)/" FILEALIAS REGEXPI:^/(.+)/udp/1398/$ "/$1/udp/video-activmail (1398)/" FILEALIAS REGEXPI:^/(.+)/tcp/1399/$ "/$1/tcp/cadkey-licman (1399)/" FILEALIAS REGEXPI:^/(.+)/udp/1399/$ "/$1/udp/cadkey-licman (1399)/" FILEALIAS REGEXPI:^/(.+)/tcp/1400/$ "/$1/tcp/cadkey-tablet (1400)/" FILEALIAS REGEXPI:^/(.+)/udp/1400/$ "/$1/udp/cadkey-tablet (1400)/" FILEALIAS REGEXPI:^/(.+)/tcp/1401/$ "/$1/tcp/goldleaf-licman (1401)/" FILEALIAS REGEXPI:^/(.+)/udp/1401/$ "/$1/udp/goldleaf-licman (1401)/" FILEALIAS REGEXPI:^/(.+)/tcp/1402/$ "/$1/tcp/prm-sm-np (1402)/" FILEALIAS REGEXPI:^/(.+)/udp/1402/$ "/$1/udp/prm-sm-np (1402)/" FILEALIAS REGEXPI:^/(.+)/tcp/1403/$ "/$1/tcp/prm-nm-np (1403)/" FILEALIAS REGEXPI:^/(.+)/udp/1403/$ "/$1/udp/prm-nm-np (1403)/" FILEALIAS REGEXPI:^/(.+)/tcp/1404/$ "/$1/tcp/igi-lm (1404)/" FILEALIAS REGEXPI:^/(.+)/udp/1404/$ "/$1/udp/igi-lm (1404)/" FILEALIAS REGEXPI:^/(.+)/tcp/1405/$ "/$1/tcp/ibm-res (1405)/" FILEALIAS REGEXPI:^/(.+)/udp/1405/$ "/$1/udp/ibm-res (1405)/" FILEALIAS REGEXPI:^/(.+)/tcp/1406/$ "/$1/tcp/netlabs-lm (1406)/" FILEALIAS REGEXPI:^/(.+)/udp/1406/$ "/$1/udp/netlabs-lm (1406)/" FILEALIAS REGEXPI:^/(.+)/tcp/1407/$ "/$1/tcp/dbsa-lm (1407)/" FILEALIAS REGEXPI:^/(.+)/udp/1407/$ "/$1/udp/dbsa-lm (1407)/" FILEALIAS REGEXPI:^/(.+)/tcp/1408/$ "/$1/tcp/sophia-lm (1408)/" FILEALIAS REGEXPI:^/(.+)/udp/1408/$ "/$1/udp/sophia-lm (1408)/" FILEALIAS REGEXPI:^/(.+)/tcp/1409/$ "/$1/tcp/here-lm (1409)/" FILEALIAS REGEXPI:^/(.+)/udp/1409/$ "/$1/udp/here-lm (1409)/" FILEALIAS REGEXPI:^/(.+)/tcp/1410/$ "/$1/tcp/hiq (1410)/" FILEALIAS REGEXPI:^/(.+)/udp/1410/$ "/$1/udp/hiq (1410)/" FILEALIAS REGEXPI:^/(.+)/tcp/1411/$ "/$1/tcp/af (1411)/" FILEALIAS REGEXPI:^/(.+)/udp/1411/$ "/$1/udp/af (1411)/" FILEALIAS REGEXPI:^/(.+)/tcp/1412/$ "/$1/tcp/innosys (1412)/" FILEALIAS REGEXPI:^/(.+)/udp/1412/$ "/$1/udp/innosys (1412)/" FILEALIAS REGEXPI:^/(.+)/tcp/1413/$ "/$1/tcp/innosys-acl (1413)/" FILEALIAS REGEXPI:^/(.+)/udp/1413/$ "/$1/udp/innosys-acl (1413)/" FILEALIAS REGEXPI:^/(.+)/tcp/1414/$ "/$1/tcp/ibm-mqseries (1414)/" FILEALIAS REGEXPI:^/(.+)/udp/1414/$ "/$1/udp/ibm-mqseries (1414)/" FILEALIAS REGEXPI:^/(.+)/tcp/1415/$ "/$1/tcp/dbstar (1415)/" FILEALIAS REGEXPI:^/(.+)/udp/1415/$ "/$1/udp/dbstar (1415)/" FILEALIAS REGEXPI:^/(.+)/tcp/1416/$ "/$1/tcp/novell-lu6.2 (1416)/" FILEALIAS REGEXPI:^/(.+)/udp/1416/$ "/$1/udp/novell-lu6.2 (1416)/" FILEALIAS REGEXPI:^/(.+)/tcp/1417/$ "/$1/tcp/timbuktu-srv1 (1417)/" FILEALIAS REGEXPI:^/(.+)/udp/1417/$ "/$1/udp/timbuktu-srv1 (1417)/" FILEALIAS REGEXPI:^/(.+)/tcp/1418/$ "/$1/tcp/timbuktu-srv2 (1418)/" FILEALIAS REGEXPI:^/(.+)/udp/1418/$ "/$1/udp/timbuktu-srv2 (1418)/" FILEALIAS REGEXPI:^/(.+)/tcp/1419/$ "/$1/tcp/timbuktu-srv3 (1419)/" FILEALIAS REGEXPI:^/(.+)/udp/1419/$ "/$1/udp/timbuktu-srv3 (1419)/" FILEALIAS REGEXPI:^/(.+)/tcp/1420/$ "/$1/tcp/timbuktu-srv4 (1420)/" FILEALIAS REGEXPI:^/(.+)/udp/1420/$ "/$1/udp/timbuktu-srv4 (1420)/" FILEALIAS REGEXPI:^/(.+)/tcp/1421/$ "/$1/tcp/gandalf-lm (1421)/" FILEALIAS REGEXPI:^/(.+)/udp/1421/$ "/$1/udp/gandalf-lm (1421)/" FILEALIAS REGEXPI:^/(.+)/tcp/1422/$ "/$1/tcp/autodesk-lm (1422)/" FILEALIAS REGEXPI:^/(.+)/udp/1422/$ "/$1/udp/autodesk-lm (1422)/" FILEALIAS REGEXPI:^/(.+)/tcp/1423/$ "/$1/tcp/essbase (1423)/" FILEALIAS REGEXPI:^/(.+)/udp/1423/$ "/$1/udp/essbase (1423)/" FILEALIAS REGEXPI:^/(.+)/tcp/1424/$ "/$1/tcp/hybrid (1424)/" FILEALIAS REGEXPI:^/(.+)/udp/1424/$ "/$1/udp/hybrid (1424)/" FILEALIAS REGEXPI:^/(.+)/tcp/1425/$ "/$1/tcp/zion-lm (1425)/" FILEALIAS REGEXPI:^/(.+)/udp/1425/$ "/$1/udp/zion-lm (1425)/" FILEALIAS REGEXPI:^/(.+)/tcp/1426/$ "/$1/tcp/sas-1 (1426)/" FILEALIAS REGEXPI:^/(.+)/udp/1426/$ "/$1/udp/sas-1 (1426)/" FILEALIAS REGEXPI:^/(.+)/tcp/1427/$ "/$1/tcp/mloadd (1427)/" FILEALIAS REGEXPI:^/(.+)/udp/1427/$ "/$1/udp/mloadd (1427)/" FILEALIAS REGEXPI:^/(.+)/tcp/1428/$ "/$1/tcp/informatik-lm (1428)/" FILEALIAS REGEXPI:^/(.+)/udp/1428/$ "/$1/udp/informatik-lm (1428)/" FILEALIAS REGEXPI:^/(.+)/tcp/1429/$ "/$1/tcp/nms (1429)/" FILEALIAS REGEXPI:^/(.+)/udp/1429/$ "/$1/udp/nms (1429)/" FILEALIAS REGEXPI:^/(.+)/tcp/1430/$ "/$1/tcp/tpdu (1430)/" FILEALIAS REGEXPI:^/(.+)/udp/1430/$ "/$1/udp/tpdu (1430)/" FILEALIAS REGEXPI:^/(.+)/tcp/1431/$ "/$1/tcp/rgtp (1431)/" FILEALIAS REGEXPI:^/(.+)/udp/1431/$ "/$1/udp/rgtp (1431)/" FILEALIAS REGEXPI:^/(.+)/tcp/1432/$ "/$1/tcp/blueberry-lm (1432)/" FILEALIAS REGEXPI:^/(.+)/udp/1432/$ "/$1/udp/blueberry-lm (1432)/" FILEALIAS REGEXPI:^/(.+)/tcp/1433/$ "/$1/tcp/ms-sql-s (1433)/" FILEALIAS REGEXPI:^/(.+)/udp/1433/$ "/$1/udp/ms-sql-s (1433)/" FILEALIAS REGEXPI:^/(.+)/tcp/1434/$ "/$1/tcp/ms-sql-m (1434)/" FILEALIAS REGEXPI:^/(.+)/udp/1434/$ "/$1/udp/ms-sql-m (1434)/" FILEALIAS REGEXPI:^/(.+)/tcp/1435/$ "/$1/tcp/ibm-cics (1435)/" FILEALIAS REGEXPI:^/(.+)/udp/1435/$ "/$1/udp/ibm-cics (1435)/" FILEALIAS REGEXPI:^/(.+)/tcp/1436/$ "/$1/tcp/sas-2 (1436)/" FILEALIAS REGEXPI:^/(.+)/udp/1436/$ "/$1/udp/sas-2 (1436)/" FILEALIAS REGEXPI:^/(.+)/tcp/1437/$ "/$1/tcp/tabula (1437)/" FILEALIAS REGEXPI:^/(.+)/udp/1437/$ "/$1/udp/tabula (1437)/" FILEALIAS REGEXPI:^/(.+)/tcp/1438/$ "/$1/tcp/eicon-server (1438)/" FILEALIAS REGEXPI:^/(.+)/udp/1438/$ "/$1/udp/eicon-server (1438)/" FILEALIAS REGEXPI:^/(.+)/tcp/1439/$ "/$1/tcp/eicon-x25 (1439)/" FILEALIAS REGEXPI:^/(.+)/udp/1439/$ "/$1/udp/eicon-x25 (1439)/" FILEALIAS REGEXPI:^/(.+)/tcp/1440/$ "/$1/tcp/eicon-slp (1440)/" FILEALIAS REGEXPI:^/(.+)/udp/1440/$ "/$1/udp/eicon-slp (1440)/" FILEALIAS REGEXPI:^/(.+)/tcp/1441/$ "/$1/tcp/cadis-1 (1441)/" FILEALIAS REGEXPI:^/(.+)/udp/1441/$ "/$1/udp/cadis-1 (1441)/" FILEALIAS REGEXPI:^/(.+)/tcp/1442/$ "/$1/tcp/cadis-2 (1442)/" FILEALIAS REGEXPI:^/(.+)/udp/1442/$ "/$1/udp/cadis-2 (1442)/" FILEALIAS REGEXPI:^/(.+)/tcp/1443/$ "/$1/tcp/ies-lm (1443)/" FILEALIAS REGEXPI:^/(.+)/udp/1443/$ "/$1/udp/ies-lm (1443)/" FILEALIAS REGEXPI:^/(.+)/tcp/1444/$ "/$1/tcp/marcam-lm (1444)/" FILEALIAS REGEXPI:^/(.+)/udp/1444/$ "/$1/udp/marcam-lm (1444)/" FILEALIAS REGEXPI:^/(.+)/tcp/1445/$ "/$1/tcp/proxima-lm (1445)/" FILEALIAS REGEXPI:^/(.+)/udp/1445/$ "/$1/udp/proxima-lm (1445)/" FILEALIAS REGEXPI:^/(.+)/tcp/1446/$ "/$1/tcp/ora-lm (1446)/" FILEALIAS REGEXPI:^/(.+)/udp/1446/$ "/$1/udp/ora-lm (1446)/" FILEALIAS REGEXPI:^/(.+)/tcp/1447/$ "/$1/tcp/apri-lm (1447)/" FILEALIAS REGEXPI:^/(.+)/udp/1447/$ "/$1/udp/apri-lm (1447)/" FILEALIAS REGEXPI:^/(.+)/tcp/1448/$ "/$1/tcp/oc-lm (1448)/" FILEALIAS REGEXPI:^/(.+)/udp/1448/$ "/$1/udp/oc-lm (1448)/" FILEALIAS REGEXPI:^/(.+)/tcp/1449/$ "/$1/tcp/peport (1449)/" FILEALIAS REGEXPI:^/(.+)/udp/1449/$ "/$1/udp/peport (1449)/" FILEALIAS REGEXPI:^/(.+)/tcp/1450/$ "/$1/tcp/dwf (1450)/" FILEALIAS REGEXPI:^/(.+)/udp/1450/$ "/$1/udp/dwf (1450)/" FILEALIAS REGEXPI:^/(.+)/tcp/1451/$ "/$1/tcp/infoman (1451)/" FILEALIAS REGEXPI:^/(.+)/udp/1451/$ "/$1/udp/infoman (1451)/" FILEALIAS REGEXPI:^/(.+)/tcp/1452/$ "/$1/tcp/gtegsc-lm (1452)/" FILEALIAS REGEXPI:^/(.+)/udp/1452/$ "/$1/udp/gtegsc-lm (1452)/" FILEALIAS REGEXPI:^/(.+)/tcp/1453/$ "/$1/tcp/genie-lm (1453)/" FILEALIAS REGEXPI:^/(.+)/udp/1453/$ "/$1/udp/genie-lm (1453)/" FILEALIAS REGEXPI:^/(.+)/tcp/1454/$ "/$1/tcp/interhdl_elmd (1454)/" FILEALIAS REGEXPI:^/(.+)/udp/1454/$ "/$1/udp/interhdl_elmd (1454)/" FILEALIAS REGEXPI:^/(.+)/tcp/1455/$ "/$1/tcp/esl-lm (1455)/" FILEALIAS REGEXPI:^/(.+)/udp/1455/$ "/$1/udp/esl-lm (1455)/" FILEALIAS REGEXPI:^/(.+)/tcp/1456/$ "/$1/tcp/dca (1456)/" FILEALIAS REGEXPI:^/(.+)/udp/1456/$ "/$1/udp/dca (1456)/" FILEALIAS REGEXPI:^/(.+)/tcp/1457/$ "/$1/tcp/valisys-lm (1457)/" FILEALIAS REGEXPI:^/(.+)/udp/1457/$ "/$1/udp/valisys-lm (1457)/" FILEALIAS REGEXPI:^/(.+)/tcp/1458/$ "/$1/tcp/nrcabq-lm (1458)/" FILEALIAS REGEXPI:^/(.+)/udp/1458/$ "/$1/udp/nrcabq-lm (1458)/" FILEALIAS REGEXPI:^/(.+)/tcp/1459/$ "/$1/tcp/proshare1 (1459)/" FILEALIAS REGEXPI:^/(.+)/udp/1459/$ "/$1/udp/proshare1 (1459)/" FILEALIAS REGEXPI:^/(.+)/tcp/1460/$ "/$1/tcp/proshare2 (1460)/" FILEALIAS REGEXPI:^/(.+)/udp/1460/$ "/$1/udp/proshare2 (1460)/" FILEALIAS REGEXPI:^/(.+)/tcp/1461/$ "/$1/tcp/ibm_wrless_lan (1461)/" FILEALIAS REGEXPI:^/(.+)/udp/1461/$ "/$1/udp/ibm_wrless_lan (1461)/" FILEALIAS REGEXPI:^/(.+)/tcp/1462/$ "/$1/tcp/world-lm (1462)/" FILEALIAS REGEXPI:^/(.+)/udp/1462/$ "/$1/udp/world-lm (1462)/" FILEALIAS REGEXPI:^/(.+)/tcp/1463/$ "/$1/tcp/nucleus (1463)/" FILEALIAS REGEXPI:^/(.+)/udp/1463/$ "/$1/udp/nucleus (1463)/" FILEALIAS REGEXPI:^/(.+)/tcp/1464/$ "/$1/tcp/msl_lmd (1464)/" FILEALIAS REGEXPI:^/(.+)/udp/1464/$ "/$1/udp/msl_lmd (1464)/" FILEALIAS REGEXPI:^/(.+)/tcp/1465/$ "/$1/tcp/pipes (1465)/" FILEALIAS REGEXPI:^/(.+)/udp/1465/$ "/$1/udp/pipes (1465)/" FILEALIAS REGEXPI:^/(.+)/tcp/1466/$ "/$1/tcp/oceansoft-lm (1466)/" FILEALIAS REGEXPI:^/(.+)/udp/1466/$ "/$1/udp/oceansoft-lm (1466)/" FILEALIAS REGEXPI:^/(.+)/tcp/1467/$ "/$1/tcp/csdmbase (1467)/" FILEALIAS REGEXPI:^/(.+)/udp/1467/$ "/$1/udp/csdmbase (1467)/" FILEALIAS REGEXPI:^/(.+)/tcp/1468/$ "/$1/tcp/csdm (1468)/" FILEALIAS REGEXPI:^/(.+)/udp/1468/$ "/$1/udp/csdm (1468)/" FILEALIAS REGEXPI:^/(.+)/tcp/1469/$ "/$1/tcp/aal-lm (1469)/" FILEALIAS REGEXPI:^/(.+)/udp/1469/$ "/$1/udp/aal-lm (1469)/" FILEALIAS REGEXPI:^/(.+)/tcp/1470/$ "/$1/tcp/uaiact (1470)/" FILEALIAS REGEXPI:^/(.+)/udp/1470/$ "/$1/udp/uaiact (1470)/" FILEALIAS REGEXPI:^/(.+)/tcp/1471/$ "/$1/tcp/csdmbase (1471)/" FILEALIAS REGEXPI:^/(.+)/udp/1471/$ "/$1/udp/csdmbase (1471)/" FILEALIAS REGEXPI:^/(.+)/tcp/1472/$ "/$1/tcp/csdm (1472)/" FILEALIAS REGEXPI:^/(.+)/udp/1472/$ "/$1/udp/csdm (1472)/" FILEALIAS REGEXPI:^/(.+)/tcp/1473/$ "/$1/tcp/openmath (1473)/" FILEALIAS REGEXPI:^/(.+)/udp/1473/$ "/$1/udp/openmath (1473)/" FILEALIAS REGEXPI:^/(.+)/tcp/1474/$ "/$1/tcp/telefinder (1474)/" FILEALIAS REGEXPI:^/(.+)/udp/1474/$ "/$1/udp/telefinder (1474)/" FILEALIAS REGEXPI:^/(.+)/tcp/1475/$ "/$1/tcp/taligent-lm (1475)/" FILEALIAS REGEXPI:^/(.+)/udp/1475/$ "/$1/udp/taligent-lm (1475)/" FILEALIAS REGEXPI:^/(.+)/tcp/1476/$ "/$1/tcp/clvm-cfg (1476)/" FILEALIAS REGEXPI:^/(.+)/udp/1476/$ "/$1/udp/clvm-cfg (1476)/" FILEALIAS REGEXPI:^/(.+)/tcp/1477/$ "/$1/tcp/ms-sna-server (1477)/" FILEALIAS REGEXPI:^/(.+)/udp/1477/$ "/$1/udp/ms-sna-server (1477)/" FILEALIAS REGEXPI:^/(.+)/tcp/1478/$ "/$1/tcp/ms-sna-base (1478)/" FILEALIAS REGEXPI:^/(.+)/udp/1478/$ "/$1/udp/ms-sna-base (1478)/" FILEALIAS REGEXPI:^/(.+)/tcp/1479/$ "/$1/tcp/dberegister (1479)/" FILEALIAS REGEXPI:^/(.+)/udp/1479/$ "/$1/udp/dberegister (1479)/" FILEALIAS REGEXPI:^/(.+)/tcp/1480/$ "/$1/tcp/pacerforum (1480)/" FILEALIAS REGEXPI:^/(.+)/udp/1480/$ "/$1/udp/pacerforum (1480)/" FILEALIAS REGEXPI:^/(.+)/tcp/1481/$ "/$1/tcp/airs (1481)/" FILEALIAS REGEXPI:^/(.+)/udp/1481/$ "/$1/udp/airs (1481)/" FILEALIAS REGEXPI:^/(.+)/tcp/1482/$ "/$1/tcp/miteksys-lm (1482)/" FILEALIAS REGEXPI:^/(.+)/udp/1482/$ "/$1/udp/miteksys-lm (1482)/" FILEALIAS REGEXPI:^/(.+)/tcp/1483/$ "/$1/tcp/afs (1483)/" FILEALIAS REGEXPI:^/(.+)/udp/1483/$ "/$1/udp/afs (1483)/" FILEALIAS REGEXPI:^/(.+)/tcp/1484/$ "/$1/tcp/confluent (1484)/" FILEALIAS REGEXPI:^/(.+)/udp/1484/$ "/$1/udp/confluent (1484)/" FILEALIAS REGEXPI:^/(.+)/tcp/1485/$ "/$1/tcp/lansource (1485)/" FILEALIAS REGEXPI:^/(.+)/udp/1485/$ "/$1/udp/lansource (1485)/" FILEALIAS REGEXPI:^/(.+)/tcp/1486/$ "/$1/tcp/nms_topo_serv (1486)/" FILEALIAS REGEXPI:^/(.+)/udp/1486/$ "/$1/udp/nms_topo_serv (1486)/" FILEALIAS REGEXPI:^/(.+)/tcp/1487/$ "/$1/tcp/localinfosrvr (1487)/" FILEALIAS REGEXPI:^/(.+)/udp/1487/$ "/$1/udp/localinfosrvr (1487)/" FILEALIAS REGEXPI:^/(.+)/tcp/1488/$ "/$1/tcp/docstor (1488)/" FILEALIAS REGEXPI:^/(.+)/udp/1488/$ "/$1/udp/docstor (1488)/" FILEALIAS REGEXPI:^/(.+)/tcp/1489/$ "/$1/tcp/dmdocbroker (1489)/" FILEALIAS REGEXPI:^/(.+)/udp/1489/$ "/$1/udp/dmdocbroker (1489)/" FILEALIAS REGEXPI:^/(.+)/tcp/1490/$ "/$1/tcp/insitu-conf (1490)/" FILEALIAS REGEXPI:^/(.+)/udp/1490/$ "/$1/udp/insitu-conf (1490)/" FILEALIAS REGEXPI:^/(.+)/tcp/1491/$ "/$1/tcp/anynetgateway (1491)/" FILEALIAS REGEXPI:^/(.+)/udp/1491/$ "/$1/udp/anynetgateway (1491)/" FILEALIAS REGEXPI:^/(.+)/tcp/1492/$ "/$1/tcp/stone-design-1 (1492)/" FILEALIAS REGEXPI:^/(.+)/udp/1492/$ "/$1/udp/stone-design-1 (1492)/" FILEALIAS REGEXPI:^/(.+)/tcp/1493/$ "/$1/tcp/netmap_lm (1493)/" FILEALIAS REGEXPI:^/(.+)/udp/1493/$ "/$1/udp/netmap_lm (1493)/" FILEALIAS REGEXPI:^/(.+)/tcp/1494/$ "/$1/tcp/citrix-ica (1494)/" FILEALIAS REGEXPI:^/(.+)/udp/1494/$ "/$1/udp/citrix-ica (1494)/" FILEALIAS REGEXPI:^/(.+)/tcp/1495/$ "/$1/tcp/cvc (1495)/" FILEALIAS REGEXPI:^/(.+)/udp/1495/$ "/$1/udp/cvc (1495)/" FILEALIAS REGEXPI:^/(.+)/tcp/1496/$ "/$1/tcp/liberty-lm (1496)/" FILEALIAS REGEXPI:^/(.+)/udp/1496/$ "/$1/udp/liberty-lm (1496)/" FILEALIAS REGEXPI:^/(.+)/tcp/1497/$ "/$1/tcp/rfx-lm (1497)/" FILEALIAS REGEXPI:^/(.+)/udp/1497/$ "/$1/udp/rfx-lm (1497)/" FILEALIAS REGEXPI:^/(.+)/tcp/1498/$ "/$1/tcp/watcom-sql (1498)/" FILEALIAS REGEXPI:^/(.+)/udp/1498/$ "/$1/udp/watcom-sql (1498)/" FILEALIAS REGEXPI:^/(.+)/tcp/1499/$ "/$1/tcp/fhc (1499)/" FILEALIAS REGEXPI:^/(.+)/udp/1499/$ "/$1/udp/fhc (1499)/" FILEALIAS REGEXPI:^/(.+)/tcp/1500/$ "/$1/tcp/vlsi-lm (1500)/" FILEALIAS REGEXPI:^/(.+)/udp/1500/$ "/$1/udp/vlsi-lm (1500)/" FILEALIAS REGEXPI:^/(.+)/tcp/1501/$ "/$1/tcp/sas-3 (1501)/" FILEALIAS REGEXPI:^/(.+)/udp/1501/$ "/$1/udp/sas-3 (1501)/" FILEALIAS REGEXPI:^/(.+)/tcp/1502/$ "/$1/tcp/shivadiscovery (1502)/" FILEALIAS REGEXPI:^/(.+)/udp/1502/$ "/$1/udp/shivadiscovery (1502)/" FILEALIAS REGEXPI:^/(.+)/tcp/1503/$ "/$1/tcp/imtc-mcs (1503)/" FILEALIAS REGEXPI:^/(.+)/udp/1503/$ "/$1/udp/imtc-mcs (1503)/" FILEALIAS REGEXPI:^/(.+)/tcp/1504/$ "/$1/tcp/evb-elm (1504)/" FILEALIAS REGEXPI:^/(.+)/udp/1504/$ "/$1/udp/evb-elm (1504)/" FILEALIAS REGEXPI:^/(.+)/tcp/1505/$ "/$1/tcp/funkproxy (1505)/" FILEALIAS REGEXPI:^/(.+)/udp/1505/$ "/$1/udp/funkproxy (1505)/" FILEALIAS REGEXPI:^/(.+)/tcp/1506/$ "/$1/tcp/utcd (1506)/" FILEALIAS REGEXPI:^/(.+)/udp/1506/$ "/$1/udp/utcd (1506)/" FILEALIAS REGEXPI:^/(.+)/tcp/1507/$ "/$1/tcp/symplex (1507)/" FILEALIAS REGEXPI:^/(.+)/udp/1507/$ "/$1/udp/symplex (1507)/" FILEALIAS REGEXPI:^/(.+)/tcp/1508/$ "/$1/tcp/diagmond (1508)/" FILEALIAS REGEXPI:^/(.+)/udp/1508/$ "/$1/udp/diagmond (1508)/" FILEALIAS REGEXPI:^/(.+)/tcp/1509/$ "/$1/tcp/robcad-lm (1509)/" FILEALIAS REGEXPI:^/(.+)/udp/1509/$ "/$1/udp/robcad-lm (1509)/" FILEALIAS REGEXPI:^/(.+)/tcp/1510/$ "/$1/tcp/mvx-lm (1510)/" FILEALIAS REGEXPI:^/(.+)/udp/1510/$ "/$1/udp/mvx-lm (1510)/" FILEALIAS REGEXPI:^/(.+)/tcp/1511/$ "/$1/tcp/3l-l1 (1511)/" FILEALIAS REGEXPI:^/(.+)/udp/1511/$ "/$1/udp/3l-l1 (1511)/" FILEALIAS REGEXPI:^/(.+)/tcp/1512/$ "/$1/tcp/wins (1512)/" FILEALIAS REGEXPI:^/(.+)/udp/1512/$ "/$1/udp/wins (1512)/" FILEALIAS REGEXPI:^/(.+)/tcp/1513/$ "/$1/tcp/fujitsu-dtc (1513)/" FILEALIAS REGEXPI:^/(.+)/udp/1513/$ "/$1/udp/fujitsu-dtc (1513)/" FILEALIAS REGEXPI:^/(.+)/tcp/1514/$ "/$1/tcp/fujitsu-dtcns (1514)/" FILEALIAS REGEXPI:^/(.+)/udp/1514/$ "/$1/udp/fujitsu-dtcns (1514)/" FILEALIAS REGEXPI:^/(.+)/tcp/1515/$ "/$1/tcp/ifor-protocol (1515)/" FILEALIAS REGEXPI:^/(.+)/udp/1515/$ "/$1/udp/ifor-protocol (1515)/" FILEALIAS REGEXPI:^/(.+)/tcp/1516/$ "/$1/tcp/vpad (1516)/" FILEALIAS REGEXPI:^/(.+)/udp/1516/$ "/$1/udp/vpad (1516)/" FILEALIAS REGEXPI:^/(.+)/tcp/1517/$ "/$1/tcp/vpac (1517)/" FILEALIAS REGEXPI:^/(.+)/udp/1517/$ "/$1/udp/vpac (1517)/" FILEALIAS REGEXPI:^/(.+)/tcp/1518/$ "/$1/tcp/vpvd (1518)/" FILEALIAS REGEXPI:^/(.+)/udp/1518/$ "/$1/udp/vpvd (1518)/" FILEALIAS REGEXPI:^/(.+)/tcp/1519/$ "/$1/tcp/vpvc (1519)/" FILEALIAS REGEXPI:^/(.+)/udp/1519/$ "/$1/udp/vpvc (1519)/" FILEALIAS REGEXPI:^/(.+)/tcp/1520/$ "/$1/tcp/atm-zip-office (1520)/" FILEALIAS REGEXPI:^/(.+)/udp/1520/$ "/$1/udp/atm-zip-office (1520)/" FILEALIAS REGEXPI:^/(.+)/tcp/1521/$ "/$1/tcp/oracle (1521)/" FILEALIAS REGEXPI:^/(.+)/tcp/1522/$ "/$1/tcp/rna-lm (1522)/" FILEALIAS REGEXPI:^/(.+)/udp/1522/$ "/$1/udp/rna-lm (1522)/" FILEALIAS REGEXPI:^/(.+)/tcp/1523/$ "/$1/tcp/cichild-lm (1523)/" FILEALIAS REGEXPI:^/(.+)/udp/1523/$ "/$1/udp/cichild-lm (1523)/" FILEALIAS REGEXPI:^/(.+)/tcp/1524/$ "/$1/tcp/ingreslock (1524)/" FILEALIAS REGEXPI:^/(.+)/udp/1524/$ "/$1/udp/ingreslock (1524)/" FILEALIAS REGEXPI:^/(.+)/tcp/1525/$ "/$1/tcp/orasrv (1525)/" FILEALIAS REGEXPI:^/(.+)/udp/1525/$ "/$1/udp/orasrv (1525)/" FILEALIAS REGEXPI:^/(.+)/tcp/1526/$ "/$1/tcp/pdap-np (1526)/" FILEALIAS REGEXPI:^/(.+)/udp/1526/$ "/$1/udp/pdap-np (1526)/" FILEALIAS REGEXPI:^/(.+)/tcp/1527/$ "/$1/tcp/tlisrv (1527)/" FILEALIAS REGEXPI:^/(.+)/udp/1527/$ "/$1/udp/tlisrv (1527)/" FILEALIAS REGEXPI:^/(.+)/tcp/1528/$ "/$1/tcp/mciautoreg (1528)/" FILEALIAS REGEXPI:^/(.+)/udp/1528/$ "/$1/udp/mciautoreg (1528)/" FILEALIAS REGEXPI:^/(.+)/tcp/1529/$ "/$1/tcp/support (1529)/" FILEALIAS REGEXPI:^/(.+)/udp/1529/$ "/$1/udp/coauthor (1529)/" FILEALIAS REGEXPI:^/(.+)/tcp/1530/$ "/$1/tcp/rap-service (1530)/" FILEALIAS REGEXPI:^/(.+)/udp/1530/$ "/$1/udp/rap-service (1530)/" FILEALIAS REGEXPI:^/(.+)/tcp/1531/$ "/$1/tcp/rap-listen (1531)/" FILEALIAS REGEXPI:^/(.+)/udp/1531/$ "/$1/udp/rap-listen (1531)/" FILEALIAS REGEXPI:^/(.+)/tcp/1532/$ "/$1/tcp/miroconnect (1532)/" FILEALIAS REGEXPI:^/(.+)/udp/1532/$ "/$1/udp/miroconnect (1532)/" FILEALIAS REGEXPI:^/(.+)/tcp/1533/$ "/$1/tcp/virtual-places (1533)/" FILEALIAS REGEXPI:^/(.+)/udp/1533/$ "/$1/udp/virtual-places (1533)/" FILEALIAS REGEXPI:^/(.+)/tcp/1534/$ "/$1/tcp/micromuse-lm (1534)/" FILEALIAS REGEXPI:^/(.+)/udp/1534/$ "/$1/udp/micromuse-lm (1534)/" FILEALIAS REGEXPI:^/(.+)/tcp/1535/$ "/$1/tcp/ampr-info (1535)/" FILEALIAS REGEXPI:^/(.+)/udp/1535/$ "/$1/udp/ampr-info (1535)/" FILEALIAS REGEXPI:^/(.+)/tcp/1536/$ "/$1/tcp/ampr-inter (1536)/" FILEALIAS REGEXPI:^/(.+)/udp/1536/$ "/$1/udp/ampr-inter (1536)/" FILEALIAS REGEXPI:^/(.+)/tcp/1537/$ "/$1/tcp/sdsc-lm (1537)/" FILEALIAS REGEXPI:^/(.+)/udp/1537/$ "/$1/udp/sdsc-lm (1537)/" FILEALIAS REGEXPI:^/(.+)/tcp/1538/$ "/$1/tcp/3ds-lm (1538)/" FILEALIAS REGEXPI:^/(.+)/udp/1538/$ "/$1/udp/3ds-lm (1538)/" FILEALIAS REGEXPI:^/(.+)/tcp/1539/$ "/$1/tcp/intellistor-lm (1539)/" FILEALIAS REGEXPI:^/(.+)/udp/1539/$ "/$1/udp/intellistor-lm (1539)/" FILEALIAS REGEXPI:^/(.+)/tcp/1540/$ "/$1/tcp/rds (1540)/" FILEALIAS REGEXPI:^/(.+)/udp/1540/$ "/$1/udp/rds (1540)/" FILEALIAS REGEXPI:^/(.+)/tcp/1541/$ "/$1/tcp/rds2 (1541)/" FILEALIAS REGEXPI:^/(.+)/udp/1541/$ "/$1/udp/rds2 (1541)/" FILEALIAS REGEXPI:^/(.+)/tcp/1542/$ "/$1/tcp/gridgen-elmd (1542)/" FILEALIAS REGEXPI:^/(.+)/udp/1542/$ "/$1/udp/gridgen-elmd (1542)/" FILEALIAS REGEXPI:^/(.+)/tcp/1543/$ "/$1/tcp/simba-cs (1543)/" FILEALIAS REGEXPI:^/(.+)/udp/1543/$ "/$1/udp/simba-cs (1543)/" FILEALIAS REGEXPI:^/(.+)/tcp/1544/$ "/$1/tcp/aspeclmd (1544)/" FILEALIAS REGEXPI:^/(.+)/udp/1544/$ "/$1/udp/aspeclmd (1544)/" FILEALIAS REGEXPI:^/(.+)/tcp/1545/$ "/$1/tcp/vistium-share (1545)/" FILEALIAS REGEXPI:^/(.+)/udp/1545/$ "/$1/udp/vistium-share (1545)/" FILEALIAS REGEXPI:^/(.+)/tcp/1546/$ "/$1/tcp/abbaccuray (1546)/" FILEALIAS REGEXPI:^/(.+)/udp/1546/$ "/$1/udp/abbaccuray (1546)/" FILEALIAS REGEXPI:^/(.+)/tcp/1547/$ "/$1/tcp/laplink (1547)/" FILEALIAS REGEXPI:^/(.+)/udp/1547/$ "/$1/udp/laplink (1547)/" FILEALIAS REGEXPI:^/(.+)/tcp/1548/$ "/$1/tcp/axon-lm (1548)/" FILEALIAS REGEXPI:^/(.+)/udp/1548/$ "/$1/udp/axon-lm (1548)/" FILEALIAS REGEXPI:^/(.+)/tcp/1549/$ "/$1/tcp/shivahose (1549)/" FILEALIAS REGEXPI:^/(.+)/udp/1549/$ "/$1/udp/shivasound (1549)/" FILEALIAS REGEXPI:^/(.+)/tcp/1550/$ "/$1/tcp/3m-image-lm (1550)/" FILEALIAS REGEXPI:^/(.+)/udp/1550/$ "/$1/udp/3m-image-lm (1550)/" FILEALIAS REGEXPI:^/(.+)/tcp/1551/$ "/$1/tcp/hecmtl-db (1551)/" FILEALIAS REGEXPI:^/(.+)/udp/1551/$ "/$1/udp/hecmtl-db (1551)/" FILEALIAS REGEXPI:^/(.+)/tcp/1552/$ "/$1/tcp/pciarray (1552)/" FILEALIAS REGEXPI:^/(.+)/udp/1552/$ "/$1/udp/pciarray (1552)/" FILEALIAS REGEXPI:^/(.+)/tcp/1571/$ "/$1/tcp/Oracle_Remote_Data_Base (1571)/" FILEALIAS REGEXPI:^/(.+)/tcp/1575/$ "/$1/tcp/oraclenames (1575)/" FILEALIAS REGEXPI:^/(.+)/tcp/1600/$ "/$1/tcp/issd (1600)/" FILEALIAS REGEXPI:^/(.+)/udp/1600/$ "/$1/udp/issd (1600)/" FILEALIAS REGEXPI:^/(.+)/udp/1645/$ "/$1/udp/radius (1645)/" FILEALIAS REGEXPI:^/(.+)/udp/1646/$ "/$1/udp/radacct (1646)/" FILEALIAS REGEXPI:^/(.+)/tcp/1650/$ "/$1/tcp/nkd (1650)/" FILEALIAS REGEXPI:^/(.+)/udp/1650/$ "/$1/udp/nkd (1650)/" FILEALIAS REGEXPI:^/(.+)/tcp/1651/$ "/$1/tcp/shiva_confsrvr (1651)/" FILEALIAS REGEXPI:^/(.+)/udp/1651/$ "/$1/udp/shiva_confsrvr (1651)/" FILEALIAS REGEXPI:^/(.+)/tcp/1652/$ "/$1/tcp/xnmp (1652)/" FILEALIAS REGEXPI:^/(.+)/udp/1652/$ "/$1/udp/xnmp (1652)/" FILEALIAS REGEXPI:^/(.+)/tcp/1661/$ "/$1/tcp/netview-aix-1 (1661)/" FILEALIAS REGEXPI:^/(.+)/udp/1661/$ "/$1/udp/netview-aix-1 (1661)/" FILEALIAS REGEXPI:^/(.+)/tcp/1662/$ "/$1/tcp/netview-aix-2 (1662)/" FILEALIAS REGEXPI:^/(.+)/udp/1662/$ "/$1/udp/netview-aix-2 (1662)/" FILEALIAS REGEXPI:^/(.+)/tcp/1663/$ "/$1/tcp/netview-aix-3 (1663)/" FILEALIAS REGEXPI:^/(.+)/udp/1663/$ "/$1/udp/netview-aix-3 (1663)/" FILEALIAS REGEXPI:^/(.+)/tcp/1664/$ "/$1/tcp/netview-aix-4 (1664)/" FILEALIAS REGEXPI:^/(.+)/udp/1664/$ "/$1/udp/netview-aix-4 (1664)/" FILEALIAS REGEXPI:^/(.+)/tcp/1665/$ "/$1/tcp/netview-aix-5 (1665)/" FILEALIAS REGEXPI:^/(.+)/udp/1665/$ "/$1/udp/netview-aix-5 (1665)/" FILEALIAS REGEXPI:^/(.+)/tcp/1666/$ "/$1/tcp/netview-aix-6 (1666)/" FILEALIAS REGEXPI:^/(.+)/udp/1666/$ "/$1/udp/netview-aix-6 (1666)/" FILEALIAS REGEXPI:^/(.+)/tcp/1667/$ "/$1/tcp/netview-aix-7 (1667)/" FILEALIAS REGEXPI:^/(.+)/udp/1667/$ "/$1/udp/netview-aix-7 (1667)/" FILEALIAS REGEXPI:^/(.+)/tcp/1668/$ "/$1/tcp/netview-aix-8 (1668)/" FILEALIAS REGEXPI:^/(.+)/udp/1668/$ "/$1/udp/netview-aix-8 (1668)/" FILEALIAS REGEXPI:^/(.+)/tcp/1669/$ "/$1/tcp/netview-aix-9 (1669)/" FILEALIAS REGEXPI:^/(.+)/udp/1669/$ "/$1/udp/netview-aix-9 (1669)/" FILEALIAS REGEXPI:^/(.+)/tcp/1670/$ "/$1/tcp/netview-aix-10 (1670)/" FILEALIAS REGEXPI:^/(.+)/udp/1670/$ "/$1/udp/netview-aix-10 (1670)/" FILEALIAS REGEXPI:^/(.+)/tcp/1671/$ "/$1/tcp/netview-aix-11 (1671)/" FILEALIAS REGEXPI:^/(.+)/udp/1671/$ "/$1/udp/netview-aix-11 (1671)/" FILEALIAS REGEXPI:^/(.+)/tcp/1672/$ "/$1/tcp/netview-aix-12 (1672)/" FILEALIAS REGEXPI:^/(.+)/udp/1672/$ "/$1/udp/netview-aix-12 (1672)/" FILEALIAS REGEXPI:^/(.+)/tcp/1699/$ "/$1/tcp/rsvp_encapsulation (1699)/" FILEALIAS REGEXPI:^/(.+)/tcp/1723/$ "/$1/tcp/pptp (1723)/" FILEALIAS REGEXPI:^/(.+)/tcp/1745/$ "/$1/tcp/remote-winsock (1745)/" FILEALIAS REGEXPI:^/(.+)/tcp/1801/$ "/$1/tcp/Microsoft_Message_Que (1801)/" FILEALIAS REGEXPI:^/(.+)/udp/1812/$ "/$1/udp/radius (1812)/" FILEALIAS REGEXPI:^/(.+)/udp/1813/$ "/$1/udp/radacct (1813)/" FILEALIAS REGEXPI:^/(.+)/tcp/1827/$ "/$1/tcp/pcm (1827)/" FILEALIAS REGEXPI:^/(.+)/tcp/1970/$ "/$1/tcp/NetOp_Remote_Control (1970)/" FILEALIAS REGEXPI:^/(.+)/tcp/1971/$ "/$1/tcp/NetOp_School (1971)/" FILEALIAS REGEXPI:^/(.+)/tcp/1978/$ "/$1/tcp/UniSQL (1978)/" FILEALIAS REGEXPI:^/(.+)/tcp/1979/$ "/$1/tcp/UniSQL_Java (1979)/" FILEALIAS REGEXPI:^/(.+)/tcp/1986/$ "/$1/tcp/licensedaemon (1986)/" FILEALIAS REGEXPI:^/(.+)/udp/1986/$ "/$1/udp/licensedaemon (1986)/" FILEALIAS REGEXPI:^/(.+)/tcp/1987/$ "/$1/tcp/tr-rsrb-p1 (1987)/" FILEALIAS REGEXPI:^/(.+)/udp/1987/$ "/$1/udp/tr-rsrb-p1 (1987)/" FILEALIAS REGEXPI:^/(.+)/tcp/1988/$ "/$1/tcp/tr-rsrb-p2 (1988)/" FILEALIAS REGEXPI:^/(.+)/udp/1988/$ "/$1/udp/tr-rsrb-p2 (1988)/" FILEALIAS REGEXPI:^/(.+)/tcp/1989/$ "/$1/tcp/tr-rsrb-p3 (1989)/" FILEALIAS REGEXPI:^/(.+)/udp/1989/$ "/$1/udp/tr-rsrb-p3 (1989)/" FILEALIAS REGEXPI:^/(.+)/tcp/1990/$ "/$1/tcp/stun-p1 (1990)/" FILEALIAS REGEXPI:^/(.+)/udp/1990/$ "/$1/udp/stun-p1 (1990)/" FILEALIAS REGEXPI:^/(.+)/tcp/1991/$ "/$1/tcp/stun-p2 (1991)/" FILEALIAS REGEXPI:^/(.+)/udp/1991/$ "/$1/udp/stun-p2 (1991)/" FILEALIAS REGEXPI:^/(.+)/tcp/1992/$ "/$1/tcp/stun-p3 (1992)/" FILEALIAS REGEXPI:^/(.+)/udp/1992/$ "/$1/udp/stun-p3 (1992)/" FILEALIAS REGEXPI:^/(.+)/tcp/1993/$ "/$1/tcp/snmp-tcp-port (1993)/" FILEALIAS REGEXPI:^/(.+)/udp/1993/$ "/$1/udp/snmp-tcp-port (1993)/" FILEALIAS REGEXPI:^/(.+)/tcp/1994/$ "/$1/tcp/stun-port (1994)/" FILEALIAS REGEXPI:^/(.+)/udp/1994/$ "/$1/udp/stun-port (1994)/" FILEALIAS REGEXPI:^/(.+)/tcp/1995/$ "/$1/tcp/perf-port (1995)/" FILEALIAS REGEXPI:^/(.+)/udp/1995/$ "/$1/udp/perf-port (1995)/" FILEALIAS REGEXPI:^/(.+)/tcp/1996/$ "/$1/tcp/tr-rsrb-port (1996)/" FILEALIAS REGEXPI:^/(.+)/udp/1996/$ "/$1/udp/tr-rsrb-port (1996)/" FILEALIAS REGEXPI:^/(.+)/tcp/1997/$ "/$1/tcp/gdp-port (1997)/" FILEALIAS REGEXPI:^/(.+)/udp/1997/$ "/$1/udp/gdp-port (1997)/" FILEALIAS REGEXPI:^/(.+)/tcp/1998/$ "/$1/tcp/x25-svc-port (1998)/" FILEALIAS REGEXPI:^/(.+)/udp/1998/$ "/$1/udp/x25-svc-port (1998)/" FILEALIAS REGEXPI:^/(.+)/tcp/1999/$ "/$1/tcp/tcp-id-port (1999)/" FILEALIAS REGEXPI:^/(.+)/udp/1999/$ "/$1/udp/tcp-id-port (1999)/" FILEALIAS REGEXPI:^/(.+)/tcp/2000/$ "/$1/tcp/callbook (2000)/" FILEALIAS REGEXPI:^/(.+)/udp/2000/$ "/$1/udp/callbook (2000)/" FILEALIAS REGEXPI:^/(.+)/tcp/2001/$ "/$1/tcp/dc (2001)/" FILEALIAS REGEXPI:^/(.+)/udp/2001/$ "/$1/udp/wizard (2001)/" FILEALIAS REGEXPI:^/(.+)/tcp/2002/$ "/$1/tcp/globe (2002)/" FILEALIAS REGEXPI:^/(.+)/udp/2002/$ "/$1/udp/globe (2002)/" FILEALIAS REGEXPI:^/(.+)/tcp/2003/$ "/$1/tcp/cfingerd (2003)/" FILEALIAS REGEXPI:^/(.+)/tcp/2004/$ "/$1/tcp/mailbox (2004)/" FILEALIAS REGEXPI:^/(.+)/udp/2004/$ "/$1/udp/emce (2004)/" FILEALIAS REGEXPI:^/(.+)/tcp/2005/$ "/$1/tcp/deslogin (2005)/" FILEALIAS REGEXPI:^/(.+)/udp/2005/$ "/$1/udp/oracle (2005)/" FILEALIAS REGEXPI:^/(.+)/tcp/2006/$ "/$1/tcp/invokator (2006)/" FILEALIAS REGEXPI:^/(.+)/udp/2006/$ "/$1/udp/raid-cc (2006)/" FILEALIAS REGEXPI:^/(.+)/tcp/2007/$ "/$1/tcp/dectalk (2007)/" FILEALIAS REGEXPI:^/(.+)/udp/2007/$ "/$1/udp/raid-am (2007)/" FILEALIAS REGEXPI:^/(.+)/tcp/2008/$ "/$1/tcp/conf (2008)/" FILEALIAS REGEXPI:^/(.+)/udp/2008/$ "/$1/udp/terminaldb (2008)/" FILEALIAS REGEXPI:^/(.+)/tcp/2009/$ "/$1/tcp/news (2009)/" FILEALIAS REGEXPI:^/(.+)/udp/2009/$ "/$1/udp/whosockami (2009)/" FILEALIAS REGEXPI:^/(.+)/tcp/2010/$ "/$1/tcp/search (2010)/" FILEALIAS REGEXPI:^/(.+)/udp/2010/$ "/$1/udp/pipe_server (2010)/" FILEALIAS REGEXPI:^/(.+)/tcp/2011/$ "/$1/tcp/raid-cc (2011)/" FILEALIAS REGEXPI:^/(.+)/udp/2011/$ "/$1/udp/servserv (2011)/" FILEALIAS REGEXPI:^/(.+)/tcp/2012/$ "/$1/tcp/ttyinfo (2012)/" FILEALIAS REGEXPI:^/(.+)/udp/2012/$ "/$1/udp/raid-ac (2012)/" FILEALIAS REGEXPI:^/(.+)/tcp/2013/$ "/$1/tcp/raid-am (2013)/" FILEALIAS REGEXPI:^/(.+)/udp/2013/$ "/$1/udp/raid-cd (2013)/" FILEALIAS REGEXPI:^/(.+)/tcp/2014/$ "/$1/tcp/troff (2014)/" FILEALIAS REGEXPI:^/(.+)/udp/2014/$ "/$1/udp/raid-sf (2014)/" FILEALIAS REGEXPI:^/(.+)/tcp/2015/$ "/$1/tcp/cypress (2015)/" FILEALIAS REGEXPI:^/(.+)/udp/2015/$ "/$1/udp/raid-cs (2015)/" FILEALIAS REGEXPI:^/(.+)/tcp/2016/$ "/$1/tcp/bootserver (2016)/" FILEALIAS REGEXPI:^/(.+)/udp/2016/$ "/$1/udp/bootserver (2016)/" FILEALIAS REGEXPI:^/(.+)/tcp/2017/$ "/$1/tcp/cypress-stat (2017)/" FILEALIAS REGEXPI:^/(.+)/udp/2017/$ "/$1/udp/bootclient (2017)/" FILEALIAS REGEXPI:^/(.+)/tcp/2018/$ "/$1/tcp/terminaldb (2018)/" FILEALIAS REGEXPI:^/(.+)/udp/2018/$ "/$1/udp/rellpack (2018)/" FILEALIAS REGEXPI:^/(.+)/tcp/2019/$ "/$1/tcp/whosockami (2019)/" FILEALIAS REGEXPI:^/(.+)/udp/2019/$ "/$1/udp/about (2019)/" FILEALIAS REGEXPI:^/(.+)/tcp/2020/$ "/$1/tcp/xinupageserver (2020)/" FILEALIAS REGEXPI:^/(.+)/udp/2020/$ "/$1/udp/xinupageserver (2020)/" FILEALIAS REGEXPI:^/(.+)/tcp/2021/$ "/$1/tcp/servexec (2021)/" FILEALIAS REGEXPI:^/(.+)/udp/2021/$ "/$1/udp/xinuexpansion1 (2021)/" FILEALIAS REGEXPI:^/(.+)/tcp/2022/$ "/$1/tcp/down (2022)/" FILEALIAS REGEXPI:^/(.+)/udp/2022/$ "/$1/udp/xinuexpansion2 (2022)/" FILEALIAS REGEXPI:^/(.+)/tcp/2023/$ "/$1/tcp/xinuexpansion3 (2023)/" FILEALIAS REGEXPI:^/(.+)/udp/2023/$ "/$1/udp/xinuexpansion3 (2023)/" FILEALIAS REGEXPI:^/(.+)/tcp/2024/$ "/$1/tcp/xinuexpansion4 (2024)/" FILEALIAS REGEXPI:^/(.+)/udp/2024/$ "/$1/udp/xinuexpansion4 (2024)/" FILEALIAS REGEXPI:^/(.+)/tcp/2025/$ "/$1/tcp/ellpack (2025)/" FILEALIAS REGEXPI:^/(.+)/udp/2025/$ "/$1/udp/xribs (2025)/" FILEALIAS REGEXPI:^/(.+)/tcp/2026/$ "/$1/tcp/scrabble (2026)/" FILEALIAS REGEXPI:^/(.+)/udp/2026/$ "/$1/udp/scrabble (2026)/" FILEALIAS REGEXPI:^/(.+)/tcp/2027/$ "/$1/tcp/shadowserver (2027)/" FILEALIAS REGEXPI:^/(.+)/udp/2027/$ "/$1/udp/shadowserver (2027)/" FILEALIAS REGEXPI:^/(.+)/tcp/2028/$ "/$1/tcp/submitserver (2028)/" FILEALIAS REGEXPI:^/(.+)/udp/2028/$ "/$1/udp/submitserver (2028)/" FILEALIAS REGEXPI:^/(.+)/tcp/2030/$ "/$1/tcp/device2 (2030)/" FILEALIAS REGEXPI:^/(.+)/udp/2030/$ "/$1/udp/device2 (2030)/" FILEALIAS REGEXPI:^/(.+)/tcp/2032/$ "/$1/tcp/blackboard (2032)/" FILEALIAS REGEXPI:^/(.+)/udp/2032/$ "/$1/udp/blackboard (2032)/" FILEALIAS REGEXPI:^/(.+)/tcp/2033/$ "/$1/tcp/glogger (2033)/" FILEALIAS REGEXPI:^/(.+)/udp/2033/$ "/$1/udp/glogger (2033)/" FILEALIAS REGEXPI:^/(.+)/tcp/2034/$ "/$1/tcp/scoremgr (2034)/" FILEALIAS REGEXPI:^/(.+)/udp/2034/$ "/$1/udp/scoremgr (2034)/" FILEALIAS REGEXPI:^/(.+)/tcp/2035/$ "/$1/tcp/imsldoc (2035)/" FILEALIAS REGEXPI:^/(.+)/udp/2035/$ "/$1/udp/imsldoc (2035)/" FILEALIAS REGEXPI:^/(.+)/tcp/2038/$ "/$1/tcp/objectmanager (2038)/" FILEALIAS REGEXPI:^/(.+)/udp/2038/$ "/$1/udp/objectmanager (2038)/" FILEALIAS REGEXPI:^/(.+)/tcp/2040/$ "/$1/tcp/lam (2040)/" FILEALIAS REGEXPI:^/(.+)/udp/2040/$ "/$1/udp/lam (2040)/" FILEALIAS REGEXPI:^/(.+)/tcp/2041/$ "/$1/tcp/interbase (2041)/" FILEALIAS REGEXPI:^/(.+)/udp/2041/$ "/$1/udp/interbase (2041)/" FILEALIAS REGEXPI:^/(.+)/tcp/2042/$ "/$1/tcp/isis (2042)/" FILEALIAS REGEXPI:^/(.+)/udp/2042/$ "/$1/udp/isis (2042)/" FILEALIAS REGEXPI:^/(.+)/tcp/2043/$ "/$1/tcp/isis-bcast (2043)/" FILEALIAS REGEXPI:^/(.+)/udp/2043/$ "/$1/udp/isis-bcast (2043)/" FILEALIAS REGEXPI:^/(.+)/tcp/2044/$ "/$1/tcp/rimsl (2044)/" FILEALIAS REGEXPI:^/(.+)/udp/2044/$ "/$1/udp/rimsl (2044)/" FILEALIAS REGEXPI:^/(.+)/tcp/2045/$ "/$1/tcp/cdfunc (2045)/" FILEALIAS REGEXPI:^/(.+)/udp/2045/$ "/$1/udp/cdfunc (2045)/" FILEALIAS REGEXPI:^/(.+)/tcp/2046/$ "/$1/tcp/sdfunc (2046)/" FILEALIAS REGEXPI:^/(.+)/udp/2046/$ "/$1/udp/sdfunc (2046)/" FILEALIAS REGEXPI:^/(.+)/tcp/2047/$ "/$1/tcp/dls (2047)/" FILEALIAS REGEXPI:^/(.+)/udp/2047/$ "/$1/udp/dls (2047)/" FILEALIAS REGEXPI:^/(.+)/tcp/2048/$ "/$1/tcp/dls-monitor (2048)/" FILEALIAS REGEXPI:^/(.+)/udp/2048/$ "/$1/udp/dls-monitor (2048)/" FILEALIAS REGEXPI:^/(.+)/tcp/2049/$ "/$1/tcp/nfs (2049)/" FILEALIAS REGEXPI:^/(.+)/udp/2049/$ "/$1/udp/nfs (2049)/" FILEALIAS REGEXPI:^/(.+)/tcp/2064/$ "/$1/tcp/distrib-net-losers (2064)/" FILEALIAS REGEXPI:^/(.+)/tcp/2065/$ "/$1/tcp/dlsrpn (2065)/" FILEALIAS REGEXPI:^/(.+)/udp/2065/$ "/$1/udp/dlsrpn (2065)/" FILEALIAS REGEXPI:^/(.+)/tcp/2067/$ "/$1/tcp/dlswpn (2067)/" FILEALIAS REGEXPI:^/(.+)/udp/2067/$ "/$1/udp/dlswpn (2067)/" FILEALIAS REGEXPI:^/(.+)/udp/2103/$ "/$1/udp/zephyr-clt (2103)/" FILEALIAS REGEXPI:^/(.+)/udp/2104/$ "/$1/udp/zephyr-hm (2104)/" FILEALIAS REGEXPI:^/(.+)/tcp/2105/$ "/$1/tcp/eklogin (2105)/" FILEALIAS REGEXPI:^/(.+)/udp/2105/$ "/$1/udp/eklogin (2105)/" FILEALIAS REGEXPI:^/(.+)/tcp/2106/$ "/$1/tcp/ekshell (2106)/" FILEALIAS REGEXPI:^/(.+)/udp/2106/$ "/$1/udp/ekshell (2106)/" FILEALIAS REGEXPI:^/(.+)/tcp/2108/$ "/$1/tcp/rkinit (2108)/" FILEALIAS REGEXPI:^/(.+)/udp/2108/$ "/$1/udp/rkinit (2108)/" FILEALIAS REGEXPI:^/(.+)/tcp/2111/$ "/$1/tcp/kx (2111)/" FILEALIAS REGEXPI:^/(.+)/tcp/2112/$ "/$1/tcp/kip (2112)/" FILEALIAS REGEXPI:^/(.+)/tcp/2120/$ "/$1/tcp/kauth (2120)/" FILEALIAS REGEXPI:^/(.+)/tcp/2201/$ "/$1/tcp/ats (2201)/" FILEALIAS REGEXPI:^/(.+)/udp/2201/$ "/$1/udp/ats (2201)/" FILEALIAS REGEXPI:^/(.+)/tcp/2232/$ "/$1/tcp/ivs-video (2232)/" FILEALIAS REGEXPI:^/(.+)/udp/2232/$ "/$1/udp/ivs-video (2232)/" FILEALIAS REGEXPI:^/(.+)/tcp/2241/$ "/$1/tcp/ivsd (2241)/" FILEALIAS REGEXPI:^/(.+)/udp/2241/$ "/$1/udp/ivsd (2241)/" FILEALIAS REGEXPI:^/(.+)/tcp/2301/$ "/$1/tcp/compaqdiag (2301)/" FILEALIAS REGEXPI:^/(.+)/tcp/2307/$ "/$1/tcp/pehelp (2307)/" FILEALIAS REGEXPI:^/(.+)/udp/2307/$ "/$1/udp/pehelp (2307)/" FILEALIAS REGEXPI:^/(.+)/tcp/2383/$ "/$1/tcp/Microsoft_OLAP (2383)/" FILEALIAS REGEXPI:^/(.+)/tcp/2401/$ "/$1/tcp/cvspserver (2401)/" FILEALIAS REGEXPI:^/(.+)/udp/2401/$ "/$1/udp/cvspserver (2401)/" FILEALIAS REGEXPI:^/(.+)/tcp/2430/$ "/$1/tcp/venus (2430)/" FILEALIAS REGEXPI:^/(.+)/udp/2430/$ "/$1/udp/venus (2430)/" FILEALIAS REGEXPI:^/(.+)/tcp/2431/$ "/$1/tcp/venus-se (2431)/" FILEALIAS REGEXPI:^/(.+)/udp/2431/$ "/$1/udp/venus-se (2431)/" FILEALIAS REGEXPI:^/(.+)/tcp/2432/$ "/$1/tcp/codasrv (2432)/" FILEALIAS REGEXPI:^/(.+)/udp/2432/$ "/$1/udp/codasrv (2432)/" FILEALIAS REGEXPI:^/(.+)/tcp/2433/$ "/$1/tcp/codasrv-se (2433)/" FILEALIAS REGEXPI:^/(.+)/udp/2433/$ "/$1/udp/codasrv-se (2433)/" FILEALIAS REGEXPI:^/(.+)/tcp/2500/$ "/$1/tcp/rtsserv (2500)/" FILEALIAS REGEXPI:^/(.+)/udp/2500/$ "/$1/udp/rtsserv (2500)/" FILEALIAS REGEXPI:^/(.+)/tcp/2501/$ "/$1/tcp/rtsclient (2501)/" FILEALIAS REGEXPI:^/(.+)/udp/2501/$ "/$1/udp/rtsclient (2501)/" FILEALIAS REGEXPI:^/(.+)/tcp/2564/$ "/$1/tcp/hp-3000-telnet (2564)/" FILEALIAS REGEXPI:^/(.+)/tcp/2600/$ "/$1/tcp/zebrasrv (2600)/" FILEALIAS REGEXPI:^/(.+)/tcp/2601/$ "/$1/tcp/zebra (2601)/" FILEALIAS REGEXPI:^/(.+)/tcp/2602/$ "/$1/tcp/ripd (2602)/" FILEALIAS REGEXPI:^/(.+)/tcp/2603/$ "/$1/tcp/ripngd (2603)/" FILEALIAS REGEXPI:^/(.+)/tcp/2604/$ "/$1/tcp/ospfd (2604)/" FILEALIAS REGEXPI:^/(.+)/tcp/2605/$ "/$1/tcp/bgpd (2605)/" FILEALIAS REGEXPI:^/(.+)/tcp/2627/$ "/$1/tcp/webster (2627)/" FILEALIAS REGEXPI:^/(.+)/udp/2627/$ "/$1/udp/webster (2627)/" FILEALIAS REGEXPI:^/(.+)/tcp/2638/$ "/$1/tcp/sybase (2638)/" FILEALIAS REGEXPI:^/(.+)/tcp/2766/$ "/$1/tcp/listen (2766)/" FILEALIAS REGEXPI:^/(.+)/tcp/2784/$ "/$1/tcp/www-dev (2784)/" FILEALIAS REGEXPI:^/(.+)/udp/2784/$ "/$1/udp/www-dev (2784)/" FILEALIAS REGEXPI:^/(.+)/tcp/2802/$ "/$1/tcp/Veritas (2802)/" FILEALIAS REGEXPI:^/(.+)/tcp/2809/$ "/$1/tcp/CORBA_LOC (2809)/" FILEALIAS REGEXPI:^/(.+)/tcp/2979/$ "/$1/tcp/H_263_Video_Streaming (2979)/" FILEALIAS REGEXPI:^/(.+)/tcp/2998/$ "/$1/tcp/iss-realsec (2998)/" FILEALIAS REGEXPI:^/(.+)/tcp/3000/$ "/$1/tcp/ppp (3000)/" FILEALIAS REGEXPI:^/(.+)/tcp/3001/$ "/$1/tcp/nessusd (3001)/" FILEALIAS REGEXPI:^/(.+)/tcp/3005/$ "/$1/tcp/deslogin (3005)/" FILEALIAS REGEXPI:^/(.+)/tcp/3006/$ "/$1/tcp/deslogind (3006)/" FILEALIAS REGEXPI:^/(.+)/tcp/3007/$ "/$1/tcp/Lotus_Mail_Tracking_Agent_Protocol (3007)/" FILEALIAS REGEXPI:^/(.+)/tcp/3049/$ "/$1/tcp/cfs (3049)/" FILEALIAS REGEXPI:^/(.+)/udp/3049/$ "/$1/udp/cfs (3049)/" FILEALIAS REGEXPI:^/(.+)/tcp/3064/$ "/$1/tcp/distrib-net-proxy (3064)/" FILEALIAS REGEXPI:^/(.+)/tcp/3086/$ "/$1/tcp/sj3 (3086)/" FILEALIAS REGEXPI:^/(.+)/tcp/3112/$ "/$1/tcp/KDE_System_Guard (3112)/" FILEALIAS REGEXPI:^/(.+)/tcp/3128/$ "/$1/tcp/squid-http (3128)/" FILEALIAS REGEXPI:^/(.+)/udp/3130/$ "/$1/udp/squid-ipc (3130)/" FILEALIAS REGEXPI:^/(.+)/tcp/3141/$ "/$1/tcp/vmodem (3141)/" FILEALIAS REGEXPI:^/(.+)/udp/3141/$ "/$1/udp/vmodem (3141)/" FILEALIAS REGEXPI:^/(.+)/tcp/3264/$ "/$1/tcp/ccmail (3264)/" FILEALIAS REGEXPI:^/(.+)/udp/3264/$ "/$1/udp/ccmail (3264)/" FILEALIAS REGEXPI:^/(.+)/tcp/3306/$ "/$1/tcp/mysql (3306)/" FILEALIAS REGEXPI:^/(.+)/tcp/3333/$ "/$1/tcp/dec-notes (3333)/" FILEALIAS REGEXPI:^/(.+)/udp/3333/$ "/$1/udp/dec-notes (3333)/" FILEALIAS REGEXPI:^/(.+)/tcp/3389/$ "/$1/tcp/msrdp (3389)/" FILEALIAS REGEXPI:^/(.+)/tcp/3418/$ "/$1/tcp/Remote_nmap (3418)/" FILEALIAS REGEXPI:^/(.+)/tcp/3421/$ "/$1/tcp/bmap (3421)/" FILEALIAS REGEXPI:^/(.+)/udp/3421/$ "/$1/udp/bmap (3421)/" FILEALIAS REGEXPI:^/(.+)/tcp/3455/$ "/$1/tcp/prsvp (3455)/" FILEALIAS REGEXPI:^/(.+)/udp/3455/$ "/$1/udp/prsvp (3455)/" FILEALIAS REGEXPI:^/(.+)/tcp/3456/$ "/$1/tcp/vat (3456)/" FILEALIAS REGEXPI:^/(.+)/udp/3456/$ "/$1/udp/vat (3456)/" FILEALIAS REGEXPI:^/(.+)/tcp/3457/$ "/$1/tcp/vat-control (3457)/" FILEALIAS REGEXPI:^/(.+)/udp/3457/$ "/$1/udp/vat-control (3457)/" FILEALIAS REGEXPI:^/(.+)/tcp/3462/$ "/$1/tcp/track (3462)/" FILEALIAS REGEXPI:^/(.+)/tcp/3900/$ "/$1/tcp/udt_os (3900)/" FILEALIAS REGEXPI:^/(.+)/udp/3900/$ "/$1/udp/udt_os (3900)/" FILEALIAS REGEXPI:^/(.+)/tcp/3984/$ "/$1/tcp/mapper-nodemgr (3984)/" FILEALIAS REGEXPI:^/(.+)/udp/3984/$ "/$1/udp/mapper-nodemgr (3984)/" FILEALIAS REGEXPI:^/(.+)/tcp/3985/$ "/$1/tcp/mapper-mapethd (3985)/" FILEALIAS REGEXPI:^/(.+)/udp/3985/$ "/$1/udp/mapper-mapethd (3985)/" FILEALIAS REGEXPI:^/(.+)/tcp/3986/$ "/$1/tcp/mapper-ws_ethd (3986)/" FILEALIAS REGEXPI:^/(.+)/udp/3986/$ "/$1/udp/mapper-ws_ethd (3986)/" FILEALIAS REGEXPI:^/(.+)/tcp/4008/$ "/$1/tcp/netcheque (4008)/" FILEALIAS REGEXPI:^/(.+)/udp/4008/$ "/$1/udp/netcheque (4008)/" FILEALIAS REGEXPI:^/(.+)/tcp/4045/$ "/$1/tcp/lockd (4045)/" FILEALIAS REGEXPI:^/(.+)/udp/4045/$ "/$1/udp/lockd (4045)/" FILEALIAS REGEXPI:^/(.+)/tcp/4132/$ "/$1/tcp/nuts_dem (4132)/" FILEALIAS REGEXPI:^/(.+)/udp/4132/$ "/$1/udp/nuts_dem (4132)/" FILEALIAS REGEXPI:^/(.+)/tcp/4133/$ "/$1/tcp/nuts_bootp (4133)/" FILEALIAS REGEXPI:^/(.+)/udp/4133/$ "/$1/udp/nuts_bootp (4133)/" FILEALIAS REGEXPI:^/(.+)/tcp/4144/$ "/$1/tcp/wincim (4144)/" FILEALIAS REGEXPI:^/(.+)/tcp/4160/$ "/$1/tcp/Jini_Discovery (4160)/" FILEALIAS REGEXPI:^/(.+)/tcp/4321/$ "/$1/tcp/rwhois (4321)/" FILEALIAS REGEXPI:^/(.+)/udp/4321/$ "/$1/udp/rwhois (4321)/" FILEALIAS REGEXPI:^/(.+)/tcp/4333/$ "/$1/tcp/msql (4333)/" FILEALIAS REGEXPI:^/(.+)/tcp/4343/$ "/$1/tcp/unicall (4343)/" FILEALIAS REGEXPI:^/(.+)/udp/4343/$ "/$1/udp/unicall (4343)/" FILEALIAS REGEXPI:^/(.+)/tcp/4444/$ "/$1/tcp/krb524 (4444)/" FILEALIAS REGEXPI:^/(.+)/udp/4444/$ "/$1/udp/krb524 (4444)/" FILEALIAS REGEXPI:^/(.+)/tcp/4500/$ "/$1/tcp/sae-urn (4500)/" FILEALIAS REGEXPI:^/(.+)/udp/4500/$ "/$1/udp/sae-urn (4500)/" FILEALIAS REGEXPI:^/(.+)/tcp/4557/$ "/$1/tcp/fax (4557)/" FILEALIAS REGEXPI:^/(.+)/tcp/4559/$ "/$1/tcp/hylafax (4559)/" FILEALIAS REGEXPI:^/(.+)/tcp/4672/$ "/$1/tcp/rfa (4672)/" FILEALIAS REGEXPI:^/(.+)/udp/4672/$ "/$1/udp/rfa (4672)/" FILEALIAS REGEXPI:^/(.+)/tcp/5000/$ "/$1/tcp/fics (5000)/" FILEALIAS REGEXPI:^/(.+)/udp/5000/$ "/$1/udp/commplex-main (5000)/" FILEALIAS REGEXPI:^/(.+)/tcp/5001/$ "/$1/tcp/commplex-link (5001)/" FILEALIAS REGEXPI:^/(.+)/udp/5001/$ "/$1/udp/commplex-link (5001)/" FILEALIAS REGEXPI:^/(.+)/tcp/5002/$ "/$1/tcp/rfe (5002)/" FILEALIAS REGEXPI:^/(.+)/udp/5002/$ "/$1/udp/rfe (5002)/" FILEALIAS REGEXPI:^/(.+)/tcp/5010/$ "/$1/tcp/telelpathstart (5010)/" FILEALIAS REGEXPI:^/(.+)/udp/5010/$ "/$1/udp/telelpathstart (5010)/" FILEALIAS REGEXPI:^/(.+)/tcp/5011/$ "/$1/tcp/telelpathattack (5011)/" FILEALIAS REGEXPI:^/(.+)/udp/5011/$ "/$1/udp/telelpathattack (5011)/" FILEALIAS REGEXPI:^/(.+)/tcp/5050/$ "/$1/tcp/mmcc (5050)/" FILEALIAS REGEXPI:^/(.+)/udp/5050/$ "/$1/udp/mmcc (5050)/" FILEALIAS REGEXPI:^/(.+)/tcp/5145/$ "/$1/tcp/rmonitor_secure (5145)/" FILEALIAS REGEXPI:^/(.+)/udp/5145/$ "/$1/udp/rmonitor_secure (5145)/" FILEALIAS REGEXPI:^/(.+)/tcp/5190/$ "/$1/tcp/aol (5190)/" FILEALIAS REGEXPI:^/(.+)/udp/5190/$ "/$1/udp/aol (5190)/" FILEALIAS REGEXPI:^/(.+)/tcp/5191/$ "/$1/tcp/aol-1 (5191)/" FILEALIAS REGEXPI:^/(.+)/udp/5191/$ "/$1/udp/aol-1 (5191)/" FILEALIAS REGEXPI:^/(.+)/tcp/5192/$ "/$1/tcp/aol-2 (5192)/" FILEALIAS REGEXPI:^/(.+)/udp/5192/$ "/$1/udp/aol-2 (5192)/" FILEALIAS REGEXPI:^/(.+)/tcp/5193/$ "/$1/tcp/aol-3 (5193)/" FILEALIAS REGEXPI:^/(.+)/udp/5193/$ "/$1/udp/aol-3 (5193)/" FILEALIAS REGEXPI:^/(.+)/tcp/5222/$ "/$1/tcp/Jabber_client (5222)/" FILEALIAS REGEXPI:^/(.+)/tcp/5232/$ "/$1/tcp/sgi-dgl (5232)/" FILEALIAS REGEXPI:^/(.+)/tcp/5236/$ "/$1/tcp/padl2sim (5236)/" FILEALIAS REGEXPI:^/(.+)/udp/5236/$ "/$1/udp/padl2sim (5236)/" FILEALIAS REGEXPI:^/(.+)/tcp/5300/$ "/$1/tcp/hacl-hb (5300)/" FILEALIAS REGEXPI:^/(.+)/udp/5300/$ "/$1/udp/hacl-hb (5300)/" FILEALIAS REGEXPI:^/(.+)/tcp/5301/$ "/$1/tcp/hacl-gs (5301)/" FILEALIAS REGEXPI:^/(.+)/udp/5301/$ "/$1/udp/hacl-gs (5301)/" FILEALIAS REGEXPI:^/(.+)/tcp/5302/$ "/$1/tcp/hacl-cfg (5302)/" FILEALIAS REGEXPI:^/(.+)/udp/5302/$ "/$1/udp/hacl-cfg (5302)/" FILEALIAS REGEXPI:^/(.+)/tcp/5303/$ "/$1/tcp/hacl-probe (5303)/" FILEALIAS REGEXPI:^/(.+)/udp/5303/$ "/$1/udp/hacl-probe (5303)/" FILEALIAS REGEXPI:^/(.+)/tcp/5304/$ "/$1/tcp/hacl-local (5304)/" FILEALIAS REGEXPI:^/(.+)/udp/5304/$ "/$1/udp/hacl-local (5304)/" FILEALIAS REGEXPI:^/(.+)/tcp/5305/$ "/$1/tcp/hacl-test (5305)/" FILEALIAS REGEXPI:^/(.+)/udp/5305/$ "/$1/udp/hacl-test (5305)/" FILEALIAS REGEXPI:^/(.+)/tcp/5308/$ "/$1/tcp/cfengine (5308)/" FILEALIAS REGEXPI:^/(.+)/udp/5308/$ "/$1/udp/cfengine (5308)/" FILEALIAS REGEXPI:^/(.+)/tcp/5400/$ "/$1/tcp/pcduo-old (5400)/" FILEALIAS REGEXPI:^/(.+)/tcp/5405/$ "/$1/tcp/pcduo (5405)/" FILEALIAS REGEXPI:^/(.+)/tcp/5432/$ "/$1/tcp/postgres (5432)/" FILEALIAS REGEXPI:^/(.+)/udp/5500/$ "/$1/udp/securid (5500)/" FILEALIAS REGEXPI:^/(.+)/tcp/5510/$ "/$1/tcp/secureidprop (5510)/" FILEALIAS REGEXPI:^/(.+)/tcp/5520/$ "/$1/tcp/sdlog (5520)/" FILEALIAS REGEXPI:^/(.+)/tcp/5530/$ "/$1/tcp/sdserv (5530)/" FILEALIAS REGEXPI:^/(.+)/tcp/5540/$ "/$1/tcp/sdreport (5540)/" FILEALIAS REGEXPI:^/(.+)/udp/5540/$ "/$1/udp/sdxauthd (5540)/" FILEALIAS REGEXPI:^/(.+)/tcp/5550/$ "/$1/tcp/sdadmind (5550)/" FILEALIAS REGEXPI:^/(.+)/udp/5555/$ "/$1/udp/rplay (5555)/" FILEALIAS REGEXPI:^/(.+)/tcp/5631/$ "/$1/tcp/pcanywheredata (5631)/" FILEALIAS REGEXPI:^/(.+)/tcp/5632/$ "/$1/tcp/pcanywherestat (5632)/" FILEALIAS REGEXPI:^/(.+)/udp/5632/$ "/$1/udp/pcanywherestat (5632)/" FILEALIAS REGEXPI:^/(.+)/tcp/5680/$ "/$1/tcp/canna (5680)/" FILEALIAS REGEXPI:^/(.+)/tcp/5713/$ "/$1/tcp/proshareaudio (5713)/" FILEALIAS REGEXPI:^/(.+)/udp/5713/$ "/$1/udp/proshareaudio (5713)/" FILEALIAS REGEXPI:^/(.+)/tcp/5714/$ "/$1/tcp/prosharevideo (5714)/" FILEALIAS REGEXPI:^/(.+)/udp/5714/$ "/$1/udp/prosharevideo (5714)/" FILEALIAS REGEXPI:^/(.+)/tcp/5715/$ "/$1/tcp/prosharedata (5715)/" FILEALIAS REGEXPI:^/(.+)/udp/5715/$ "/$1/udp/prosharedata (5715)/" FILEALIAS REGEXPI:^/(.+)/tcp/5716/$ "/$1/tcp/prosharerequest (5716)/" FILEALIAS REGEXPI:^/(.+)/udp/5716/$ "/$1/udp/prosharerequest (5716)/" FILEALIAS REGEXPI:^/(.+)/tcp/5717/$ "/$1/tcp/prosharenotify (5717)/" FILEALIAS REGEXPI:^/(.+)/udp/5717/$ "/$1/udp/prosharenotify (5717)/" FILEALIAS REGEXPI:^/(.+)/tcp/5800/$ "/$1/tcp/vnc (5800)/" FILEALIAS REGEXPI:^/(.+)/tcp/5801/$ "/$1/tcp/vnc (5801)/" FILEALIAS REGEXPI:^/(.+)/tcp/5900/$ "/$1/tcp/vnc (5900)/" FILEALIAS REGEXPI:^/(.+)/tcp/5901/$ "/$1/tcp/vnc-1 (5901)/" FILEALIAS REGEXPI:^/(.+)/tcp/5902/$ "/$1/tcp/vnc-2 (5902)/" FILEALIAS REGEXPI:^/(.+)/tcp/5977/$ "/$1/tcp/ncd-pref-tcp (5977)/" FILEALIAS REGEXPI:^/(.+)/tcp/5978/$ "/$1/tcp/ncd-diag-tcp (5978)/" FILEALIAS REGEXPI:^/(.+)/tcp/5979/$ "/$1/tcp/ncd-conf-tcp (5979)/" FILEALIAS REGEXPI:^/(.+)/tcp/5997/$ "/$1/tcp/ncd-pref (5997)/" FILEALIAS REGEXPI:^/(.+)/tcp/5998/$ "/$1/tcp/ncd-diag (5998)/" FILEALIAS REGEXPI:^/(.+)/tcp/5999/$ "/$1/tcp/ncd-conf (5999)/" FILEALIAS REGEXPI:^/(.+)/tcp/6000/$ "/$1/tcp/X11 (6000)/" FILEALIAS REGEXPI:^/(.+)/tcp/6001/$ "/$1/tcp/X11:1 (6001)/" FILEALIAS REGEXPI:^/(.+)/tcp/6002/$ "/$1/tcp/X11:2 (6002)/" FILEALIAS REGEXPI:^/(.+)/tcp/6003/$ "/$1/tcp/X11:3 (6003)/" FILEALIAS REGEXPI:^/(.+)/tcp/6004/$ "/$1/tcp/X11:4 (6004)/" FILEALIAS REGEXPI:^/(.+)/tcp/6005/$ "/$1/tcp/X11:5 (6005)/" FILEALIAS REGEXPI:^/(.+)/tcp/6006/$ "/$1/tcp/X11:6 (6006)/" FILEALIAS REGEXPI:^/(.+)/tcp/6007/$ "/$1/tcp/X11:7 (6007)/" FILEALIAS REGEXPI:^/(.+)/tcp/6008/$ "/$1/tcp/X11:8 (6008)/" FILEALIAS REGEXPI:^/(.+)/tcp/6009/$ "/$1/tcp/X11:9 (6009)/" FILEALIAS REGEXPI:^/(.+)/tcp/6050/$ "/$1/tcp/arcserve (6050)/" FILEALIAS REGEXPI:^/(.+)/tcp/6073/$ "/$1/tcp/DirectPlay8 (6073)/" FILEALIAS REGEXPI:^/(.+)/tcp/6105/$ "/$1/tcp/isdninfo (6105)/" FILEALIAS REGEXPI:^/(.+)/tcp/6106/$ "/$1/tcp/isdninfo (6106)/" FILEALIAS REGEXPI:^/(.+)/tcp/6110/$ "/$1/tcp/softcm (6110)/" FILEALIAS REGEXPI:^/(.+)/udp/6110/$ "/$1/udp/softcm (6110)/" FILEALIAS REGEXPI:^/(.+)/tcp/6111/$ "/$1/tcp/spc (6111)/" FILEALIAS REGEXPI:^/(.+)/udp/6111/$ "/$1/udp/spc (6111)/" FILEALIAS REGEXPI:^/(.+)/tcp/6112/$ "/$1/tcp/dtspc (6112)/" FILEALIAS REGEXPI:^/(.+)/tcp/6123/$ "/$1/tcp/Backup_Express (6123)/" FILEALIAS REGEXPI:^/(.+)/tcp/6141/$ "/$1/tcp/meta-corp (6141)/" FILEALIAS REGEXPI:^/(.+)/udp/6141/$ "/$1/udp/meta-corp (6141)/" FILEALIAS REGEXPI:^/(.+)/tcp/6142/$ "/$1/tcp/aspentec-lm (6142)/" FILEALIAS REGEXPI:^/(.+)/udp/6142/$ "/$1/udp/aspentec-lm (6142)/" FILEALIAS REGEXPI:^/(.+)/tcp/6143/$ "/$1/tcp/watershed-lm (6143)/" FILEALIAS REGEXPI:^/(.+)/udp/6143/$ "/$1/udp/watershed-lm (6143)/" FILEALIAS REGEXPI:^/(.+)/tcp/6144/$ "/$1/tcp/statsci1-lm (6144)/" FILEALIAS REGEXPI:^/(.+)/udp/6144/$ "/$1/udp/statsci1-lm (6144)/" FILEALIAS REGEXPI:^/(.+)/tcp/6145/$ "/$1/tcp/statsci2-lm (6145)/" FILEALIAS REGEXPI:^/(.+)/udp/6145/$ "/$1/udp/statsci2-lm (6145)/" FILEALIAS REGEXPI:^/(.+)/tcp/6146/$ "/$1/tcp/lonewolf-lm (6146)/" FILEALIAS REGEXPI:^/(.+)/udp/6146/$ "/$1/udp/lonewolf-lm (6146)/" FILEALIAS REGEXPI:^/(.+)/tcp/6147/$ "/$1/tcp/montage-lm (6147)/" FILEALIAS REGEXPI:^/(.+)/udp/6147/$ "/$1/udp/montage-lm (6147)/" FILEALIAS REGEXPI:^/(.+)/tcp/6148/$ "/$1/tcp/ricardo-lm (6148)/" FILEALIAS REGEXPI:^/(.+)/udp/6148/$ "/$1/udp/ricardo-lm (6148)/" FILEALIAS REGEXPI:^/(.+)/tcp/6346/$ "/$1/tcp/gnutella-svc (6346)/" FILEALIAS REGEXPI:^/(.+)/tcp/6347/$ "/$1/tcp/gnutella-rtr (6347)/" FILEALIAS REGEXPI:^/(.+)/tcp/6502/$ "/$1/tcp/netop-rc (6502)/" FILEALIAS REGEXPI:^/(.+)/udp/6502/$ "/$1/udp/netop-rc (6502)/" FILEALIAS REGEXPI:^/(.+)/tcp/6558/$ "/$1/tcp/xdsxdm (6558)/" FILEALIAS REGEXPI:^/(.+)/udp/6558/$ "/$1/udp/xdsxdm (6558)/" FILEALIAS REGEXPI:^/(.+)/tcp/6666/$ "/$1/tcp/irc-serv (6666)/" FILEALIAS REGEXPI:^/(.+)/tcp/6667/$ "/$1/tcp/irc (6667)/" FILEALIAS REGEXPI:^/(.+)/tcp/6668/$ "/$1/tcp/irc (6668)/" FILEALIAS REGEXPI:^/(.+)/tcp/6969/$ "/$1/tcp/acmsoda (6969)/" FILEALIAS REGEXPI:^/(.+)/udp/6969/$ "/$1/udp/acmsoda (6969)/" FILEALIAS REGEXPI:^/(.+)/tcp/6699/$ "/$1/tcp/napster (6699)/" FILEALIAS REGEXPI:^/(.+)/tcp/7000/$ "/$1/tcp/afs3-fileserver (7000)/" FILEALIAS REGEXPI:^/(.+)/udp/7000/$ "/$1/udp/afs3-fileserver (7000)/" FILEALIAS REGEXPI:^/(.+)/tcp/7001/$ "/$1/tcp/afs3-callback (7001)/" FILEALIAS REGEXPI:^/(.+)/udp/7001/$ "/$1/udp/afs3-callback (7001)/" FILEALIAS REGEXPI:^/(.+)/tcp/7002/$ "/$1/tcp/afs3-prserver (7002)/" FILEALIAS REGEXPI:^/(.+)/udp/7002/$ "/$1/udp/afs3-prserver (7002)/" FILEALIAS REGEXPI:^/(.+)/tcp/7003/$ "/$1/tcp/afs3-vlserver (7003)/" FILEALIAS REGEXPI:^/(.+)/udp/7003/$ "/$1/udp/afs3-vlserver (7003)/" FILEALIAS REGEXPI:^/(.+)/tcp/7004/$ "/$1/tcp/afs3-kaserver (7004)/" FILEALIAS REGEXPI:^/(.+)/udp/7004/$ "/$1/udp/afs3-kaserver (7004)/" FILEALIAS REGEXPI:^/(.+)/tcp/7005/$ "/$1/tcp/afs3-volser (7005)/" FILEALIAS REGEXPI:^/(.+)/udp/7005/$ "/$1/udp/afs3-volser (7005)/" FILEALIAS REGEXPI:^/(.+)/tcp/7006/$ "/$1/tcp/afs3-errors (7006)/" FILEALIAS REGEXPI:^/(.+)/udp/7006/$ "/$1/udp/afs3-errors (7006)/" FILEALIAS REGEXPI:^/(.+)/tcp/7007/$ "/$1/tcp/afs3-bos (7007)/" FILEALIAS REGEXPI:^/(.+)/udp/7007/$ "/$1/udp/afs3-bos (7007)/" FILEALIAS REGEXPI:^/(.+)/tcp/7008/$ "/$1/tcp/afs3-update (7008)/" FILEALIAS REGEXPI:^/(.+)/udp/7008/$ "/$1/udp/afs3-update (7008)/" FILEALIAS REGEXPI:^/(.+)/tcp/7009/$ "/$1/tcp/afs3-rmtsys (7009)/" FILEALIAS REGEXPI:^/(.+)/udp/7009/$ "/$1/udp/afs3-rmtsys (7009)/" FILEALIAS REGEXPI:^/(.+)/tcp/7010/$ "/$1/tcp/ups-onlinet (7010)/" FILEALIAS REGEXPI:^/(.+)/udp/7010/$ "/$1/udp/ups-onlinet (7010)/" FILEALIAS REGEXPI:^/(.+)/tcp/7100/$ "/$1/tcp/font-service (7100)/" FILEALIAS REGEXPI:^/(.+)/udp/7100/$ "/$1/udp/font-service (7100)/" FILEALIAS REGEXPI:^/(.+)/tcp/7200/$ "/$1/tcp/fodms (7200)/" FILEALIAS REGEXPI:^/(.+)/udp/7200/$ "/$1/udp/fodms (7200)/" FILEALIAS REGEXPI:^/(.+)/tcp/7201/$ "/$1/tcp/dlip (7201)/" FILEALIAS REGEXPI:^/(.+)/udp/7201/$ "/$1/udp/dlip (7201)/" FILEALIAS REGEXPI:^/(.+)/tcp/7326/$ "/$1/tcp/icb (7326)/" FILEALIAS REGEXPI:^/(.+)/tcp/7597/$ "/$1/tcp/qaz (7597)/" FILEALIAS REGEXPI:^/(.+)/udp/7648/$ "/$1/udp/cucme-1 (7648)/" FILEALIAS REGEXPI:^/(.+)/udp/7649/$ "/$1/udp/cucme-2 (7649)/" FILEALIAS REGEXPI:^/(.+)/udp/7650/$ "/$1/udp/cucme-3 (7650)/" FILEALIAS REGEXPI:^/(.+)/udp/7651/$ "/$1/udp/cucme-4 (7651)/" FILEALIAS REGEXPI:^/(.+)/tcp/8007/$ "/$1/tcp/jserv (8007)/" FILEALIAS REGEXPI:^/(.+)/tcp/8009/$ "/$1/tcp/ajp13 (8009)/" FILEALIAS REGEXPI:^/(.+)/tcp/8080/$ "/$1/tcp/http-proxy (8080)/" FILEALIAS REGEXPI:^/(.+)/tcp/8081/$ "/$1/tcp/blackice-icecap (8081)/" FILEALIAS REGEXPI:^/(.+)/tcp/8082/$ "/$1/tcp/blackice-alerts (8082)/" FILEALIAS REGEXPI:^/(.+)/tcp/8888/$ "/$1/tcp/sun-answerbook (8888)/" FILEALIAS REGEXPI:^/(.+)/tcp/8892/$ "/$1/tcp/seosload (8892)/" FILEALIAS REGEXPI:^/(.+)/tcp/9090/$ "/$1/tcp/zeus-admin (9090)/" FILEALIAS REGEXPI:^/(.+)/tcp/9100/$ "/$1/tcp/jetdirect (9100)/" FILEALIAS REGEXPI:^/(.+)/tcp/9111/$ "/$1/tcp/DragonIDSConsole (9111)/" FILEALIAS REGEXPI:^/(.+)/tcp/9535/$ "/$1/tcp/man (9535)/" FILEALIAS REGEXPI:^/(.+)/udp/9535/$ "/$1/udp/man (9535)/" FILEALIAS REGEXPI:^/(.+)/tcp/9876/$ "/$1/tcp/sd (9876)/" FILEALIAS REGEXPI:^/(.+)/udp/9876/$ "/$1/udp/sd (9876)/" FILEALIAS REGEXPI:^/(.+)/tcp/9991/$ "/$1/tcp/issa (9991)/" FILEALIAS REGEXPI:^/(.+)/tcp/9992/$ "/$1/tcp/issc (9992)/" FILEALIAS REGEXPI:^/(.+)/tcp/10000/$ "/$1/tcp/snet-sensor-mgmt (10000)/" FILEALIAS REGEXPI:^/(.+)/tcp/10005/$ "/$1/tcp/stel (10005)/" FILEALIAS REGEXPI:^/(.+)/udp/10080/$ "/$1/udp/amanda (10080)/" FILEALIAS REGEXPI:^/(.+)/tcp/10082/$ "/$1/tcp/amandaidx (10082)/" FILEALIAS REGEXPI:^/(.+)/tcp/10083/$ "/$1/tcp/amidxtape (10083)/" FILEALIAS REGEXPI:^/(.+)/tcp/11371/$ "/$1/tcp/pksd (11371)/" FILEALIAS REGEXPI:^/(.+)/tcp/12000/$ "/$1/tcp/cce4x (12000)/" FILEALIAS REGEXPI:^/(.+)/tcp/12345/$ "/$1/tcp/NetBus (12345)/" FILEALIAS REGEXPI:^/(.+)/tcp/12346/$ "/$1/tcp/NetBus (12346)/" FILEALIAS REGEXPI:^/(.+)/tcp/17007/$ "/$1/tcp/isode-dua (17007)/" FILEALIAS REGEXPI:^/(.+)/udp/17007/$ "/$1/udp/isode-dua (17007)/" FILEALIAS REGEXPI:^/(.+)/tcp/18000/$ "/$1/tcp/biimenu (18000)/" FILEALIAS REGEXPI:^/(.+)/udp/18000/$ "/$1/udp/biimenu (18000)/" FILEALIAS REGEXPI:^/(.+)/tcp/20005/$ "/$1/tcp/btx (20005)/" FILEALIAS REGEXPI:^/(.+)/tcp/22273/$ "/$1/tcp/wnn6 (22273)/" FILEALIAS REGEXPI:^/(.+)/tcp/22289/$ "/$1/tcp/wnn6_Cn (22289)/" FILEALIAS REGEXPI:^/(.+)/tcp/22305/$ "/$1/tcp/wnn6_Kr (22305)/" FILEALIAS REGEXPI:^/(.+)/tcp/22321/$ "/$1/tcp/wnn6_Tw (22321)/" FILEALIAS REGEXPI:^/(.+)/tcp/22370/$ "/$1/tcp/hpnpd (22370)/" FILEALIAS REGEXPI:^/(.+)/udp/22370/$ "/$1/udp/hpnpd (22370)/" FILEALIAS REGEXPI:^/(.+)/tcp/26208/$ "/$1/tcp/wnn6_DS (26208)/" FILEALIAS REGEXPI:^/(.+)/udp/27444/$ "/$1/udp/Trinoo_Bcast (27444)/" FILEALIAS REGEXPI:^/(.+)/tcp/27665/$ "/$1/tcp/Trinoo_Master (27665)/" FILEALIAS REGEXPI:^/(.+)/udp/27960/$ "/$1/udp/Quake3Server (27960)/" FILEALIAS REGEXPI:^/(.+)/udp/31335/$ "/$1/udp/Trinoo_Register (31335)/" FILEALIAS REGEXPI:^/(.+)/udp/31337/$ "/$1/udp/BackOrifice (31337)/" FILEALIAS REGEXPI:^/(.+)/tcp/31337/$ "/$1/tcp/Elite (31337)/" FILEALIAS REGEXPI:^/(.+)/tcp/32770/$ "/$1/tcp/sometimes-rpc3 (32770)/" FILEALIAS REGEXPI:^/(.+)/udp/32770/$ "/$1/udp/sometimes-rpc4 (32770)/" FILEALIAS REGEXPI:^/(.+)/tcp/32771/$ "/$1/tcp/sometimes-rpc5 (32771)/" FILEALIAS REGEXPI:^/(.+)/udp/32771/$ "/$1/udp/sometimes-rpc6 (32771)/" FILEALIAS REGEXPI:^/(.+)/tcp/32772/$ "/$1/tcp/sometimes-rpc7 (32772)/" FILEALIAS REGEXPI:^/(.+)/udp/32772/$ "/$1/udp/sometimes-rpc8 (32772)/" FILEALIAS REGEXPI:^/(.+)/tcp/32773/$ "/$1/tcp/sometimes-rpc9 (32773)/" FILEALIAS REGEXPI:^/(.+)/udp/32773/$ "/$1/udp/sometimes-rpc10 (32773)/" FILEALIAS REGEXPI:^/(.+)/tcp/32774/$ "/$1/tcp/sometimes-rpc11 (32774)/" FILEALIAS REGEXPI:^/(.+)/udp/32774/$ "/$1/udp/sometimes-rpc12 (32774)/" FILEALIAS REGEXPI:^/(.+)/tcp/32775/$ "/$1/tcp/sometimes-rpc13 (32775)/" FILEALIAS REGEXPI:^/(.+)/udp/32775/$ "/$1/udp/sometimes-rpc14 (32775)/" FILEALIAS REGEXPI:^/(.+)/tcp/32776/$ "/$1/tcp/sometimes-rpc15 (32776)/" FILEALIAS REGEXPI:^/(.+)/udp/32776/$ "/$1/udp/sometimes-rpc16 (32776)/" FILEALIAS REGEXPI:^/(.+)/tcp/32777/$ "/$1/tcp/sometimes-rpc17 (32777)/" FILEALIAS REGEXPI:^/(.+)/udp/32777/$ "/$1/udp/sometimes-rpc18 (32777)/" FILEALIAS REGEXPI:^/(.+)/tcp/32778/$ "/$1/tcp/sometimes-rpc19 (32778)/" FILEALIAS REGEXPI:^/(.+)/udp/32778/$ "/$1/udp/sometimes-rpc20 (32778)/" FILEALIAS REGEXPI:^/(.+)/tcp/32779/$ "/$1/tcp/sometimes-rpc21 (32779)/" FILEALIAS REGEXPI:^/(.+)/udp/32779/$ "/$1/udp/sometimes-rpc22 (32779)/" FILEALIAS REGEXPI:^/(.+)/tcp/32780/$ "/$1/tcp/sometimes-rpc23 (32780)/" FILEALIAS REGEXPI:^/(.+)/udp/32780/$ "/$1/udp/sometimes-rpc24 (32780)/" FILEALIAS REGEXPI:^/(.+)/tcp/32786/$ "/$1/tcp/sometimes-rpc25 (32786)/" FILEALIAS REGEXPI:^/(.+)/udp/32786/$ "/$1/udp/sometimes-rpc26 (32786)/" FILEALIAS REGEXPI:^/(.+)/tcp/32787/$ "/$1/tcp/sometimes-rpc27 (32787)/" FILEALIAS REGEXPI:^/(.+)/udp/32787/$ "/$1/udp/sometimes-rpc28 (32787)/" FILEALIAS REGEXPI:^/(.+)/udp/39213/$ "/$1/udp/sygatefw (39213)/" FILEALIAS REGEXPI:^/(.+)/tcp/43188/$ "/$1/tcp/reachout (43188)/" FILEALIAS REGEXPI:^/(.+)/tcp/44442/$ "/$1/tcp/coldfusion-auth (44442)/" FILEALIAS REGEXPI:^/(.+)/tcp/44443/$ "/$1/tcp/coldfusion-auth (44443)/" FILEALIAS REGEXPI:^/(.+)/udp/45000/$ "/$1/udp/ciscopop (45000)/" FILEALIAS REGEXPI:^/(.+)/tcp/47557/$ "/$1/tcp/dbbrowse (47557)/" FILEALIAS REGEXPI:^/(.+)/udp/47557/$ "/$1/udp/dbbrowse (47557)/" FILEALIAS REGEXPI:^/(.+)/tcp/54320/$ "/$1/tcp/bo2k (54320)/" FILEALIAS REGEXPI:^/(.+)/udp/54321/$ "/$1/udp/bo2k (54321)/" FILEALIAS REGEXPI:^/(.+)/tcp/61439/$ "/$1/tcp/netprowler-manager (61439)/" FILEALIAS REGEXPI:^/(.+)/tcp/61440/$ "/$1/tcp/netprowler-manager2 (61440)/" FILEALIAS REGEXPI:^/(.+)/tcp/61441/$ "/$1/tcp/netprowler-sensor (61441)/" FILEALIAS REGEXPI:^/(.+)/tcp/65301/$ "/$1/tcp/pcanywhere (65301)/" FILEALIAS REGEXPI:^/(.+)/tcp/555/$ "/$1/tcp/phAse_zero (555)/" FILEALIAS REGEXPI:^/(.+)/tcp/1001/$ "/$1/tcp/Silencer (1001)/" FILEALIAS REGEXPI:^/(.+)/tcp/1011/$ "/$1/tcp/Doly (1011)/" FILEALIAS REGEXPI:^/(.+)/tcp/1045/$ "/$1/tcp/Rasmin (1045)/" FILEALIAS REGEXPI:^/(.+)/tcp/1090/$ "/$1/tcp/Xtreme (1090)/" FILEALIAS REGEXPI:^/(.+)/tcp/1170/$ "/$1/tcp/Psyber_Stream_Server (1170)/" FILEALIAS REGEXPI:^/(.+)/tcp/1243/$ "/$1/tcp/BackDoor-G (1243)/" FILEALIAS REGEXPI:^/(.+)/tcp/1245/$ "/$1/tcp/VooDoo_Doll (1245)/" FILEALIAS REGEXPI:^/(.+)/tcp/1807/$ "/$1/tcp/SpySender (1807)/" FILEALIAS REGEXPI:^/(.+)/tcp/1981/$ "/$1/tcp/ShockRave (1981)/" FILEALIAS REGEXPI:^/(.+)/tcp/2115/$ "/$1/tcp/Bugs (2115)/" FILEALIAS REGEXPI:^/(.+)/tcp/2140/$ "/$1/tcp/Deep_Throat (2140)/" FILEALIAS REGEXPI:^/(.+)/tcp/2565/$ "/$1/tcp/Striker (2565)/" FILEALIAS REGEXPI:^/(.+)/tcp/2583/$ "/$1/tcp/WinCrash (2583)/" FILEALIAS REGEXPI:^/(.+)/tcp/2801/$ "/$1/tcp/Phineas_Phucker (2801)/" FILEALIAS REGEXPI:^/(.+)/tcp/3024/$ "/$1/tcp/WinCrash (3024)/" FILEALIAS REGEXPI:^/(.+)/tcp/3129/$ "/$1/tcp/Masters_Paradise (3129)/" FILEALIAS REGEXPI:^/(.+)/tcp/3150/$ "/$1/tcp/Deep_Throat (3150)/" FILEALIAS REGEXPI:^/(.+)/tcp/3700/$ "/$1/tcp/Portal_of_Doom (3700)/" FILEALIAS REGEXPI:^/(.+)/tcp/4092/$ "/$1/tcp/WinCrash (4092)/" FILEALIAS REGEXPI:^/(.+)/tcp/4567/$ "/$1/tcp/File_Nail (4567)/" FILEALIAS REGEXPI:^/(.+)/tcp/4590/$ "/$1/tcp/ICQTrojan (4590)/" FILEALIAS REGEXPI:^/(.+)/tcp/4950/$ "/$1/tcp/ICQTrojan (4950)/" FILEALIAS REGEXPI:^/(.+)/tcp/5321/$ "/$1/tcp/Firehotcker (5321)/" FILEALIAS REGEXPI:^/(.+)/tcp/5401/$ "/$1/tcp/Blade_Runner_v1.x (5401)/" FILEALIAS REGEXPI:^/(.+)/tcp/5402/$ "/$1/tcp/Blade_Runner_v2.x (5402)/" FILEALIAS REGEXPI:^/(.+)/tcp/5569/$ "/$1/tcp/Robo-Hack (5569)/" FILEALIAS REGEXPI:^/(.+)/tcp/5742/$ "/$1/tcp/WinCrash (5742)/" FILEALIAS REGEXPI:^/(.+)/tcp/6400/$ "/$1/tcp/The_Thing (6400)/" FILEALIAS REGEXPI:^/(.+)/tcp/6670/$ "/$1/tcp/Deep_Throat_1,2,3.x (6670)/" FILEALIAS REGEXPI:^/(.+)/tcp/6671/$ "/$1/tcp/Deep_Throat (6671)/" FILEALIAS REGEXPI:^/(.+)/tcp/6776/$ "/$1/tcp/BackDoor-G (6776)/" FILEALIAS REGEXPI:^/(.+)/tcp/6939/$ "/$1/tcp/GateCrasher (6939)/" FILEALIAS REGEXPI:^/(.+)/tcp/7300/$ "/$1/tcp/NetMonitor (7300)/" FILEALIAS REGEXPI:^/(.+)/tcp/7301/$ "/$1/tcp/NetMonitor_v1.x (7301)/" FILEALIAS REGEXPI:^/(.+)/tcp/7306/$ "/$1/tcp/NetMonitor_v2.x (7306)/" FILEALIAS REGEXPI:^/(.+)/tcp/7307/$ "/$1/tcp/NetMonitor_v3.x (7307)/" FILEALIAS REGEXPI:^/(.+)/tcp/7308/$ "/$1/tcp/NetMonitor_v4.x (7308)/" FILEALIAS REGEXPI:^/(.+)/tcp/7789/$ "/$1/tcp/ICKiller (7789)/" FILEALIAS REGEXPI:^/(.+)/tcp/9872/$ "/$1/tcp/Portal_of_Doom (9872)/" FILEALIAS REGEXPI:^/(.+)/tcp/9873/$ "/$1/tcp/Portal_of_Doom_v1.x (9873)/" FILEALIAS REGEXPI:^/(.+)/tcp/9874/$ "/$1/tcp/Portal_of_Doom_v2.x (9874)/" FILEALIAS REGEXPI:^/(.+)/tcp/9875/$ "/$1/tcp/Portal_of_Doom_v3.x (9875)/" FILEALIAS REGEXPI:^/(.+)/tcp/9989/$ "/$1/tcp/iNi-Killer (9989)/" FILEALIAS REGEXPI:^/(.+)/tcp/10067/$ "/$1/tcp/Portal_of_Doom_v4.x (10067)/" FILEALIAS REGEXPI:^/(.+)/tcp/10167/$ "/$1/tcp/Portal_of_Doom_v5.x (10167)/" FILEALIAS REGEXPI:^/(.+)/tcp/11000/$ "/$1/tcp/Senna_Spy (11000)/" FILEALIAS REGEXPI:^/(.+)/tcp/11223/$ "/$1/tcp/Pogenic (11223)/" FILEALIAS REGEXPI:^/(.+)/tcp/12361/$ "/$1/tcp/Wack-a-mole (12361)/" FILEALIAS REGEXPI:^/(.+)/tcp/12362/$ "/$1/tcp/Wack-a-mole (12362)/" FILEALIAS REGEXPI:^/(.+)/tcp/13000/$ "/$1/tcp/Senna_Spy (13000)/" FILEALIAS REGEXPI:^/(.+)/tcp/16969/$ "/$1/tcp/Priority (16969)/" FILEALIAS REGEXPI:^/(.+)/tcp/20001/$ "/$1/tcp/Millennium (20001)/" FILEALIAS REGEXPI:^/(.+)/tcp/20034/$ "/$1/tcp/NetBus_2_Pro (20034)/" FILEALIAS REGEXPI:^/(.+)/tcp/21544/$ "/$1/tcp/GirlFriend (21544)/" FILEALIAS REGEXPI:^/(.+)/tcp/22222/$ "/$1/tcp/Prosiak (22222)/" FILEALIAS REGEXPI:^/(.+)/tcp/23456/$ "/$1/tcp/Evil_FTP (23456)/" FILEALIAS REGEXPI:^/(.+)/tcp/30029/$ "/$1/tcp/AOL (30029)/" FILEALIAS REGEXPI:^/(.+)/tcp/30100/$ "/$1/tcp/Netsphere (30100)/" FILEALIAS REGEXPI:^/(.+)/tcp/30101/$ "/$1/tcp/Netsphere (30101)/" FILEALIAS REGEXPI:^/(.+)/tcp/30102/$ "/$1/tcp/Netsphere (30102)/" FILEALIAS REGEXPI:^/(.+)/tcp/30303/$ "/$1/tcp/Sockets_de_Troie (30303)/" FILEALIAS REGEXPI:^/(.+)/tcp/31338/$ "/$1/tcp/Back_Orifice (31338)/" FILEALIAS REGEXPI:^/(.+)/tcp/31339/$ "/$1/tcp/NetSpy_DK (31339)/" FILEALIAS REGEXPI:^/(.+)/tcp/31666/$ "/$1/tcp/BOWack (31666)/" FILEALIAS REGEXPI:^/(.+)/tcp/31789/$ "/$1/tcp/HackATack (31789)/" FILEALIAS REGEXPI:^/(.+)/tcp/33333/$ "/$1/tcp/Prosiak (33333)/" FILEALIAS REGEXPI:^/(.+)/tcp/34324/$ "/$1/tcp/BigGluck (34324)/" FILEALIAS REGEXPI:^/(.+)/tcp/40412/$ "/$1/tcp/BigGluck (40412)/" FILEALIAS REGEXPI:^/(.+)/tcp/40421/$ "/$1/tcp/Masters_Paradise (40421)/" FILEALIAS REGEXPI:^/(.+)/tcp/40422/$ "/$1/tcp/Masters_Paradise_v1.x (40422)/" FILEALIAS REGEXPI:^/(.+)/tcp/40423/$ "/$1/tcp/Masters_Paradise_v2.x (40423)/" FILEALIAS REGEXPI:^/(.+)/tcp/40426/$ "/$1/tcp/Masters_Paradise_v3.x (40426)/" FILEALIAS REGEXPI:^/(.+)/tcp/50505/$ "/$1/tcp/Sockets_de_Troie_v2 (50505)/" FILEALIAS REGEXPI:^/(.+)/tcp/50766/$ "/$1/tcp/Fore (50766)/" FILEALIAS REGEXPI:^/(.+)/tcp/53001/$ "/$1/tcp/Remote_Windows_Shutdown (53001)/" FILEALIAS REGEXPI:^/(.+)/tcp/60000/$ "/$1/tcp/Deep_Throat (60000)/" FILEALIAS REGEXPI:^/(.+)/tcp/61466/$ "/$1/tcp/Telecommando (61466)/" FILEALIAS REGEXPI:^/(.+)/tcp/65000/$ "/$1/tcp/Devil_v1.03 (65000)/" fwanalog-0.6.9/support/0000755000175000017500000000000010207404234014024 5ustar bbbb00000000000000fwanalog-0.6.9/support/mklangfile.us.sh0000755000175000017500000000455510207404234017133 0ustar bbbb00000000000000#! /bin/sh # Shell script to convert an Analog language file to a fwAnalog one. # Usage: mklangfile.us.sh {infile} [> outfile] # $Id: mklangfile.us.sh,v 1.4 2002/05/11 19:05:06 bb Exp $ cat $1 \ | sed 's/request/blocked packet/g' \ | sed 's/virtual host/interface/g' \ | sed 's/directory/blocked packet/g' \ | sed 's/directories/blocked packets/g' \ | sed 's/^URL/source port/g' \ | sed 's/Web Server Statistics for/Block statistics of your firewall, created by/g' \ | sed 's/Busiest month:/Month with the most blocked packets:/g' \ | sed 's/Busiest week:/Week with the most blocked packets:/g' \ | sed 's/Busiest day:/Day with the most blocked packets:/g' \ | sed 's/Busiest hour:/Hour with the most blocked packets:/g' \ | sed 's/Busiest quarter of an hour:/Quarter-hour with the most blocked packets:/g' \ | sed 's/Busiest five minutes:/Five minutes with the most blocked packets:/g' \ | sed 's/Virtual Host/Interface/g' \ | sed 's/virtual host/interface/g' \ | sed 's/Host Report/Packet Source Host Report/g' \ | sed 's/Directory Report/Blocked Packet Report/g' \ | sed 's/Referrer Report/Source Port Report/g' \ | sed 's/referring URL/source port/g' \ | sed 's/File/Packet/g' \ | sed 's/Browsers/MAC Addresses/g' \ | sed 's/browsers/MAC addresses/g' \ | sed 's/Browser/MAC Address/g' \ | sed 's/browser/MAC address/g' \ | sed 's/Successful/Blocked/g' \ | sed 's/successful/blocked/g' \ | sed 's/Distinct hosts served/Distinct hosts blocked/g' \ | sed 's/Unwanted logfile entries/Unwanted logfile entries (because of a date range, EXCLUDE etc.)/g' \ | sed 's/Data transferred/Size of all dropped packets together/g' \ | sed 's/Average data transferred per day/Average size of dropped packets per day/g' \ | sed 's/#reqs/#blocks/g' \ | sed 's/%reqs/%blocks/g' \ | sed 's/Blocked blocked/Blocked/g' \ | sed 's/blocked blocked/blocked/g' \ | sed 's/User/Log Prefix/g' \ | sed 's/users/log prefixes/g' \ | sed 's/user/log prefix/g' \ | sed 's!^files!ports/ICMP types!g' \ | sed 's!^file!port/ICMP type!g' \ | sed 's!Request Report!Port/ICMP Type Report!g' \ | sed 's/Distinct files blocked packeted/Distinct blocked packets/g' \ | perl -pwe "s!^## This is a language file for analog!## Converted from $1 on `date` \\n## by mklangfile.us.sh (from the fwanalog distribution)\\n## More info: http://tud.at/programm/fwanalog/\\n##\\n## This is a language file for analog!" fwanalog-0.6.9/support/mklangfile.de.sh0000755000175000017500000001003310207404234017060 0ustar bbbb00000000000000#! /bin/sh # Shell script to convert an Analog language file to a fwAnalog one. # Language/Sprache: German/Deutsch # Usage: mklangfile.de.sh {infile} [> outfile] # infile should be de.lng, not dea.lng # $Id: mklangfile.de.sh,v 1.4 2002/05/11 19:05:06 bb Exp $ cat $1 \ | sed 's/Anzahl unterschiedlicher anfragender Hosts/Verschiedene Hosts, deren Pakete blockiert wurden/g' \ | sed 's/Anzahl unterschiedlicher verlangter Dateien/Verschiedene blockierte Pakete/g' \ | sed 's/Verzeichnis[ -]Bericht/Bericht über blockierte Pakete/g' \ | sed 's!Anfrage[ -]Bericht!Port-/ICMP-Typ-Bericht!g' \ | sed 's!Dateigröße\(n*\)!Paketgröße\1!g' \ | sed 's!\(verlangten \)*Dateien!Ports/ICMP-Typen!g' \ | sed 's!\(verlangten \)*Datei!Port/ICMP-Typ!g' \ | sed 's!Gesamtanzahl der Anfragen!Gesamtanzahl der blockierten Pakete!g' \ | sed 's!Anfragen!blockierten Paketen!g' \ | sed 's!Anfrage!blockiertes Paket!g' \ | sed 's!verlangten Pakete!Ports bzw. ICMP-Typen!g' \ | sed 's/erster Zugriff/erstes bl. Paket/g' \ | sed 's/letzter Zugriff/letztes bl. Paket/g' \ | sed 's/Virtueller[ -]\(Host\|Server\)[ -]Bericht/Netzwerkschnittstellen-Bericht/g' \ | sed 's/[vV]irtueller \(Host\|Server\)/Netzwerkschnittstelle/g' \ | sed 's/[vV]irtuellen* Hosts/Netzwerkschnittstellen/g' \ | sed 's/[vV]irtuellen* Server/Netzwerkschnittstellen/g' \ | sed 's/Verzeichnisses/blockierten Pakets/g' \ | sed 's/Verzeichnisse/blockierten Pakete/g' \ | sed 's/Verzeichnis/blockiertes Paket/g' \ | sed "s/URL'*/Quellport/g" \ | sed 's/Browser/MAC-Adresse(n)/g' \ | sed 's/Server[ -]Statistiken f.*r/Firewall-Statistiken, generiert von/g' \ | sed 's/Monat mit der stärksten Nutzung:/Monat mit den meisten blockierten Paketen:/g' \ | sed 's/Woche mit der stärksten Nutzung:/Woche mit den meisten blockierten Paketen:/g' \ | sed 's/Tag mit der stärksten Nutzung:/Tag mit den meisten blockierten Paketen:/g' \ | sed 's/Uhrzeit mit der stärksten Nutzung:/Uhrzeit mit den meisten blockierten Paketen:/g' \ | sed 's/Stunde mit der stärksten Nutzung:/Stunde mit den meisten blockierten Paketen:/g' \ | sed 's/Viertelstunde mit der stärksten Nutzung:/Viertelstunde mit den meisten blockierten Paketen:/g' \ | sed 's/5 Minuten mit der stärksten Nutzung:/5 Minuten mit den meisten blockierten Paketen:/g' \ | sed 's/Host[ -]Bericht/Paket-Quell-Host-Bericht/g' \ | sed 's/REM Verzeichnis[ -]Bericht/Bericht über blockierte Pakete/g' \ | sed 's/Verweis[ -]Bericht/Quellport-Bericht/g' \ | sed 's/verweisenden URL/Quellport/g' \ | sed 's/Erfolgreich/Blockiert/g' \ | sed 's/Nichtverwendete.*Logdatei/Nicht verwendete Einträge in der Logdatei (wegen Datum, EXCLUDE usw.)/g' \ | sed 's/Menge verschickter Daten/Größe aller blockierten Pakete zusammen/g' \ | sed 's/Durchschnittliche Menge verschickter Daten pro Tag/Durchschnittliche tägliche Größer blockierter Pakete/g' \ | sed 's/#Anf./#Blocks/g' \ | sed 's/%Anf./%Blocks/g' \ | sed 's/verweisenden //g' \ | sed 's/Blockiert bearbeitete blockierten/Blockierte/g' \ | sed 's/bearbeitete blockierten/blockierte/g' \ | sed 's/^Blockierte Pakete\(n*\)/Blockierte Pakete/g' \ | sed 's/ch blockierte Pakete\(n*\)/ch blockierte Pakete/g' \ | sed 's/aller blockierten Pakete\(n\)*/aller blockierten Pakete/g' \ | sed 's/der blockierten Pakete\(n\)*/der blockierten Pakete/g' \ | sed 's/Benutzers/Log-Präfixes/g' \ | sed '/WWW-Server/,/Benutzer/s/Benutzer/Log-Präfix/' \ | sed '/Benutzer/,/Status-Code/s/Benutzer/Log-Präfixe/' \ | sed 's/Benutzer/Log-Präfix/g' \ | sed 's/Log-Präfixe[ -]Bericht/Log-Präfix-Bericht/g' \ | sed 's/blockiertes Paketbericht/Bericht über blockierte Pakete/g' \ | sed 's/entspricht \([0-9]*\) blockierten Pakete/entspricht \1 blockierten Paketen/g' \ | sed 's/mindestens \([0-9]*\) blockiertem Paket/mindestens \1 blockierten Paket/g' \ | sed 's/ Bericht$/-Bericht/g' \ | sed 's/ Übersicht$/-Übersicht/g' \ | perl -pwe "s!^## This is a language file for analog!## Converted from $1 on `date` \\n## by mklangfile.de.sh (from the fwanalog distribution)\\n## More info: http://tud.at/programm/fwanalog/\\n##\\n## This is a language file for analog!" fwanalog-0.6.9/support/mkservices.conf.sh0000755000175000017500000000071610207404234017466 0ustar bbbb00000000000000#! /bin/sh # Creates a services.conf file for fwanalog from your /etc/services # or another file you specify # # $Id: mkservices.conf.sh,v 1.5 2002/04/28 13:36:15 bb Exp $ #services="/etc/services" #services="/usr/share/nmap/nmap-services" services="$1" egrep '^[a-zA-Z0-9_:.-]+' $services \ | perl -pwe 's!^([a-zA-Z0-9_.:*-]+)[ \t]+([0-9]+)/([a-zA-Z]+).*$!FILEALIAS REGEXPI:^/(.+)/$3/$2/\$ "/\$1/$3/$1 ($2)/"!' \ | perl -pwe 's!\*!-!g' \ > services.conf fwanalog-0.6.9/support/mkopts.sh0000755000175000017500000000375110207404234015706 0ustar bbbb00000000000000#! /bin/sh cat fwanalog.opts.master \ | sed 's!@logformat@!iptables!' \ | sed 's!@inputfiles_mask@!messages*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.linux24 cat fwanalog.opts.master \ | sed 's!@logformat@!ipchains!' \ | sed 's!@inputfiles_mask@!messages*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.linux22 cat fwanalog.opts.master \ | sed 's!@logformat@!freebsd!' \ | sed 's!@inputfiles_mask@!ipflog*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.freebsd cat fwanalog.opts.master \ | sed 's!@logformat@!ipfw!' \ | sed 's!@inputfiles_mask@!ipflog*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.ipfw cat fwanalog.opts.master \ | sed 's!@logformat@!openbsd!' \ | sed 's!@inputfiles_mask@!ipflog*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.openbsd cat fwanalog.opts.master \ | sed 's!@logformat@!pf_30!' \ | sed 's!@inputfiles_mask@!pflog*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.openbsd3 cat fwanalog.opts.master \ | sed 's!@logformat@!solarisipf!' \ | sed 's!@inputfiles_mask@!syslog.local0*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.solarisipf cat fwanalog.opts.master \ | sed 's!@logformat@!zynos!' \ | sed 's!@inputfiles_mask@!router*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.zynos cat fwanalog.opts.master \ | sed 's!@logformat@!pix!' \ | sed 's!@inputfiles_mask@!firewall*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.pix cat fwanalog.opts.master \ | sed 's!@logformat@!watchguard!' \ | sed 's!@inputfiles_mask@!firewall*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.watchguard cat fwanalog.opts.master \ | sed 's!@logformat@!fw1!' \ | sed 's!@inputfiles_mask@!firewall*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.fw1 cat fwanalog.opts.master \ | sed 's!@logformat@!sonicwall!' \ | sed 's!@inputfiles_mask@!firewall*!' \ | sed 's!@inputfiles_dir@!/var/log!' \ > fwanalog.opts.sonicwall fwanalog-0.6.9/support/daily-report.sh0000755000175000017500000000043510207404234017000 0ustar bbbb00000000000000#!/bin/sh # Simple sample script for creating daily stats # best called from cron at 23:59 cd /root/fwanalog # create the daily report nice ./fwanalog.sh -t # mail the report to root cat out/today.txt | mail -s "daily firewall log" root # call script normally nice ./fwanalog.sh fwanalog-0.6.9/support/well_known_ports.conf0000644000175000017500000070151610207404234020313 0ustar bbbb00000000000000# well_known_ports.conf # generated from http://www.networksorcery.com/enp/protocol/ip/ports01024.htm # on 2002-04-28 FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1024/$ "/$1/$2/Reserved (1024)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1025/$ "/$1/$2/network_blackjack (1025)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1032/$ "/$1/$2/BBN_IAD (1032)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1036/$ "/$1/$2/RADAR_Service_Protocol (1036)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1040/$ "/$1/$2/Netarx (1040)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1045/$ "/$1/$2/Fingerprint_Image_Transfer_Protocol (1045)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1048/$ "/$1/$2/Sun_s_NEO_Object_Request_Broker (1048)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1049/$ "/$1/$2/Tobit_David_Postman_VPMN (1049)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1050/$ "/$1/$2/CORBA_Management_Agent (1050)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1051/$ "/$1/$2/Optima_VNET (1051)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1052/$ "/$1/$2/Dynamic_DNS_Tools (1052)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1053/$ "/$1/$2/Remote_Assistant_RA (1053)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1054/$ "/$1/$2/BRVREAD (1054)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1055/$ "/$1/$2/ANSYS_-_License_Manager (1055)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1056/$ "/$1/$2/VFO (1056)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1057/$ "/$1/$2/STARTRON (1057)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1058/$ "/$1/$2/nim (1058)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1059/$ "/$1/$2/nimreg (1059)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1060/$ "/$1/$2/POLESTAR (1060)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1061/$ "/$1/$2/KIOSK (1061)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1062/$ "/$1/$2/Veracity (1062)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1063/$ "/$1/$2/KyoceraNetDev (1063)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1064/$ "/$1/$2/JSTEL (1064)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1065/$ "/$1/$2/SYSCOMLAN (1065)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1066/$ "/$1/$2/FPO-FNS (1066)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1067/$ "/$1/$2/Installation_Bootstrap_Protocol_Server (1067)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1068/$ "/$1/$2/Installation_Bootstrap_Protocol_Client (1068)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1069/$ "/$1/$2/COGNEX-INSIGHT (1069)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1070/$ "/$1/$2/GMRUpdateSERV (1070)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1071/$ "/$1/$2/BSQUARE-VOIP (1071)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1072/$ "/$1/$2/CARDAX (1072)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1073/$ "/$1/$2/BridgeControl (1073)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1074/$ "/$1/$2/FASTechnologies_License_Manager (1074)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1075/$ "/$1/$2/RDRMSHC (1075)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1076/$ "/$1/$2/DAB_STI-C (1076)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1077/$ "/$1/$2/IMGames (1077)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1078/$ "/$1/$2/eManageCstp (1078)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1079/$ "/$1/$2/ASPROVATalk (1079)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1081/$ "/$1/$2/PVUNIWIEN (1081)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1082/$ "/$1/$2/AMT-ESD-PROT (1082)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1083/$ "/$1/$2/Anasoft_License_Manager (1083)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1084/$ "/$1/$2/Anasoft_License_Manager (1084)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1085/$ "/$1/$2/Web_Objects (1085)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1086/$ "/$1/$2/CPL_Scrambler_Logging (1086)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1087/$ "/$1/$2/CPL_Scrambler_Internal (1087)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1088/$ "/$1/$2/CPL_Scrambler_Alarm_Log (1088)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1089/$ "/$1/$2/FF_Annunciation (1089)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1090/$ "/$1/$2/FF_Fieldbus_Message_Specification (1090)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1091/$ "/$1/$2/FF_System_Management (1091)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1092/$ "/$1/$2/OBRPD (1092)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1093/$ "/$1/$2/PROOFD (1093)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1094/$ "/$1/$2/ROOTD (1094)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1095/$ "/$1/$2/NICELink (1095)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1096/$ "/$1/$2/CNRP_Common_Name_Resolution_Protocol (1096)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1097/$ "/$1/$2/Sun_Cluster_Manager (1097)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1100/$ "/$1/$2/MCTP (1100)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1101/$ "/$1/$2/PT2-DISCOVER (1101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1102/$ "/$1/$2/ADOBE_SERVER_1 (1102)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1103/$ "/$1/$2/ADOBE_SERVER_2 (1103)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1104/$ "/$1/$2/XRL (1104)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1105/$ "/$1/$2/FTRANHC (1105)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1106/$ "/$1/$2/ISOIPSIGPORT-1 (1106)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1107/$ "/$1/$2/ISOIPSIGPORT-2 (1107)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1108/$ "/$1/$2/ratio-adp (1108)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1110/$ "/$1/$2/Cluster_status_info (1110)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1111/$ "/$1/$2/LM_Social_Server (1111)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1112/$ "/$1/$2/Intelligent_Communication_Protocol (1112)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1114/$ "/$1/$2/Mini_SQL (1114)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1115/$ "/$1/$2/ARDUS_Transfer (1115)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1116/$ "/$1/$2/ARDUS_Control (1116)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1117/$ "/$1/$2/ARDUS_Multicast_Transfer (1117)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1122/$ "/$1/$2/availant-mgr (1122)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1123/$ "/$1/$2/Murray (1123)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1155/$ "/$1/$2/Network_File_Access (1155)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1161/$ "/$1/$2/Health_Polling (1161)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1162/$ "/$1/$2/Health_Trap (1162)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1169/$ "/$1/$2/TRIPWIRE (1169)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1180/$ "/$1/$2/Millicent_Client_Proxy (1180)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1183/$ "/$1/$2/LL_Surfup_HTTP (1183)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1184/$ "/$1/$2/LL_Surfup_HTTPS (1184)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1185/$ "/$1/$2/Catchpole_port (1185)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1188/$ "/$1/$2/HP_Web_Admin (1188)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1199/$ "/$1/$2/DMIDI (1199)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1200/$ "/$1/$2/SCOL (1200)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1201/$ "/$1/$2/Nucleus_Sand (1201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1202/$ "/$1/$2/caiccipc (1202)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1203/$ "/$1/$2/License_Validation (1203)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1204/$ "/$1/$2/Log_Request_Listener (1204)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1205/$ "/$1/$2/Accord-MGC (1205)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1206/$ "/$1/$2/Anthony_Data (1206)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1207/$ "/$1/$2/MetaSage (1207)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1208/$ "/$1/$2/SEAGULL_AIS (1208)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1209/$ "/$1/$2/IPCD3 (1209)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1210/$ "/$1/$2/EOSS (1210)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1211/$ "/$1/$2/Groove_DPP (1211)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1212/$ "/$1/$2/lupa (1212)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1213/$ "/$1/$2/MPC_LIFENET (1213)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1215/$ "/$1/$2/scanSTAT_1_0 (1215)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1216/$ "/$1/$2/ETEBAC_5 (1216)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1217/$ "/$1/$2/HPSS-NDAPI (1217)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1218/$ "/$1/$2/AeroFlight-ADs (1218)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1219/$ "/$1/$2/AeroFlight-Ret (1219)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1220/$ "/$1/$2/QT_SERVER_ADMIN (1220)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1221/$ "/$1/$2/SweetWARE_Apps (1221)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1222/$ "/$1/$2/SNI_R_D_network (1222)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1223/$ "/$1/$2/TGP (1223)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1224/$ "/$1/$2/VPNz (1224)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1225/$ "/$1/$2/SLINKYSEARCH (1225)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1226/$ "/$1/$2/STGXFWS (1226)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1227/$ "/$1/$2/DNS2Go (1227)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1228/$ "/$1/$2/FLORENCE (1228)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1229/$ "/$1/$2/Novell_ZFS (1229)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1230/$ "/$1/$2/Periscope (1230)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1231/$ "/$1/$2/menandmice-lpm (1231)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1232/$ "/$1/$2/Microsoft_unoffically (1232)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1233/$ "/$1/$2/Universal_App_Server (1233)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1234/$ "/$1/$2/Infoseek_Search_Agent (1234)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1235/$ "/$1/$2/mosaicsyssvc1 (1235)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1236/$ "/$1/$2/bvcontrol (1236)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1237/$ "/$1/$2/tsdos390 (1237)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1238/$ "/$1/$2/hacl-qs (1238)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1239/$ "/$1/$2/NMSD (1239)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1240/$ "/$1/$2/hacl-qs (1240)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1242/$ "/$1/$2/NMAS_over_IP (1242)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1243/$ "/$1/$2/SerialGateway (1243)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1244/$ "/$1/$2/isbconference1 (1244)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1245/$ "/$1/$2/isbconference2 (1245)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1246/$ "/$1/$2/payrouter (1246)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1247/$ "/$1/$2/VisionPyramid (1247)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1248/$ "/$1/$2/hermes (1248)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1249/$ "/$1/$2/Mesa_Vista_Co (1249)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1250/$ "/$1/$2/swldy-sias (1250)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1251/$ "/$1/$2/servergraph (1251)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1252/$ "/$1/$2/bspne-pcc (1252)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1253/$ "/$1/$2/q55-pcc (1253)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1254/$ "/$1/$2/de-noc (1254)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1255/$ "/$1/$2/de-cache-query (1255)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1256/$ "/$1/$2/de-server (1256)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1257/$ "/$1/$2/Shockwave_2 (1257)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1258/$ "/$1/$2/Open_Network_Library (1258)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1259/$ "/$1/$2/Open_Network_Library_Voice (1259)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1260/$ "/$1/$2/ibm-ssd (1260)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1261/$ "/$1/$2/mpshrsv (1261)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1262/$ "/$1/$2/QNTS-ORB (1262)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1263/$ "/$1/$2/dka (1263)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1264/$ "/$1/$2/PRAT (1264)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1265/$ "/$1/$2/DSSIAPI (1265)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1266/$ "/$1/$2/DELLPWRAPPKS (1266)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1267/$ "/$1/$2/pcmlinux (1267)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1268/$ "/$1/$2/PROPEL-MSGSYS (1268)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1269/$ "/$1/$2/WATiLaPP (1269)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1270/$ "/$1/$2/opsman (1270)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1271/$ "/$1/$2/Dabew (1271)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1272/$ "/$1/$2/CSPMLockMgr (1272)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1273/$ "/$1/$2/EMC-Gateway (1273)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1274/$ "/$1/$2/t1distproc (1274)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1275/$ "/$1/$2/ivcollector (1275)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1276/$ "/$1/$2/ivmanager (1276)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1277/$ "/$1/$2/mqs (1277)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1278/$ "/$1/$2/Dell_Web_Admin_1 (1278)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1279/$ "/$1/$2/Dell_Web_Admin_2 (1279)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1280/$ "/$1/$2/Pictrography (1280)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1281/$ "/$1/$2/healthd (1281)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1282/$ "/$1/$2/Emperion (1282)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1283/$ "/$1/$2/ProductInfo (1283)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1284/$ "/$1/$2/IEE-QFX (1284)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1285/$ "/$1/$2/neoiface (1285)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1286/$ "/$1/$2/netuitive (1286)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1288/$ "/$1/$2/NavBuddy (1288)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1289/$ "/$1/$2/JWalkServer (1289)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1290/$ "/$1/$2/WinJaServer (1290)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1291/$ "/$1/$2/SEAGULLLMS (1291)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1292/$ "/$1/$2/dsdn (1292)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1293/$ "/$1/$2/PKT-KRB-IPSec (1293)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1294/$ "/$1/$2/CMMdriver (1294)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1295/$ "/$1/$2/EETP (1295)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1296/$ "/$1/$2/dproxy (1296)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1297/$ "/$1/$2/sdproxy (1297)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1298/$ "/$1/$2/lpcp (1298)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1299/$ "/$1/$2/hp-sci (1299)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1301/$ "/$1/$2/CI3-Software-1 (1301)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1302/$ "/$1/$2/CI3-Software-2 (1302)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1303/$ "/$1/$2/sftsrv (1303)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1304/$ "/$1/$2/Boomerang (1304)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1305/$ "/$1/$2/pe-mike (1305)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1306/$ "/$1/$2/RE-Conn-Proto (1306)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1307/$ "/$1/$2/Pacmand (1307)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1308/$ "/$1/$2/ODSI_Optical_Domain_Service_Interconnect (1308)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1309/$ "/$1/$2/JTAG_server (1309)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1310/$ "/$1/$2/Husky (1310)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1311/$ "/$1/$2/RxMon (1311)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1312/$ "/$1/$2/STI_Envision (1312)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1313/$ "/$1/$2/BMC_PATROLDB (1313)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1314/$ "/$1/$2/Photoscript_Distributed_Printing_System (1314)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1315/$ "/$1/$2/els (1315)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1316/$ "/$1/$2/Exbit-ESCP (1316)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1317/$ "/$1/$2/vrts-ipcserver (1317)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1318/$ "/$1/$2/krb5gatekeeper (1318)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1319/$ "/$1/$2/Panja-ICSP (1319)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1320/$ "/$1/$2/Panja-AXBNET (1320)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1321/$ "/$1/$2/PIP (1321)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1322/$ "/$1/$2/Novation (1322)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1323/$ "/$1/$2/brcd (1323)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1324/$ "/$1/$2/delta-mcp (1324)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1325/$ "/$1/$2/DX-Instrument (1325)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1326/$ "/$1/$2/WIMSIC (1326)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1327/$ "/$1/$2/Ultrex (1327)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1328/$ "/$1/$2/EWALL (1328)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1329/$ "/$1/$2/netdb-export (1329)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1330/$ "/$1/$2/StreetPerfect (1330)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1331/$ "/$1/$2/intersan (1331)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1332/$ "/$1/$2/PCIA_RXP-B (1332)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1333/$ "/$1/$2/Password_Policy (1333)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1334/$ "/$1/$2/writesrv (1334)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1335/$ "/$1/$2/Digital_Notary_Protocol (1335)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1336/$ "/$1/$2/Instant_Service_Chat (1336)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1337/$ "/$1/$2/menandmice_DNS (1337)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1338/$ "/$1/$2/WMC-log-svr (1338)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1339/$ "/$1/$2/kjtsiteserver (1339)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1340/$ "/$1/$2/NAAP (1340)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1341/$ "/$1/$2/QuBES (1341)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1342/$ "/$1/$2/ESBroker (1342)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1343/$ "/$1/$2/re101 (1343)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1344/$ "/$1/$2/ICAP_Internet_Content_Adaptation_Protocol (1344)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1345/$ "/$1/$2/VPJP (1345)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1346/$ "/$1/$2/Alta_Analytics_License_Manager (1346)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1348/$ "/$1/$2/multi_media_conferencing (1348)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1350/$ "/$1/$2/Registration_Network_Protocol (1350)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1351/$ "/$1/$2/Digital_Tool_Works_MIT (1351)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1352/$ "/$1/$2/Lotus_Note (1352)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1353/$ "/$1/$2/Relief_Consulting (1353)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1354/$ "/$1/$2/RightBrain_Software (1354)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1355/$ "/$1/$2/Intuitive_Edge (1355)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1356/$ "/$1/$2/CuillaMartin_Company (1356)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1357/$ "/$1/$2/Electronic_PegBoard (1357)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1358/$ "/$1/$2/CONNLCLI (1358)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1359/$ "/$1/$2/FTSRV (1359)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1360/$ "/$1/$2/MIMER (1360)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1361/$ "/$1/$2/LinX (1361)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1362/$ "/$1/$2/TimeFlies (1362)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1363/$ "/$1/$2/Network_DataMover_Requester (1363)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1364/$ "/$1/$2/Network_DataMover_Server (1364)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1365/$ "/$1/$2/Network_Software_Associates (1365)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1366/$ "/$1/$2/Novell_NetWare_Comm_Service_Platform (1366)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1367/$ "/$1/$2/DCS (1367)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1368/$ "/$1/$2/ScreenCast (1368)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1369/$ "/$1/$2/GlobalView_to_Unix_Shell (1369)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1370/$ "/$1/$2/Unix_Shell_to_GlobalView (1370)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1372/$ "/$1/$2/Fujitsu_Config_Protocol (1372)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1373/$ "/$1/$2/Chromagrafx (1373)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1374/$ "/$1/$2/EPI_Software_Systems (1374)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1375/$ "/$1/$2/Bytex (1375)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1376/$ "/$1/$2/IBM_Person_to_Person_Software (1376)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1377/$ "/$1/$2/Cichlid_License_Manager (1377)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1378/$ "/$1/$2/Elan_License_Manager (1378)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1379/$ "/$1/$2/Integrity_Solutions (1379)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1380/$ "/$1/$2/Telesis_Network_License_Manager (1380)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1381/$ "/$1/$2/Apple_Network_License_Manager (1381)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1383/$ "/$1/$2/GW_Hannaway_Network_License_Manager (1383)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1384/$ "/$1/$2/Objective_Solutions_License_Manager (1384)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1385/$ "/$1/$2/Atex_Publishing_License_Manager (1385)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1386/$ "/$1/$2/CheckSum_License_Manager (1386)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1387/$ "/$1/$2/Computer_Aided_Design_Software_Inc_LM (1387)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1388/$ "/$1/$2/Objective_Solutions_DataBase_Cache (1388)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1389/$ "/$1/$2/Document_Manager (1389)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1390/$ "/$1/$2/Storage_Controller (1390)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1391/$ "/$1/$2/Storage_Access_Server (1391)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1392/$ "/$1/$2/Print_Manager (1392)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1393/$ "/$1/$2/Network_Log_Server (1393)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1394/$ "/$1/$2/Network_Log_Client (1394)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1395/$ "/$1/$2/PC_Workstation_Manager_software (1395)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1396/$ "/$1/$2/DVL_Active_Mail (1396)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1397/$ "/$1/$2/Audio_Active_Mail (1397)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1398/$ "/$1/$2/Video_Active_Mail (1398)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1399/$ "/$1/$2/Cadkey_License_Manager (1399)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1400/$ "/$1/$2/Cadkey_Tablet_Daemon (1400)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1401/$ "/$1/$2/Goldleaf_License_Manager (1401)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1404/$ "/$1/$2/Infinite_Graphics_License_Manager (1404)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1405/$ "/$1/$2/IBM_Remote_Execution_Starter (1405)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1406/$ "/$1/$2/NetLabs_License_Manager (1406)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1407/$ "/$1/$2/DBSA_License_Manager (1407)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1408/$ "/$1/$2/Sophia_License_Manager (1408)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1409/$ "/$1/$2/Here_License_Manager (1409)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1410/$ "/$1/$2/HiQ_License_Manager (1410)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1411/$ "/$1/$2/AudioFile (1411)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1412/$ "/$1/$2/InnoSys (1412)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1413/$ "/$1/$2/Innosys-ACL (1413)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1414/$ "/$1/$2/IBM_MQSeries (1414)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1415/$ "/$1/$2/DBStar (1415)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1416/$ "/$1/$2/Novell_LU6_2 (1416)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1417/$ "/$1/$2/Timbuktu_Service_1_Port (1417)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1418/$ "/$1/$2/Timbuktu_Service_2_Port (1418)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1419/$ "/$1/$2/Timbuktu_Service_3_Port (1419)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1420/$ "/$1/$2/Timbuktu_Service_4_Port (1420)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1421/$ "/$1/$2/Gandalf_License_Manager (1421)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1422/$ "/$1/$2/Autodesk_License_Manager (1422)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1423/$ "/$1/$2/Essbase_Arbor_Software (1423)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1424/$ "/$1/$2/Hybrid_Encryption_Protocol (1424)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1425/$ "/$1/$2/Zion_Software_License_Manager (1425)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1426/$ "/$1/$2/Satellite-data_Acquisition_System_1 (1426)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1427/$ "/$1/$2/mloadd_monitoring_tool (1427)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1428/$ "/$1/$2/Informatik_License_Manager (1428)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1429/$ "/$1/$2/Hypercom_NMS (1429)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1430/$ "/$1/$2/Hypercom_TPDU (1430)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1431/$ "/$1/$2/Reverse_Gossip_Transport (1431)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1432/$ "/$1/$2/Blueberry_Software_License_Manager (1432)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1435/$ "/$1/$2/IBM_CICS (1435)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1436/$ "/$1/$2/Satellite-data_Acquisition_System_2 (1436)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1437/$ "/$1/$2/Tabula (1437)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1438/$ "/$1/$2/Eicon_Security_Agent_Server (1438)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1439/$ "/$1/$2/Eicon_X25_SNA_Gateway (1439)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1440/$ "/$1/$2/Eicon_Service_Location_Protocol (1440)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1441/$ "/$1/$2/Cadis_License_Management (1441)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1442/$ "/$1/$2/Cadis_License_Management (1442)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1443/$ "/$1/$2/Integrated_Engineering_Software (1443)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1444/$ "/$1/$2/Marcam_License_Management (1444)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1445/$ "/$1/$2/Proxima_License_Manager (1445)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1446/$ "/$1/$2/Optical_Research_Associates_License_Manager (1446)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1447/$ "/$1/$2/Applied_Parallel_Research_LM (1447)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1448/$ "/$1/$2/OpenConnect_License_Manager (1448)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1449/$ "/$1/$2/PEport (1449)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1450/$ "/$1/$2/Tandem_Distributed_Workbench_Facility (1450)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1451/$ "/$1/$2/IBM_Information_Management (1451)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1452/$ "/$1/$2/GTE_Government_Systems_License_Man (1452)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1453/$ "/$1/$2/Genie_License_Manager (1453)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1454/$ "/$1/$2/interHDL_License_Manager (1454)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1455/$ "/$1/$2/ESL_License_Manager (1455)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1456/$ "/$1/$2/DCA (1456)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1457/$ "/$1/$2/Valisys_License_Manager (1457)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1458/$ "/$1/$2/Nichols_Research_Corp (1458)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1461/$ "/$1/$2/IBM_Wireless_LAN (1461)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1462/$ "/$1/$2/World_License_Manager (1462)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1463/$ "/$1/$2/Nucleus (1463)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1464/$ "/$1/$2/MSL_License_Manager (1464)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1465/$ "/$1/$2/Pipes_Platform (1465)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1466/$ "/$1/$2/Ocean_Software_License_Manager (1466)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1467/$ "/$1/$2/CSDMBASE (1467)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1468/$ "/$1/$2/CSDM (1468)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1469/$ "/$1/$2/Active_Analysis_Limited_License_Manager (1469)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1470/$ "/$1/$2/Universal_Analytics (1470)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1471/$ "/$1/$2/csdmbase (1471)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1472/$ "/$1/$2/csdm (1472)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1473/$ "/$1/$2/OpenMath (1473)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1474/$ "/$1/$2/Telefinder (1474)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1475/$ "/$1/$2/Taligent_License_Manager (1475)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1476/$ "/$1/$2/clvm-cfg (1476)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1477/$ "/$1/$2/ms-sna-server (1477)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1478/$ "/$1/$2/ms-sna-base (1478)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1479/$ "/$1/$2/dberegister (1479)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1480/$ "/$1/$2/PacerForum (1480)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1481/$ "/$1/$2/AIRS (1481)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1482/$ "/$1/$2/Miteksys_License_Manager (1482)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1483/$ "/$1/$2/AFS_License_Manager (1483)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1484/$ "/$1/$2/Confluent_License_Manager (1484)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1485/$ "/$1/$2/LANSource (1485)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1486/$ "/$1/$2/nms_topo_serv (1486)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1487/$ "/$1/$2/LocalInfoSrvr (1487)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1488/$ "/$1/$2/DocStor (1488)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1489/$ "/$1/$2/dmdocbroker (1489)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1490/$ "/$1/$2/insitu-conf (1490)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1491/$ "/$1/$2/anynetgateway (1491)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1492/$ "/$1/$2/stone-design-1 (1492)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1493/$ "/$1/$2/netmap_lm (1493)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1494/$ "/$1/$2/ica (1494)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1495/$ "/$1/$2/cvc (1495)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1496/$ "/$1/$2/liberty-lm (1496)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1497/$ "/$1/$2/rfx-lm (1497)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1499/$ "/$1/$2/Federico_Heinz_Consultora (1499)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1500/$ "/$1/$2/VLSI_License_Manager (1500)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1501/$ "/$1/$2/Satellite-data_Acquisition_System_3 (1501)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1502/$ "/$1/$2/Shiva (1502)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1503/$ "/$1/$2/Databeam (1503)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1504/$ "/$1/$2/EVB_Software_Engineering_License_Manager (1504)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1505/$ "/$1/$2/Funk_Software_Inc (1505)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1506/$ "/$1/$2/Universal_Time_daemon_utcd (1506)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1507/$ "/$1/$2/symplex (1507)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1508/$ "/$1/$2/diagmond (1508)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1509/$ "/$1/$2/Robcad_Ltd_License_Manager (1509)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1510/$ "/$1/$2/Midland_Valley_Exploration_Ltd_Lic_Man (1510)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1511/$ "/$1/$2/3l-l1 (1511)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1514/$ "/$1/$2/Fujitsu_Systems_Business_of_America_Inc (1514)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1515/$ "/$1/$2/ifor-protocol (1515)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1516/$ "/$1/$2/Virtual_Places_Audio_data (1516)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1517/$ "/$1/$2/Virtual_Places_Audio_control (1517)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1518/$ "/$1/$2/Virtual_Places_Video_data (1518)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1519/$ "/$1/$2/Virtual_Places_Video_control (1519)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1520/$ "/$1/$2/atm_zip_office (1520)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1521/$ "/$1/$2/nCube_License_Manager (1521)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1522/$ "/$1/$2/Ricardo_North_America_License_Manager (1522)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1523/$ "/$1/$2/cichild (1523)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1524/$ "/$1/$2/ingres (1524)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1525/$ "/$1/$2/oracle (1525)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1526/$ "/$1/$2/Prospero_Data_Access_Prot_non-priv (1526)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1532/$ "/$1/$2/miroconnect (1532)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1533/$ "/$1/$2/Virtual_Places_Software (1533)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1534/$ "/$1/$2/micromuse-lm (1534)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1535/$ "/$1/$2/ampr-info (1535)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1536/$ "/$1/$2/ampr-inter (1536)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1537/$ "/$1/$2/isi-lm (1537)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1538/$ "/$1/$2/3ds-lm (1538)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1539/$ "/$1/$2/Intellistor_License_Manager (1539)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1540/$ "/$1/$2/rds (1540)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1541/$ "/$1/$2/rds2 (1541)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1542/$ "/$1/$2/gridgen-elmd (1542)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1543/$ "/$1/$2/simba-cs (1543)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1544/$ "/$1/$2/aspeclmd (1544)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1545/$ "/$1/$2/vistium-share (1545)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1546/$ "/$1/$2/abbaccuray (1546)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1547/$ "/$1/$2/laplink (1547)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1548/$ "/$1/$2/Axon_License_Manager (1548)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1549/$ "/$1/$2/Shiva_Hose_TCP (1549)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1550/$ "/$1/$2/Image_Storage_license_manager_3M_Company (1550)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1551/$ "/$1/$2/HECMTL-DB (1551)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1552/$ "/$1/$2/pciarray (1552)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1553/$ "/$1/$2/sna-cs (1553)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1554/$ "/$1/$2/CACI_Products_Company_License_Manager (1554)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1555/$ "/$1/$2/livelan (1555)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1556/$ "/$1/$2/AshWin_CI_Tecnologies (1556)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1557/$ "/$1/$2/ArborText_License_Manager (1557)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1558/$ "/$1/$2/xingmpeg (1558)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1559/$ "/$1/$2/web2host (1559)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1560/$ "/$1/$2/asci-val (1560)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1561/$ "/$1/$2/facilityview (1561)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1562/$ "/$1/$2/pconnectmgr (1562)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1563/$ "/$1/$2/Cadabra_License_Manager (1563)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1564/$ "/$1/$2/Pay-Per-View (1564)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1565/$ "/$1/$2/WinDD (1565)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1566/$ "/$1/$2/CORELVIDEO (1566)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1567/$ "/$1/$2/jlicelmd (1567)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1568/$ "/$1/$2/tsspmap (1568)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1569/$ "/$1/$2/ets (1569)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1570/$ "/$1/$2/orbixd (1570)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1572/$ "/$1/$2/Chipcom_License_Manager (1572)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1573/$ "/$1/$2/itscomm-ns (1573)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1574/$ "/$1/$2/mvel-lm (1574)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1576/$ "/$1/$2/moldflow-lm (1576)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1577/$ "/$1/$2/hypercube-lm (1577)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1578/$ "/$1/$2/Jacobus_License_Manager (1578)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1579/$ "/$1/$2/ioc-sea-lm (1579)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1580/$ "/$1/$2/tn-tl-r1_TCP (1580)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1581/$ "/$1/$2/MIL-2045-47001 (1581)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1582/$ "/$1/$2/MSIMS (1582)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1583/$ "/$1/$2/simbaexpress (1583)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1584/$ "/$1/$2/tn-tl-fd2 (1584)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1585/$ "/$1/$2/intv (1585)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1586/$ "/$1/$2/ibm-abtact (1586)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1587/$ "/$1/$2/pra_elmd (1587)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1588/$ "/$1/$2/triquest-lm (1588)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1589/$ "/$1/$2/VQP (1589)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1590/$ "/$1/$2/gemini-lm (1590)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1591/$ "/$1/$2/ncpm-pm (1591)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1592/$ "/$1/$2/commonspace (1592)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1593/$ "/$1/$2/mainsoft-lm (1593)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1594/$ "/$1/$2/sixtrak (1594)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1595/$ "/$1/$2/radio (1595)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1596/$ "/$1/$2/radio-sm_TCP (1596)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1597/$ "/$1/$2/orbplus-iiop (1597)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1598/$ "/$1/$2/picknfs (1598)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1599/$ "/$1/$2/simbaservices (1599)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1600/$ "/$1/$2/issd (1600)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1601/$ "/$1/$2/aas (1601)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1602/$ "/$1/$2/inspect (1602)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1603/$ "/$1/$2/pickodbc (1603)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1604/$ "/$1/$2/icabrowser (1604)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1605/$ "/$1/$2/Salutation_Manager_Salutation_Protocol (1605)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1606/$ "/$1/$2/Salutation_Manager_SLM-API (1606)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1607/$ "/$1/$2/stt (1607)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1608/$ "/$1/$2/Smart_Corp_License_Manager (1608)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1609/$ "/$1/$2/isysg-lm (1609)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1610/$ "/$1/$2/taurus-wh (1610)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1611/$ "/$1/$2/Inter_Library_Loan (1611)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1612/$ "/$1/$2/NetBill_Transaction_Server (1612)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1613/$ "/$1/$2/NetBill_Key_Repository (1613)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1614/$ "/$1/$2/NetBill_Credential_Server (1614)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1615/$ "/$1/$2/NetBill_Authorization_Server (1615)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1616/$ "/$1/$2/NetBill_Product_Server (1616)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1617/$ "/$1/$2/Nimrod_Inter-Agent_Communication (1617)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1618/$ "/$1/$2/skytelnet (1618)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1619/$ "/$1/$2/xs-openstorage (1619)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1620/$ "/$1/$2/faxportwinport (1620)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1621/$ "/$1/$2/softdataphone (1621)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1622/$ "/$1/$2/ontime (1622)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1623/$ "/$1/$2/jaleosnd (1623)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1624/$ "/$1/$2/udp-sr-port (1624)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1625/$ "/$1/$2/svs-omagent (1625)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1626/$ "/$1/$2/Shockwave (1626)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1627/$ "/$1/$2/T_128_Gateway (1627)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1628/$ "/$1/$2/LonTalk_normal (1628)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1629/$ "/$1/$2/LonTalk_urgent (1629)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1630/$ "/$1/$2/Oracle_Net8_Cman (1630)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1631/$ "/$1/$2/Visit_view (1631)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1632/$ "/$1/$2/PAMMRATC (1632)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1633/$ "/$1/$2/PAMMRPC (1633)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1634/$ "/$1/$2/Log_On_America_Probe (1634)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1635/$ "/$1/$2/EDB_Server_1 (1635)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1636/$ "/$1/$2/CableNet_Control_Protocol (1636)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1637/$ "/$1/$2/CableNet_Admin_Protocol (1637)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1638/$ "/$1/$2/CableNet_Info_Protocol (1638)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1639/$ "/$1/$2/cert-initiator (1639)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1640/$ "/$1/$2/cert-responder (1640)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1641/$ "/$1/$2/InVision (1641)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1642/$ "/$1/$2/isis-am (1642)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1643/$ "/$1/$2/isis-ambc (1643)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1644/$ "/$1/$2/Satellite-data_Acquisition_System_4 (1644)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1645/$ "/$1/$2/datametrics (1645)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1646/$ "/$1/$2/sa-msg-port (1646)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1647/$ "/$1/$2/rsap (1647)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1648/$ "/$1/$2/concurrent-lm (1648)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1649/$ "/$1/$2/Kermit (1649)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1650/$ "/$1/$2/nkd (1650)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1651/$ "/$1/$2/shiva_confsrvr (1651)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1652/$ "/$1/$2/xnmp (1652)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1653/$ "/$1/$2/alphatech-lm (1653)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1654/$ "/$1/$2/stargatealerts (1654)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1655/$ "/$1/$2/dec-mbadmin (1655)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1656/$ "/$1/$2/dec-mbadmin-h (1656)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1657/$ "/$1/$2/fujitsu-mmpdc (1657)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1658/$ "/$1/$2/sixnetudr (1658)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1659/$ "/$1/$2/Silicon_Grail_License_Manager (1659)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1660/$ "/$1/$2/skip-mc-gikreq (1660)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1661/$ "/$1/$2/netview-aix-1 (1661)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1662/$ "/$1/$2/netview-aix-2 (1662)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1663/$ "/$1/$2/netview-aix-3 (1663)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1664/$ "/$1/$2/netview-aix-4 (1664)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1665/$ "/$1/$2/netview-aix-5 (1665)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1666/$ "/$1/$2/netview-aix-6 (1666)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1667/$ "/$1/$2/netview-aix-7 (1667)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1668/$ "/$1/$2/netview-aix-8 (1668)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1669/$ "/$1/$2/netview-aix-9 (1669)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1670/$ "/$1/$2/netview-aix-10 (1670)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1671/$ "/$1/$2/netview-aix-11 (1671)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1672/$ "/$1/$2/netview-aix-12 (1672)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1674/$ "/$1/$2/Intel_Proshare_Multicast (1674)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1675/$ "/$1/$2/Pacific_Data_Products (1675)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1676/$ "/$1/$2/netcomm1_TCP (1676)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1677/$ "/$1/$2/groupwise (1677)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1678/$ "/$1/$2/prolink (1678)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1679/$ "/$1/$2/darcorp-lm (1679)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1680/$ "/$1/$2/microcom-sbp (1680)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1681/$ "/$1/$2/sd-elmd (1681)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1682/$ "/$1/$2/lanyon-lantern (1682)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1683/$ "/$1/$2/ncpm-hip (1683)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1684/$ "/$1/$2/SnareSecure (1684)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1685/$ "/$1/$2/n2nremote (1685)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1686/$ "/$1/$2/cvmon (1686)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1687/$ "/$1/$2/nsjtp-ctrl (1687)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1688/$ "/$1/$2/nsjtp-data (1688)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1689/$ "/$1/$2/firefox (1689)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1690/$ "/$1/$2/ng-umds (1690)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1691/$ "/$1/$2/empire-empuma (1691)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1692/$ "/$1/$2/sstsys-lm (1692)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1693/$ "/$1/$2/rrirtr (1693)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1694/$ "/$1/$2/rrimwm (1694)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1695/$ "/$1/$2/rrilwm (1695)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1696/$ "/$1/$2/rrifmm (1696)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1697/$ "/$1/$2/rrisat (1697)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1700/$ "/$1/$2/mps-raft (1700)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1701/$ "/$1/$2/L2F_Layer_2_Forwarding (1701)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1702/$ "/$1/$2/deskshare (1702)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1703/$ "/$1/$2/hb-engine (1703)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1704/$ "/$1/$2/bcs-broker (1704)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1705/$ "/$1/$2/slingshot (1705)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1706/$ "/$1/$2/jetform (1706)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1707/$ "/$1/$2/vdmplay (1707)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1708/$ "/$1/$2/gat-lmd (1708)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1709/$ "/$1/$2/centra (1709)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1710/$ "/$1/$2/impera (1710)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1711/$ "/$1/$2/pptconference (1711)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1712/$ "/$1/$2/resource_monitoring_service (1712)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1713/$ "/$1/$2/ConferenceTalk (1713)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1714/$ "/$1/$2/sesi-lm (1714)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1715/$ "/$1/$2/houdini-lm (1715)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1716/$ "/$1/$2/xmsg (1716)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1717/$ "/$1/$2/fj-hdnet (1717)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1718/$ "/$1/$2/h323gatedisc (1718)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1719/$ "/$1/$2/h323gatestat (1719)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1720/$ "/$1/$2/h323hostcall (1720)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1721/$ "/$1/$2/caicci (1721)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1722/$ "/$1/$2/HKS_License_Manager (1722)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1723/$ "/$1/$2/PPTP_Point_to_Point_Tunneling_Protocol (1723)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1724/$ "/$1/$2/csbphonemaster (1724)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1725/$ "/$1/$2/iden-ralp (1725)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1726/$ "/$1/$2/IBERIAGAMES (1726)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1727/$ "/$1/$2/winddx (1727)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1728/$ "/$1/$2/TELINDUS (1728)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1729/$ "/$1/$2/CityNL_License_Management (1729)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1730/$ "/$1/$2/roketz (1730)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1731/$ "/$1/$2/MSICCP (1731)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1732/$ "/$1/$2/proxim (1732)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1733/$ "/$1/$2/SIMS_-_SIIPAT_Protocol_for_Alarm_Transmission (1733)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1734/$ "/$1/$2/Camber_Corporation_License_Management (1734)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1735/$ "/$1/$2/PrivateChat (1735)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1736/$ "/$1/$2/street-stream (1736)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1737/$ "/$1/$2/ultimad (1737)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1738/$ "/$1/$2/GameGen1 (1738)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1739/$ "/$1/$2/webaccess (1739)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1740/$ "/$1/$2/encore (1740)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1741/$ "/$1/$2/cisco-net-mgmt (1741)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1742/$ "/$1/$2/3Com-nsd (1742)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1743/$ "/$1/$2/Cinema_Graphics_License_Manager (1743)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1744/$ "/$1/$2/ncpm-ft (1744)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1746/$ "/$1/$2/ftrapid-1 (1746)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1747/$ "/$1/$2/ftrapid-2 (1747)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1748/$ "/$1/$2/oracle-em1 (1748)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1749/$ "/$1/$2/aspen-services (1749)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1750/$ "/$1/$2/Simple_Socket_Library_s_PortMaster (1750)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1751/$ "/$1/$2/SwiftNet (1751)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1752/$ "/$1/$2/Leap_of_Faith_Research_License_Manager (1752)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1753/$ "/$1/$2/Translogic_License_Manager (1753)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1754/$ "/$1/$2/oracle-em2 (1754)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1755/$ "/$1/$2/ms-streaming (1755)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1756/$ "/$1/$2/capfast-lmd (1756)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1757/$ "/$1/$2/cnhrp (1757)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1758/$ "/$1/$2/TFTP_Trivial_File_Transfer_Protocol_multicast (1758)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1759/$ "/$1/$2/SPSS_License_Manager (1759)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1760/$ "/$1/$2/www-ldap-gw (1760)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1761/$ "/$1/$2/cft-0 (1761)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1762/$ "/$1/$2/cft-1 (1762)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1763/$ "/$1/$2/cft-2 (1763)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1764/$ "/$1/$2/cft-3 (1764)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1765/$ "/$1/$2/cft-4 (1765)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1766/$ "/$1/$2/cft-5 (1766)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1767/$ "/$1/$2/cft-6 (1767)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1768/$ "/$1/$2/cft-7 (1768)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1769/$ "/$1/$2/bmc-net-adm (1769)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1770/$ "/$1/$2/bmc-net-svc (1770)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1771/$ "/$1/$2/vaultbase (1771)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1772/$ "/$1/$2/EssWeb_Gateway (1772)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1773/$ "/$1/$2/KMSControl (1773)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1774/$ "/$1/$2/global-dtserv (1774)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1776/$ "/$1/$2/Federal_Emergency_Management_Information_System (1776)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1777/$ "/$1/$2/powerguardian (1777)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1778/$ "/$1/$2/prodigy-internet (1778)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1779/$ "/$1/$2/pharmasoft (1779)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1780/$ "/$1/$2/dpkeyserv (1780)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1781/$ "/$1/$2/answersoft-lm (1781)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1782/$ "/$1/$2/hp-hcip (1782)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1783/$ "/$1/$2/Fujitsu_Remote_Install_Service (1783)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1784/$ "/$1/$2/Finle_License_Manager (1784)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1785/$ "/$1/$2/Wind_River_Systems_License_Manager (1785)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1786/$ "/$1/$2/funk-logger (1786)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1787/$ "/$1/$2/funk-license (1787)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1788/$ "/$1/$2/psmond (1788)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1789/$ "/$1/$2/hello (1789)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1790/$ "/$1/$2/Narrative_Media_Streaming_Protocol (1790)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1791/$ "/$1/$2/EA1 (1791)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1792/$ "/$1/$2/ibm-dt-2 (1792)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1793/$ "/$1/$2/rsc-robot (1793)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1794/$ "/$1/$2/cera-bcm (1794)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1795/$ "/$1/$2/dpi-proxy (1795)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1796/$ "/$1/$2/Vocaltec_Server_Administration (1796)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1797/$ "/$1/$2/UMA (1797)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1798/$ "/$1/$2/Event_Transfer_Protocol (1798)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1799/$ "/$1/$2/NETRISK (1799)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1800/$ "/$1/$2/ANSYS-License_manager (1800)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1802/$ "/$1/$2/ConComp1 (1802)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1803/$ "/$1/$2/HP-HCIP-GWY (1803)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1804/$ "/$1/$2/ENL (1804)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1805/$ "/$1/$2/ENL-Name (1805)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1806/$ "/$1/$2/Musiconline (1806)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1807/$ "/$1/$2/Fujitsu_Hot_Standby_Protocol (1807)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1808/$ "/$1/$2/Oracle-VP2 (1808)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1809/$ "/$1/$2/Oracle-VP1 (1809)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1810/$ "/$1/$2/Jerand_License_Manager (1810)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1811/$ "/$1/$2/Scientia-SDB (1811)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1812/$ "/$1/$2/RADIUS_Remote_Authentication_Dial-In_User_Service (1812)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1813/$ "/$1/$2/RADIUS_Accounting (1813)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1814/$ "/$1/$2/TDP_Suite (1814)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1815/$ "/$1/$2/MMPFT (1815)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1816/$ "/$1/$2/HARP (1816)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1817/$ "/$1/$2/RKB-OSCS (1817)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1818/$ "/$1/$2/ETFTP_Enhanced_Trivial_File_Transfer_Protocol (1818)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1819/$ "/$1/$2/Plato_License_Manager (1819)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1820/$ "/$1/$2/mcagent (1820)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1821/$ "/$1/$2/donnyworld (1821)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1822/$ "/$1/$2/es-elmd (1822)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1823/$ "/$1/$2/Unisys_Natural_Language_License_Manager (1823)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1824/$ "/$1/$2/metrics-pas (1824)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1825/$ "/$1/$2/DirecPC_Video (1825)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1826/$ "/$1/$2/ARDT (1826)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1827/$ "/$1/$2/ASI (1827)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1828/$ "/$1/$2/itm-mcell-u (1828)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1829/$ "/$1/$2/Optika_eMedia (1829)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1830/$ "/$1/$2/Oracle_Net8_CMan_Admin (1830)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1831/$ "/$1/$2/Myrtle (1831)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1832/$ "/$1/$2/ThoughtTreasure (1832)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1833/$ "/$1/$2/udpradio (1833)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1834/$ "/$1/$2/ARDUS_Unicast (1834)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1835/$ "/$1/$2/ARDUS_Multicast (1835)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1836/$ "/$1/$2/ste-smsc (1836)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1837/$ "/$1/$2/csoft1 (1837)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1838/$ "/$1/$2/TALNET (1838)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1839/$ "/$1/$2/netopia-vo1 (1839)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1840/$ "/$1/$2/netopia-vo2 (1840)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1841/$ "/$1/$2/netopia-vo3 (1841)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1842/$ "/$1/$2/netopia-vo4 (1842)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1843/$ "/$1/$2/netopia-vo5 (1843)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1844/$ "/$1/$2/DirecPC-DLL (1844)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1845/$ "/$1/$2/altalink (1845)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1846/$ "/$1/$2/Tunstall_PNC (1846)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1847/$ "/$1/$2/SLP_Notification (1847)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1848/$ "/$1/$2/fjdocdist (1848)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1849/$ "/$1/$2/ALPHA-SMS (1849)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1850/$ "/$1/$2/GSI (1850)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1851/$ "/$1/$2/ctcd (1851)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1852/$ "/$1/$2/Virtual_Time (1852)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1853/$ "/$1/$2/VIDS-AVTP (1853)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1854/$ "/$1/$2/Buddy_Draw (1854)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1855/$ "/$1/$2/Fiorano_RtrSvc (1855)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1856/$ "/$1/$2/Fiorano_MsgSvc (1856)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1857/$ "/$1/$2/DataCaptor (1857)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1858/$ "/$1/$2/PrivateArk (1858)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1859/$ "/$1/$2/Gamma_Fetcher_Server (1859)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1860/$ "/$1/$2/Sun_SCALAR_Services (1860)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1861/$ "/$1/$2/LeCroy_VICP (1861)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1862/$ "/$1/$2/techra-server (1862)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1863/$ "/$1/$2/MSNP (1863)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1864/$ "/$1/$2/Paradym_31_Port (1864)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1865/$ "/$1/$2/ENTP (1865)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1866/$ "/$1/$2/swrmi (1866)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1867/$ "/$1/$2/UDRIVE (1867)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1868/$ "/$1/$2/VizibleBrowser (1868)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1869/$ "/$1/$2/YesTrader (1869)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1870/$ "/$1/$2/Sun_SCALAR_DNS_Service (1870)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1871/$ "/$1/$2/Cano_Central_0 (1871)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1872/$ "/$1/$2/Cano_Central_1 (1872)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1873/$ "/$1/$2/Fjmpjps (1873)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1874/$ "/$1/$2/Fjswapsnp (1874)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1875/$ "/$1/$2/westell_stats (1875)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1876/$ "/$1/$2/ewcappsrv (1876)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1877/$ "/$1/$2/hp-webqosdb (1877)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1878/$ "/$1/$2/drmsmc (1878)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1879/$ "/$1/$2/NettGain_NMS (1879)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1880/$ "/$1/$2/Gilat_VSAT_Control (1880)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1881/$ "/$1/$2/IBM_MQSeries (1881)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1882/$ "/$1/$2/ecsqdmn (1882)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1883/$ "/$1/$2/IBM_MQSeries_SCADA (1883)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1884/$ "/$1/$2/Internet_Distance_Map_Svc (1884)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1885/$ "/$1/$2/Veritas_Trap_Server (1885)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1886/$ "/$1/$2/Leonardo_over_IP (1886)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1887/$ "/$1/$2/FileX_Listening_Port (1887)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1888/$ "/$1/$2/NC_Config_Port (1888)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1889/$ "/$1/$2/Unify_Web_Adapter_Service (1889)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1890/$ "/$1/$2/wilkenListener (1890)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1891/$ "/$1/$2/ChildKey_Notification (1891)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1892/$ "/$1/$2/ChildKey_Control (1892)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1893/$ "/$1/$2/ELAD_Protocol (1893)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1894/$ "/$1/$2/O2Server_Port (1894)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1895/$ "/$1/$2/Vista_4GL (1895)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1896/$ "/$1/$2/b-novative_license_server (1896)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1897/$ "/$1/$2/MetaAgent (1897)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1898/$ "/$1/$2/Cymtec_secure_management (1898)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1899/$ "/$1/$2/MC2Studios (1899)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1900/$ "/$1/$2/SSDP (1900)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1901/$ "/$1/$2/Fujitsu_ICL_Terminal_Emulator_Program_A (1901)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1902/$ "/$1/$2/Fujitsu_ICL_Terminal_Emulator_Program_B (1902)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1903/$ "/$1/$2/Local_Link_Name_Resolution (1903)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1904/$ "/$1/$2/Fujitsu_ICL_Terminal_Emulator_Program_C (1904)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1905/$ "/$1/$2/Secure_UP_Link_Gateway_Protocol (1905)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1906/$ "/$1/$2/TPortMapperReq (1906)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1907/$ "/$1/$2/IntraSTAR (1907)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1908/$ "/$1/$2/Dawn (1908)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1909/$ "/$1/$2/Global_World_Link (1909)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1910/$ "/$1/$2/ultrabac (1910)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1911/$ "/$1/$2/Starlight_Networks_Multimedia_Transport_Protocol (1911)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1912/$ "/$1/$2/rhp-iibp (1912)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1913/$ "/$1/$2/armadp (1913)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1914/$ "/$1/$2/Elm-Momentum (1914)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1915/$ "/$1/$2/FACELINK (1915)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1916/$ "/$1/$2/Persoft_Persona (1916)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1917/$ "/$1/$2/nOAgent (1917)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1918/$ "/$1/$2/Candle_Directory_Service_-_NDS (1918)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1919/$ "/$1/$2/Candle_Directory_Service_-_DCH (1919)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1920/$ "/$1/$2/Candle_Directory_Service_-_FERRET (1920)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1921/$ "/$1/$2/NoAdmin (1921)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1922/$ "/$1/$2/Tapestry (1922)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1923/$ "/$1/$2/SPICE (1923)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1924/$ "/$1/$2/XIIP (1924)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1925/$ "/$1/$2/Surrogate_Discovery (1925)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1926/$ "/$1/$2/Evolution_Game_Server (1926)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1927/$ "/$1/$2/Videte_CIPC_Port (1927)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1928/$ "/$1/$2/Expnd_Maui_Srvr_Dscovr (1928)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1929/$ "/$1/$2/Bandwiz_System_-_Server (1929)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1930/$ "/$1/$2/Drive_AppServer (1930)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1931/$ "/$1/$2/AMD_SCHED (1931)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1932/$ "/$1/$2/CTT_Broker (1932)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1933/$ "/$1/$2/IBM_LM_MT_Agent (1933)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1934/$ "/$1/$2/IBM_LM_Appl_Agent (1934)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1935/$ "/$1/$2/TinCan (1935)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1936/$ "/$1/$2/JetCmeServer_Server (1936)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1937/$ "/$1/$2/JetVWay_Server (1937)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1938/$ "/$1/$2/JetVWay_Client (1938)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1939/$ "/$1/$2/JetVision_Server (1939)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1940/$ "/$1/$2/JetVision_Client (1940)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1941/$ "/$1/$2/DIC-Aida (1941)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1942/$ "/$1/$2/Real_Enterprise_Service (1942)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1943/$ "/$1/$2/Beeyond_Media (1943)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1944/$ "/$1/$2/Microsoft_Close_Combat (1944)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1945/$ "/$1/$2/dialogic-elmd (1945)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1946/$ "/$1/$2/tekpls (1946)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1947/$ "/$1/$2/hlserver (1947)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1948/$ "/$1/$2/eye2eye (1948)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1949/$ "/$1/$2/ISMA_Easdaq_Live (1949)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1950/$ "/$1/$2/ISMA_Easdaq_Test (1950)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1951/$ "/$1/$2/bcs-lmserver (1951)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1952/$ "/$1/$2/mpnjsc (1952)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1953/$ "/$1/$2/Rapid_Base (1953)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1954/$ "/$1/$2/ABR-Basic_Data (1954)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1955/$ "/$1/$2/ABR-Secure_Data (1955)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1956/$ "/$1/$2/Vertel_VMF_DS (1956)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1957/$ "/$1/$2/unix-status (1957)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1958/$ "/$1/$2/CA_Administration_Daemon (1958)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1959/$ "/$1/$2/SIMP_Channel (1959)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1960/$ "/$1/$2/Merit_DAC_NASmanager (1960)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1961/$ "/$1/$2/BTS_APPSERVER (1961)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1962/$ "/$1/$2/BIAP-MP (1962)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1963/$ "/$1/$2/WebMachine (1963)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1964/$ "/$1/$2/SOLID_E_ENGINE (1964)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1965/$ "/$1/$2/Tivoli_NPM (1965)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1966/$ "/$1/$2/Slush (1966)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1967/$ "/$1/$2/SNS_Quote (1967)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1968/$ "/$1/$2/LIPSinc (1968)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1969/$ "/$1/$2/LIPSinc_1 (1969)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1972/$ "/$1/$2/Cache (1972)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1973/$ "/$1/$2/DCAP_Data_Link_Switching_Client_Access_Protocol (1973)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1974/$ "/$1/$2/DRP (1974)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1975/$ "/$1/$2/TCO_Flash_Agent (1975)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1976/$ "/$1/$2/TCO_Reg_Agent (1976)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1977/$ "/$1/$2/TCO_Address_Book (1977)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1980/$ "/$1/$2/PearlDoc_XACT (1980)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1981/$ "/$1/$2/p2pQ (1981)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1982/$ "/$1/$2/Evidentiary_Timestamp (1982)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1983/$ "/$1/$2/Loophole_Test_Protocol (1983)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1984/$ "/$1/$2/Big_Brother (1984)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1985/$ "/$1/$2/HSRP_Hot_Standby_Router_Protocol (1985)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1986/$ "/$1/$2/cisco_license_management (1986)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1987/$ "/$1/$2/cisco_RSRB_Priority_1_port (1987)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1988/$ "/$1/$2/cisco_RSRB_Priority_2_port (1988)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1989/$ "/$1/$2/cisco_RSRB_Priority_3_port (1989)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1990/$ "/$1/$2/cisco_STUN_Priority_1_port (1990)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1991/$ "/$1/$2/cisco_STUN_Priority_2_port (1991)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1992/$ "/$1/$2/cisco_STUN_Priority_3_port (1992)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1993/$ "/$1/$2/cisco_SNMP_TCP (1993)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1994/$ "/$1/$2/cisco_serial_tunnel_port (1994)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1995/$ "/$1/$2/cisco_perf_port (1995)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1996/$ "/$1/$2/cisco_Remote_SRB_port (1996)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1997/$ "/$1/$2/GDP_Gateway_Discovery_Protocol (1997)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1998/$ "/$1/$2/XOT_X_25_over_TCP (1998)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/1999/$ "/$1/$2/cisco_identification_port (1999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2000/$ "/$1/$2/callbook (2000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2001/$ "/$1/$2/dc_TCP (2001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2002/$ "/$1/$2/globe (2002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2004/$ "/$1/$2/mailbox_TCP (2004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2005/$ "/$1/$2/berknet_TCP (2005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2006/$ "/$1/$2/invokator_TCP (2006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2007/$ "/$1/$2/dectalk_TCP (2007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2008/$ "/$1/$2/conf_TCP (2008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2009/$ "/$1/$2/news_TCP (2009)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2010/$ "/$1/$2/search_TCP (2010)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2011/$ "/$1/$2/raid_TCP (2011)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2012/$ "/$1/$2/ttyinfo_TCP (2012)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2013/$ "/$1/$2/raid-am_TCP (2013)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2014/$ "/$1/$2/troff_TCP (2014)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2015/$ "/$1/$2/cypress_TCP (2015)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2016/$ "/$1/$2/bootserver (2016)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2017/$ "/$1/$2/cypress-stat_TCP (2017)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2018/$ "/$1/$2/terminaldb_TCP (2018)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2019/$ "/$1/$2/whosockami_TCP (2019)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2020/$ "/$1/$2/xinupageserver (2020)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2021/$ "/$1/$2/servexec_TCP (2021)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2022/$ "/$1/$2/down_TCP (2022)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2023/$ "/$1/$2/xinuexpansion3 (2023)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2024/$ "/$1/$2/xinuexpansion4 (2024)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2025/$ "/$1/$2/ellpack_TCP (2025)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2026/$ "/$1/$2/scrabble (2026)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2027/$ "/$1/$2/shadowserver (2027)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2028/$ "/$1/$2/submitserver (2028)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2030/$ "/$1/$2/device2 (2030)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2032/$ "/$1/$2/blackboard (2032)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2033/$ "/$1/$2/glogger (2033)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2034/$ "/$1/$2/scoremgr (2034)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2035/$ "/$1/$2/imsldoc (2035)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2038/$ "/$1/$2/objectmanager (2038)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2040/$ "/$1/$2/lam (2040)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2041/$ "/$1/$2/interbase (2041)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2042/$ "/$1/$2/isis (2042)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2043/$ "/$1/$2/isis-bcast (2043)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2044/$ "/$1/$2/rims1 (2044)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2045/$ "/$1/$2/cdfunc (2045)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2046/$ "/$1/$2/sdfunc (2046)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2047/$ "/$1/$2/dls (2047)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2048/$ "/$1/$2/dls-monitor (2048)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2049/$ "/$1/$2/NFS (2049)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2050/$ "/$1/$2/Avaya_EMB_Config_Port (2050)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2051/$ "/$1/$2/EPNSDP (2051)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2052/$ "/$1/$2/clearVisn_Services_Port (2052)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2053/$ "/$1/$2/Lot105_DSuper_Updates (2053)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2054/$ "/$1/$2/Weblogin_Port (2054)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2055/$ "/$1/$2/Iliad-Odyssey_Protocol (2055)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2056/$ "/$1/$2/OmniSky_Port (2056)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2057/$ "/$1/$2/Rich_Content_Protocol (2057)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2058/$ "/$1/$2/NewWaveSearchables_RMI (2058)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2059/$ "/$1/$2/BMC_Messaging_Service (2059)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2060/$ "/$1/$2/Telenium_Daemon_IF (2060)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2061/$ "/$1/$2/NetMount (2061)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2062/$ "/$1/$2/ICG_SWP_Port (2062)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2063/$ "/$1/$2/ICG_Bridge_Port (2063)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2064/$ "/$1/$2/ICG_IP_Relay_Port (2064)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2065/$ "/$1/$2/SSP_Switch-to-Switch_Protocol_read (2065)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2067/$ "/$1/$2/SSP_Switch-to-Switch_Protocol_write (2067)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2068/$ "/$1/$2/Avocent_AuthSrv_Protocol (2068)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2069/$ "/$1/$2/HTTP_Event_Port (2069)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2070/$ "/$1/$2/AH_and_ESP_Encapsulated_in_UDP_packet (2070)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2071/$ "/$1/$2/Axon_Control_Protocol (2071)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2072/$ "/$1/$2/GlobeCast_mSync (2072)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2073/$ "/$1/$2/Variable_Block_Socket (2073)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2074/$ "/$1/$2/Vertel_VMF_SA (2074)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2075/$ "/$1/$2/Newlix_ServerWare_Engine (2075)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2076/$ "/$1/$2/Newlix_JSPConfig (2076)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2077/$ "/$1/$2/TrelliSoft_Agent (2077)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2078/$ "/$1/$2/TrelliSoft_Server (2078)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2079/$ "/$1/$2/IDWARE_Router_Port (2079)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2080/$ "/$1/$2/Autodesk_NLM_FLEXlm (2080)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2081/$ "/$1/$2/KME_PRINTER_TRAP_PORT (2081)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2082/$ "/$1/$2/Infowave_Mobility_Server (2082)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2087/$ "/$1/$2/ELI_Event_Logging_Integration (2087)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2089/$ "/$1/$2/SEP_Security_Encapsulation_Protocol (2089)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2090/$ "/$1/$2/Load_Report_Protocol (2090)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2091/$ "/$1/$2/PRP (2091)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2092/$ "/$1/$2/Descent_3 (2092)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2093/$ "/$1/$2/NBX_CC (2093)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2094/$ "/$1/$2/NBX_AU (2094)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2095/$ "/$1/$2/NBX_SER (2095)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2096/$ "/$1/$2/NBX_DIR (2096)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2097/$ "/$1/$2/Jet_Form_Preview (2097)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2098/$ "/$1/$2/Dialog_Port (2098)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2099/$ "/$1/$2/H_225_0_Annex_G (2099)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2100/$ "/$1/$2/amiganetfs (2100)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2101/$ "/$1/$2/rtcm-sc104 (2101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2102/$ "/$1/$2/Zephyr_server (2102)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2103/$ "/$1/$2/Zephyr_serv_-_hm_connection (2103)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2104/$ "/$1/$2/Zephyr_hostmanager (2104)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2105/$ "/$1/$2/MiniPay (2105)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2106/$ "/$1/$2/MZAP_Multicast-Scope_Zone_Announcement_Protocol (2106)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2107/$ "/$1/$2/BinTec_Admin (2107)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2108/$ "/$1/$2/Comcam (2108)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2109/$ "/$1/$2/Ergolight (2109)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2110/$ "/$1/$2/UMSP_Unified_Memory_Space_Protocol (2110)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2111/$ "/$1/$2/DSATP (2111)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2112/$ "/$1/$2/Idonix_MetaNet (2112)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2113/$ "/$1/$2/HSL_StoRM (2113)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2114/$ "/$1/$2/NEWHEIGHTS (2114)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2115/$ "/$1/$2/KDM (2115)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2116/$ "/$1/$2/CCOWCMR (2116)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2117/$ "/$1/$2/MENTACLIENT (2117)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2118/$ "/$1/$2/MENTASERVER (2118)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2119/$ "/$1/$2/GSIGATEKEEPER (2119)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2120/$ "/$1/$2/Quick_Eagle_Networks_CP (2120)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2121/$ "/$1/$2/SCIENTIA-SSDB (2121)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2122/$ "/$1/$2/CauPC_Remote_Control (2122)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2123/$ "/$1/$2/GTP-Control_Plane_3GPP (2123)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2124/$ "/$1/$2/ELATELINK (2124)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2125/$ "/$1/$2/LOCKSTEP (2125)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2126/$ "/$1/$2/PktCable-COPS (2126)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2127/$ "/$1/$2/INDEX-PC-WB (2127)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2128/$ "/$1/$2/Net_Steward_Control (2128)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2129/$ "/$1/$2/cs-live_com (2129)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2130/$ "/$1/$2/SWC-XDS (2130)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2131/$ "/$1/$2/Avantageb2b (2131)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2132/$ "/$1/$2/AVAIL-EPMAP (2132)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2133/$ "/$1/$2/ZYMED-ZPP (2133)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2134/$ "/$1/$2/AVENUE (2134)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2135/$ "/$1/$2/Grid_Resource_Information_Server (2135)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2136/$ "/$1/$2/APPWORXSRV (2136)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2137/$ "/$1/$2/CONNECT (2137)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2138/$ "/$1/$2/UNBIND-CLUSTER (2138)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2139/$ "/$1/$2/IAS-AUTH (2139)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2140/$ "/$1/$2/IAS-REG (2140)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2141/$ "/$1/$2/IAS-ADMIND (2141)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2142/$ "/$1/$2/TDM-OVER-IP (2142)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2143/$ "/$1/$2/Live_Vault_Job_Control (2143)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2144/$ "/$1/$2/Live_Vault_Fast_Object_Transfer (2144)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2145/$ "/$1/$2/Live_Vault_Remote_Diagnostic_Console_Support (2145)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2146/$ "/$1/$2/Live_Vault_Admin_Event_Notification (2146)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2147/$ "/$1/$2/Live_Vault_Authentication (2147)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2148/$ "/$1/$2/VERITAS_UNIVERSAL_COMMUNICATION_LAYER (2148)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2149/$ "/$1/$2/ACPTSYS (2149)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2150/$ "/$1/$2/DYNAMIC3D (2150)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2151/$ "/$1/$2/DOCENT (2151)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2152/$ "/$1/$2/GTP-User_Plane_3GPP (2152)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2159/$ "/$1/$2/GDB_Remote_Debug_Port (2159)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2160/$ "/$1/$2/APC_Central_Mgmt_Server (2160)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2161/$ "/$1/$2/APC_Agent (2161)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2162/$ "/$1/$2/Navisphere (2162)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2163/$ "/$1/$2/Navisphere_Secure (2163)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2164/$ "/$1/$2/Dynamic_DNS_Version_3 (2164)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2165/$ "/$1/$2/X-Bone_API (2165)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2166/$ "/$1/$2/IWSERVER (2166)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2167/$ "/$1/$2/Raw_Async_Serial_Link (2167)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2180/$ "/$1/$2/Millicent_Vendor_Gateway_Server (2180)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2181/$ "/$1/$2/eforward (2181)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2200/$ "/$1/$2/ICI (2200)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2201/$ "/$1/$2/Advanced_Training_System_Program (2201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2202/$ "/$1/$2/Int_Multimedia_Teleconferencing_Cosortium (2202)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2213/$ "/$1/$2/Kali (2213)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2220/$ "/$1/$2/NetIQ_Pegasus (2220)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2221/$ "/$1/$2/Rockwell_CSP1 (2221)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2222/$ "/$1/$2/Rockwell_CSP2 (2222)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2223/$ "/$1/$2/Rockwell_CSP3 (2223)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2232/$ "/$1/$2/IVS_Video_default (2232)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2233/$ "/$1/$2/INFOCRYPT (2233)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2234/$ "/$1/$2/DirectPlay (2234)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2235/$ "/$1/$2/Sercomm-WLink (2235)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2236/$ "/$1/$2/Nani (2236)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2237/$ "/$1/$2/Optech_Port1_License_Manager (2237)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2238/$ "/$1/$2/AVIVA_SNA_SERVER (2238)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2239/$ "/$1/$2/Image_Query (2239)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2240/$ "/$1/$2/RECIPe (2240)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2241/$ "/$1/$2/IVS_Daemon (2241)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2242/$ "/$1/$2/Folio_Remote_Server (2242)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2243/$ "/$1/$2/Magicom_Protocol (2243)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2244/$ "/$1/$2/NMS_Server (2244)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2245/$ "/$1/$2/HaO (2245)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2246/$ "/$1/$2/PacketCable_MTA_Addr_Map (2246)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2248/$ "/$1/$2/User_Management_Service (2248)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2249/$ "/$1/$2/RISO_File_Manager_Protocol (2249)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2250/$ "/$1/$2/remote-collab (2250)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2251/$ "/$1/$2/Distributed_Framework_Port (2251)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2252/$ "/$1/$2/NJENET_using_SSL (2252)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2253/$ "/$1/$2/DTV_Channel_Request (2253)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2254/$ "/$1/$2/Seismic_P_O_C_Port (2254)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2255/$ "/$1/$2/VRTP_ViRtue_Transfer_Protocol (2255)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2260/$ "/$1/$2/APC_Console_Comm_Port (2260)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2279/$ "/$1/$2/xmquery (2279)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2280/$ "/$1/$2/LNVPOLLER (2280)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2281/$ "/$1/$2/LNVCONSOLE (2281)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2282/$ "/$1/$2/LNVALARM (2282)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2283/$ "/$1/$2/LNVSTATUS (2283)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2284/$ "/$1/$2/LNVMAPS (2284)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2285/$ "/$1/$2/LNVMAILMON (2285)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2286/$ "/$1/$2/NAS-Metering (2286)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2287/$ "/$1/$2/DNA (2287)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2288/$ "/$1/$2/NETML (2288)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2294/$ "/$1/$2/Konshus_License_Manager_FLEX (2294)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2295/$ "/$1/$2/Advant_License_Manager (2295)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2296/$ "/$1/$2/Theta_License_Manager_Rainbow (2296)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2297/$ "/$1/$2/D2K_DataMover_1 (2297)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2298/$ "/$1/$2/D2K_DataMover_2 (2298)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2299/$ "/$1/$2/PC_Telecommute (2299)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2300/$ "/$1/$2/CVMMON (2300)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2301/$ "/$1/$2/Compaq_HTTP (2301)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2302/$ "/$1/$2/Bindery_Support (2302)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2303/$ "/$1/$2/Proxy_Gateway (2303)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2304/$ "/$1/$2/Attachmate_UTS (2304)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2305/$ "/$1/$2/MT_ScaleServer (2305)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2306/$ "/$1/$2/TAPPI_BoxNet (2306)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2307/$ "/$1/$2/pehelp (2307)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2308/$ "/$1/$2/sdhelp (2308)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2309/$ "/$1/$2/SD_Server (2309)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2310/$ "/$1/$2/SD_Client (2310)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2311/$ "/$1/$2/Message_Service (2311)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2313/$ "/$1/$2/IAPP_Inter_Access_Point_Protocol (2313)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2314/$ "/$1/$2/CR_WebSystems (2314)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2315/$ "/$1/$2/Precise_Sft (2315)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2316/$ "/$1/$2/SENT_License_Manager (2316)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2317/$ "/$1/$2/Attachmate_G32 (2317)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2318/$ "/$1/$2/Cadence_Control (2318)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2319/$ "/$1/$2/InfoLibria (2319)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2320/$ "/$1/$2/Siebel_NS (2320)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2321/$ "/$1/$2/RDLAP_over_UDP_TCP (2321)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2322/$ "/$1/$2/ofsd (2322)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2323/$ "/$1/$2/3d-nfsd (2323)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2324/$ "/$1/$2/Cosmocall (2324)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2325/$ "/$1/$2/Design_Space_License_Management (2325)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2326/$ "/$1/$2/IDCP (2326)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2327/$ "/$1/$2/xingcsm (2327)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2328/$ "/$1/$2/Netrix_SFTM (2328)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2329/$ "/$1/$2/NVD (2329)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2330/$ "/$1/$2/TSCCHAT (2330)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2331/$ "/$1/$2/AGENTVIEW (2331)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2332/$ "/$1/$2/RCC_Host (2332)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2333/$ "/$1/$2/SNAPP (2333)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2334/$ "/$1/$2/ACE_Client_Auth (2334)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2335/$ "/$1/$2/ACE_Proxy (2335)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2336/$ "/$1/$2/Apple_UG_Control (2336)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2337/$ "/$1/$2/ideesrv (2337)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2338/$ "/$1/$2/Norton_Lambert (2338)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2339/$ "/$1/$2/3Com_WebView (2339)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2340/$ "/$1/$2/WRS_Registry (2340)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2341/$ "/$1/$2/XIO_Status (2341)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2342/$ "/$1/$2/Seagate_Manage_Exec (2342)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2343/$ "/$1/$2/nati_logos (2343)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2344/$ "/$1/$2/fcmsys (2344)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2345/$ "/$1/$2/dbm (2345)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2346/$ "/$1/$2/Game_Connection_Port (2346)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2347/$ "/$1/$2/Game_Announcement_and_Location (2347)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2348/$ "/$1/$2/Info_to_query_for_game_statue (2348)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2349/$ "/$1/$2/Diagnostics_Port (2349)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2350/$ "/$1/$2/psbserver (2350)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2351/$ "/$1/$2/psrserver (2351)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2352/$ "/$1/$2/pslserver (2352)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2353/$ "/$1/$2/pspserver (2353)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2354/$ "/$1/$2/psprserver (2354)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2355/$ "/$1/$2/psdbserver (2355)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2356/$ "/$1/$2/GXT_License_Management (2356)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2357/$ "/$1/$2/UniHub_Server (2357)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2358/$ "/$1/$2/Futrix (2358)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2359/$ "/$1/$2/FlukeServer (2359)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2360/$ "/$1/$2/NexstorIndLtd (2360)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2361/$ "/$1/$2/TL1 (2361)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2362/$ "/$1/$2/digiman (2362)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2363/$ "/$1/$2/Media_Central_NFSD (2363)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2364/$ "/$1/$2/OI-2000 (2364)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2365/$ "/$1/$2/dbref (2365)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2366/$ "/$1/$2/qip-login (2366)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2367/$ "/$1/$2/Service_Control (2367)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2368/$ "/$1/$2/OpenTable (2368)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2369/$ "/$1/$2/ACS2000_DSP (2369)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2370/$ "/$1/$2/L3-HBMon (2370)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2371/$ "/$1/$2/Compaq_WorldWire_Port (2371)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2381/$ "/$1/$2/Compaq_HTTPS (2381)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2384/$ "/$1/$2/SD-REQUEST (2384)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2385/$ "/$1/$2/SD-DATA (2385)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2386/$ "/$1/$2/Virtual_Tape (2386)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2387/$ "/$1/$2/VSAM_Redirector (2387)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2388/$ "/$1/$2/MYNAH_AutoStart (2388)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2389/$ "/$1/$2/OpenView_Session_Manager (2389)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2390/$ "/$1/$2/RSMTP (2390)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2391/$ "/$1/$2/3COM_Net_Management (2391)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2392/$ "/$1/$2/Tactical_Auth (2392)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2393/$ "/$1/$2/MS_OLAP_1 (2393)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2394/$ "/$1/$2/MS_OLAP_2 (2394)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2395/$ "/$1/$2/LAN900_Remote (2395)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2396/$ "/$1/$2/Wusage (2396)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2397/$ "/$1/$2/NCL (2397)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2398/$ "/$1/$2/Orbiter (2398)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2399/$ "/$1/$2/FileMaker_Inc_-_Data_Access_Layer (2399)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2400/$ "/$1/$2/OpEquus_Server (2400)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2401/$ "/$1/$2/cvspserver (2401)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2402/$ "/$1/$2/TaskMaster_2000_Server (2402)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2403/$ "/$1/$2/TaskMaster_2000_Web (2403)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2404/$ "/$1/$2/IEC870-5-104 (2404)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2405/$ "/$1/$2/TRC_Netpoll (2405)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2406/$ "/$1/$2/JediServer (2406)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2407/$ "/$1/$2/Orion (2407)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2408/$ "/$1/$2/OptimaNet (2408)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2409/$ "/$1/$2/SNS_Protocol (2409)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2410/$ "/$1/$2/VRTS_Registry (2410)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2411/$ "/$1/$2/Netwave_AP_management (2411)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2412/$ "/$1/$2/CDN (2412)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2413/$ "/$1/$2/orion-rmi-reg (2413)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2414/$ "/$1/$2/Interlingua (2414)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2415/$ "/$1/$2/COMTEST (2415)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2416/$ "/$1/$2/RMT_Server (2416)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2417/$ "/$1/$2/Composit_Server (2417)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2418/$ "/$1/$2/cas (2418)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2419/$ "/$1/$2/Attachmate_S2S (2419)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2420/$ "/$1/$2/DSL_Remote_Management (2420)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2421/$ "/$1/$2/G-Talk (2421)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2422/$ "/$1/$2/CRMSBITS (2422)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2423/$ "/$1/$2/RNRP (2423)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2424/$ "/$1/$2/KOFAX-SVR (2424)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2425/$ "/$1/$2/Fujitsu_Appl_Manager (2425)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2426/$ "/$1/$2/Appliant (2426)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2427/$ "/$1/$2/MGCP_Multimedia_Gateway_Control_Protocol_gateway (2427)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2428/$ "/$1/$2/One_Way_Trip_Time (2428)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2429/$ "/$1/$2/FT-Role (2429)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2430/$ "/$1/$2/venus (2430)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2431/$ "/$1/$2/venus-se (2431)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2432/$ "/$1/$2/codasrv (2432)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2433/$ "/$1/$2/codasrv-se (2433)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2434/$ "/$1/$2/pxc-epmap (2434)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2435/$ "/$1/$2/OptiLogic (2435)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2436/$ "/$1/$2/TOP_X (2436)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2437/$ "/$1/$2/UniControl (2437)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2438/$ "/$1/$2/MSP (2438)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2439/$ "/$1/$2/SybaseDBSynch (2439)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2440/$ "/$1/$2/Spearway_Lockers (2440)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2441/$ "/$1/$2/pvsw-inet (2441)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2442/$ "/$1/$2/Netangel (2442)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2443/$ "/$1/$2/PowerClient_Central_Storage_Facility (2443)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2444/$ "/$1/$2/BT_PP2_Sectrans (2444)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2445/$ "/$1/$2/DTN1 (2445)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2446/$ "/$1/$2/bues_service (2446)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2447/$ "/$1/$2/OpenView_NNM_daemon (2447)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2448/$ "/$1/$2/hpppsvr (2448)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2449/$ "/$1/$2/RATL (2449)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2450/$ "/$1/$2/netadmin (2450)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2451/$ "/$1/$2/netchat (2451)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2452/$ "/$1/$2/NetPodClient (2452)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2453/$ "/$1/$2/madge-om (2453)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2454/$ "/$1/$2/IndX-DDS (2454)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2455/$ "/$1/$2/WAGO-IO-SYSTEM (2455)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2456/$ "/$1/$2/altav-remmgt (2456)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2457/$ "/$1/$2/Rapido_IP (2457)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2458/$ "/$1/$2/griffin (2458)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2459/$ "/$1/$2/Community (2459)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2460/$ "/$1/$2/ms-theater (2460)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2461/$ "/$1/$2/qadmifoper (2461)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2462/$ "/$1/$2/qadmifevent (2462)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2463/$ "/$1/$2/Symbios_Raid (2463)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2464/$ "/$1/$2/DirecPC_SI (2464)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2465/$ "/$1/$2/Load_Balance_Management (2465)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2466/$ "/$1/$2/Load_Balance_Forwarding (2466)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2467/$ "/$1/$2/High_Criteria (2467)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2468/$ "/$1/$2/qip_msgd (2468)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2469/$ "/$1/$2/MTI-TCS-COMM (2469)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2470/$ "/$1/$2/taskman_port (2470)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2471/$ "/$1/$2/SeaODBC (2471)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2472/$ "/$1/$2/C3 (2472)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2473/$ "/$1/$2/Aker-cdp (2473)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2474/$ "/$1/$2/Vital_Analysis (2474)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2475/$ "/$1/$2/ACE_Server (2475)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2476/$ "/$1/$2/ACE_Server_Propagation (2476)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2477/$ "/$1/$2/SecurSight_Certificate_Valifation_Service (2477)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2478/$ "/$1/$2/SecurSight_Authentication_Server_SLL (2478)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2479/$ "/$1/$2/SecurSight_Event_Logging_Server_SSL (2479)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2480/$ "/$1/$2/Lingwood_s_Detail (2480)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2481/$ "/$1/$2/Oracle_GIOP (2481)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2482/$ "/$1/$2/Oracle_GIOP_SSL (2482)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2483/$ "/$1/$2/Oracle_TTC (2483)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2484/$ "/$1/$2/Oracle_TTC_SSL (2484)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2485/$ "/$1/$2/Net_Objects1 (2485)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2486/$ "/$1/$2/Net_Objects2 (2486)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2487/$ "/$1/$2/Policy_Notice_Service (2487)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2488/$ "/$1/$2/Moy_Corporation (2488)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2489/$ "/$1/$2/TSILB (2489)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2490/$ "/$1/$2/qip_qdhcp (2490)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2491/$ "/$1/$2/Conclave_CPP (2491)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2492/$ "/$1/$2/GROOVE (2492)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2493/$ "/$1/$2/Talarian_MQS (2493)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2494/$ "/$1/$2/BMC_AR (2494)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2495/$ "/$1/$2/Fast_Remote_Services (2495)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2496/$ "/$1/$2/DIRGIS (2496)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2497/$ "/$1/$2/Quad_DB (2497)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2498/$ "/$1/$2/ODN-CasTraq (2498)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2499/$ "/$1/$2/UniControl (2499)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2500/$ "/$1/$2/Resource_Tracking_system_server (2500)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2501/$ "/$1/$2/Resource_Tracking_system_client (2501)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2502/$ "/$1/$2/Kentrox_Protocol (2502)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2503/$ "/$1/$2/NMS-DPNSS (2503)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2504/$ "/$1/$2/WLBS (2504)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2505/$ "/$1/$2/torque-traffic (2505)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2506/$ "/$1/$2/jbroker (2506)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2507/$ "/$1/$2/spock (2507)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2508/$ "/$1/$2/JDataStore (2508)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2509/$ "/$1/$2/fjmpss (2509)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2510/$ "/$1/$2/fjappmgrbulk (2510)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2511/$ "/$1/$2/Metastorm (2511)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2512/$ "/$1/$2/Citrix_IMA (2512)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2513/$ "/$1/$2/Citrix_ADMIN (2513)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2514/$ "/$1/$2/Facsys_NTP (2514)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2515/$ "/$1/$2/Facsys_Router (2515)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2516/$ "/$1/$2/Main_Control (2516)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2517/$ "/$1/$2/H_323_Annex_E_call_signaling_transport (2517)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2518/$ "/$1/$2/Willy (2518)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2519/$ "/$1/$2/globmsgsvc (2519)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2520/$ "/$1/$2/pvsw (2520)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2521/$ "/$1/$2/Adaptec_Manager (2521)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2522/$ "/$1/$2/WinDb (2522)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2523/$ "/$1/$2/Qke_LLC_V_3 (2523)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2524/$ "/$1/$2/Optiwave_License_Management (2524)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2525/$ "/$1/$2/MS_V-Worlds (2525)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2526/$ "/$1/$2/EMA_License_Manager (2526)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2527/$ "/$1/$2/IQ_Server (2527)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2528/$ "/$1/$2/NCR_CCL (2528)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2529/$ "/$1/$2/UTS_FTP (2529)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2530/$ "/$1/$2/VR_Commerce (2530)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2531/$ "/$1/$2/ITO-E_GUI (2531)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2532/$ "/$1/$2/OVTOPMD (2532)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2533/$ "/$1/$2/SnifferServer (2533)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2534/$ "/$1/$2/Combox_Web_Access (2534)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2535/$ "/$1/$2/MADCAP_Multicast_Address_Dynamic_Client_Allocation_Protocol (2535)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2536/$ "/$1/$2/btpp2audctr1 (2536)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2537/$ "/$1/$2/Upgrade_Protocol (2537)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2538/$ "/$1/$2/vnwk-prapi (2538)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2539/$ "/$1/$2/VSI_Admin (2539)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2540/$ "/$1/$2/LonWorks (2540)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2541/$ "/$1/$2/LonWorks2 (2541)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2542/$ "/$1/$2/daVinci (2542)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2543/$ "/$1/$2/REFTEK (2543)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2544/$ "/$1/$2/Novell_ZEN (2544)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2545/$ "/$1/$2/sis-emt (2545)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2546/$ "/$1/$2/vytalvaultbrtp (2546)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2547/$ "/$1/$2/vytalvaultvsmp (2547)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2548/$ "/$1/$2/vytalvaultpipe (2548)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2549/$ "/$1/$2/IPASS (2549)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2550/$ "/$1/$2/ADS (2550)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2551/$ "/$1/$2/ISG_UDA_Server (2551)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2552/$ "/$1/$2/Call_Logging (2552)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2553/$ "/$1/$2/efidiningport (2553)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2554/$ "/$1/$2/VCnet-Link_v10 (2554)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2555/$ "/$1/$2/Compaq_WCP (2555)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2556/$ "/$1/$2/nicetec-nmsvc (2556)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2557/$ "/$1/$2/nicetec-mgmt (2557)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2558/$ "/$1/$2/PCLE_Multi_Media (2558)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2559/$ "/$1/$2/LSTP (2559)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2560/$ "/$1/$2/labrat (2560)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2561/$ "/$1/$2/MosaixCC (2561)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2562/$ "/$1/$2/Delibo (2562)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2563/$ "/$1/$2/CTI_Redwood (2563)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2564/$ "/$1/$2/HP_3000_NS_VT_block_mode_telnet_TCP (2564)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2565/$ "/$1/$2/Coordinator_Server (2565)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2566/$ "/$1/$2/pcs-pcw (2566)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2567/$ "/$1/$2/Cisco_Line_Protocol (2567)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2568/$ "/$1/$2/SPAM_TRAP (2568)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2569/$ "/$1/$2/Sonus_Call_Signal (2569)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2570/$ "/$1/$2/HS_Port (2570)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2571/$ "/$1/$2/CECSVC (2571)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2572/$ "/$1/$2/IBP (2572)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2573/$ "/$1/$2/Trust_Establish (2573)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2574/$ "/$1/$2/Blockade_BPSP (2574)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2575/$ "/$1/$2/HL7 (2575)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2576/$ "/$1/$2/TCL_Pro_Debugger (2576)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2577/$ "/$1/$2/Scriptics_Lsrvr (2577)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2578/$ "/$1/$2/RVS_ISDN_DCP (2578)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2579/$ "/$1/$2/mpfoncl (2579)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2580/$ "/$1/$2/Tributary (2580)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2581/$ "/$1/$2/ARGIS_TE (2581)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2582/$ "/$1/$2/ARGIS_DS (2582)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2583/$ "/$1/$2/MON (2583)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2584/$ "/$1/$2/cyaserv (2584)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2585/$ "/$1/$2/NETX_Server (2585)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2586/$ "/$1/$2/NETX_Agent (2586)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2587/$ "/$1/$2/MASC_Multicast_Address-Set_Claim (2587)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2588/$ "/$1/$2/Privilege (2588)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2589/$ "/$1/$2/quartus_tcl (2589)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2590/$ "/$1/$2/idotdist (2590)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2591/$ "/$1/$2/Maytag_Shuffle (2591)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2592/$ "/$1/$2/netrek (2592)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2593/$ "/$1/$2/MNS_Mail_Notice_Service (2593)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2594/$ "/$1/$2/Data_Base_Server (2594)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2595/$ "/$1/$2/World_Fusion_1 (2595)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2596/$ "/$1/$2/World_Fusion_2 (2596)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2597/$ "/$1/$2/Homestead_Glory (2597)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2598/$ "/$1/$2/Citrix_MA_Client (2598)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2599/$ "/$1/$2/Meridian_Data (2599)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2600/$ "/$1/$2/HPSTGMGR (2600)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2601/$ "/$1/$2/discp_client (2601)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2602/$ "/$1/$2/discp_server (2602)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2603/$ "/$1/$2/Service_Meter (2603)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2604/$ "/$1/$2/NSC_CCS (2604)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2605/$ "/$1/$2/NSC_POSA (2605)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2606/$ "/$1/$2/Dell_Netmon (2606)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2607/$ "/$1/$2/Dell_Connection (2607)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2608/$ "/$1/$2/Wag_Service (2608)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2609/$ "/$1/$2/System_Monitor (2609)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2610/$ "/$1/$2/VersaTek (2610)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2611/$ "/$1/$2/LIONHEAD (2611)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2612/$ "/$1/$2/Qpasa_Agent (2612)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2613/$ "/$1/$2/SMNTUBootstrap (2613)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2614/$ "/$1/$2/Never_Offline (2614)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2615/$ "/$1/$2/firepower (2615)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2616/$ "/$1/$2/appswitch-emp (2616)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2617/$ "/$1/$2/Clinical_Context_Managers (2617)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2618/$ "/$1/$2/Priority_E-Com (2618)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2619/$ "/$1/$2/bruce (2619)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2620/$ "/$1/$2/LPSRecommender (2620)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2621/$ "/$1/$2/Miles_Apart_Jukebox_Server (2621)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2622/$ "/$1/$2/MetricaDBC (2622)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2623/$ "/$1/$2/LMDP (2623)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2624/$ "/$1/$2/Aria (2624)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2625/$ "/$1/$2/Blwnkl_Port (2625)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2626/$ "/$1/$2/gbjd816 (2626)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2627/$ "/$1/$2/Moshe_Beeri (2627)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2628/$ "/$1/$2/DICT (2628)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2629/$ "/$1/$2/Sitara_Server (2629)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2630/$ "/$1/$2/Sitara_Management (2630)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2631/$ "/$1/$2/Sitara_Dir (2631)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2632/$ "/$1/$2/IRdg_Post (2632)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2633/$ "/$1/$2/InterIntelli (2633)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2634/$ "/$1/$2/PK_Electronics (2634)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2635/$ "/$1/$2/Back_Burner (2635)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2636/$ "/$1/$2/Solve (2636)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2637/$ "/$1/$2/Import_Document_Service (2637)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2638/$ "/$1/$2/Sybase_Anywhere (2638)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2639/$ "/$1/$2/AMInet (2639)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2640/$ "/$1/$2/Sabbagh_Associates_Licence_Manager (2640)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2641/$ "/$1/$2/HDL_Handle_System_Protocol (2641)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2642/$ "/$1/$2/Tragic (2642)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2643/$ "/$1/$2/GTE-SAMP (2643)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2644/$ "/$1/$2/Travsoft_IPX_Tunnel (2644)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2645/$ "/$1/$2/Novell_IPX_CMD (2645)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2646/$ "/$1/$2/AND_Licence_Manager (2646)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2647/$ "/$1/$2/SyncServer (2647)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2648/$ "/$1/$2/Upsnotifyprot (2648)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2649/$ "/$1/$2/VPSIPPORT (2649)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2650/$ "/$1/$2/eristwoguns (2650)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2651/$ "/$1/$2/EBInSite (2651)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2652/$ "/$1/$2/InterPathPanel (2652)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2653/$ "/$1/$2/Sonus (2653)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2654/$ "/$1/$2/Corel_VNC_Admin (2654)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2655/$ "/$1/$2/UNIX_Nt_Glue (2655)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2656/$ "/$1/$2/Kana (2656)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2657/$ "/$1/$2/SNS_Dispatcher (2657)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2658/$ "/$1/$2/SNS_Admin (2658)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2659/$ "/$1/$2/SNS_Query (2659)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2660/$ "/$1/$2/GC_Monitor (2660)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2661/$ "/$1/$2/OLHOST (2661)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2662/$ "/$1/$2/BinTec-CAPI (2662)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2663/$ "/$1/$2/BinTec-TAPI (2663)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2664/$ "/$1/$2/Command_MQ_GM (2664)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2665/$ "/$1/$2/Command_MQ_PM (2665)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2666/$ "/$1/$2/extensis (2666)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2667/$ "/$1/$2/Alarm_Clock_Server (2667)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2668/$ "/$1/$2/Alarm_Clock_Client (2668)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2669/$ "/$1/$2/TOAD (2669)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2670/$ "/$1/$2/TVE_Announce (2670)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2671/$ "/$1/$2/newlixreg (2671)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2672/$ "/$1/$2/nhserver (2672)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2673/$ "/$1/$2/First_Call_42 (2673)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2674/$ "/$1/$2/ewnn (2674)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2675/$ "/$1/$2/TTC_ETAP (2675)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2676/$ "/$1/$2/SIMSLink (2676)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2677/$ "/$1/$2/Gadget_Gate_1_Way (2677)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2678/$ "/$1/$2/Gadget_Gate_2_Way (2678)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2679/$ "/$1/$2/Sync_Server_SSL (2679)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2680/$ "/$1/$2/pxc-sapxom (2680)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2681/$ "/$1/$2/mpnjsomb (2681)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2682/$ "/$1/$2/SRSP (2682)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2683/$ "/$1/$2/NCDLoadBalance (2683)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2684/$ "/$1/$2/mpnjsosv (2684)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2685/$ "/$1/$2/mpnjsocl (2685)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2686/$ "/$1/$2/mpnjsomg (2686)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2687/$ "/$1/$2/pq-lic-mgmt (2687)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2688/$ "/$1/$2/md-cf-http (2688)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2689/$ "/$1/$2/FastLynx (2689)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2690/$ "/$1/$2/HP_NNM_Embedded_Database (2690)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2691/$ "/$1/$2/IT_Internet (2691)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2692/$ "/$1/$2/Admins_LMS (2692)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2693/$ "/$1/$2/belarc-http (2693)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2694/$ "/$1/$2/pwrsevent (2694)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2695/$ "/$1/$2/VSPREAD (2695)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2696/$ "/$1/$2/Unify_Admin (2696)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2697/$ "/$1/$2/Oce_SNMP_Trap_Port (2697)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2698/$ "/$1/$2/MCK-IVPIP (2698)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2699/$ "/$1/$2/Csoft_Plus_Client (2699)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2700/$ "/$1/$2/tqdata (2700)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2701/$ "/$1/$2/SMS_RCINFO (2701)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2702/$ "/$1/$2/SMS_XFER (2702)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2703/$ "/$1/$2/SMS_CHAT (2703)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2704/$ "/$1/$2/SMS_REMCTRL (2704)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2705/$ "/$1/$2/SDS_Admin (2705)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2706/$ "/$1/$2/NCD_Mirroring (2706)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2707/$ "/$1/$2/EMCSYMAPIPORT (2707)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2708/$ "/$1/$2/Banyan-Net (2708)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2709/$ "/$1/$2/Supermon (2709)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2710/$ "/$1/$2/SSO_Service (2710)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2711/$ "/$1/$2/SSO_Control (2711)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2712/$ "/$1/$2/Axapta_Object_Communication_Protocol (2712)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2713/$ "/$1/$2/Raven1 (2713)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2714/$ "/$1/$2/Raven2 (2714)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2715/$ "/$1/$2/HPSTGMGR2 (2715)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2716/$ "/$1/$2/Inova_IP_Disco (2716)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2717/$ "/$1/$2/PN_REQUESTER (2717)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2718/$ "/$1/$2/PN_REQUESTER_2 (2718)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2719/$ "/$1/$2/Scan_Change (2719)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2720/$ "/$1/$2/wkars (2720)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2721/$ "/$1/$2/Smart_Diagnose (2721)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2722/$ "/$1/$2/Proactive_Server (2722)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2723/$ "/$1/$2/WatchDog_NT (2723)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2724/$ "/$1/$2/qotps (2724)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2725/$ "/$1/$2/MSOLAP_PTP2 (2725)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2726/$ "/$1/$2/TAMS (2726)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2727/$ "/$1/$2/MGCP_Multimedia_Gateway_Control_Protocol_call_agent (2727)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2728/$ "/$1/$2/SQDR (2728)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2729/$ "/$1/$2/TCIM_Control (2729)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2730/$ "/$1/$2/NEC_RaidPlus (2730)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2731/$ "/$1/$2/NetDragon_Messanger (2731)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2732/$ "/$1/$2/G5M (2732)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2733/$ "/$1/$2/Signet_CTF (2733)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2734/$ "/$1/$2/CCS_Software (2734)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2735/$ "/$1/$2/NetIQ_Monitor_Console (2735)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2736/$ "/$1/$2/RADWIZ_NMS_SRV (2736)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2737/$ "/$1/$2/SRP_Feedback (2737)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2738/$ "/$1/$2/NDL_TCP-OSI_Gateway (2738)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2739/$ "/$1/$2/TN_Timing (2739)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2740/$ "/$1/$2/Alarm (2740)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2741/$ "/$1/$2/TSB (2741)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2742/$ "/$1/$2/TSB2 (2742)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2743/$ "/$1/$2/murx (2743)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2744/$ "/$1/$2/honyaku (2744)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2745/$ "/$1/$2/URBISNET (2745)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2746/$ "/$1/$2/CPUDPENCAP (2746)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2747/$ "/$1/$2/fjippol-swrly (2747)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2748/$ "/$1/$2/fjippol-polsvr (2748)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2749/$ "/$1/$2/fjippol-cnsl (2749)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2750/$ "/$1/$2/fjippol-port1 (2750)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2751/$ "/$1/$2/fjippol-port2 (2751)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2752/$ "/$1/$2/RSISYS_ACCESS (2752)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2753/$ "/$1/$2/de-spot (2753)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2754/$ "/$1/$2/APOLLO_CC (2754)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2755/$ "/$1/$2/Express_Pay (2755)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2756/$ "/$1/$2/simplement-tie (2756)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2757/$ "/$1/$2/CNRP (2757)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2758/$ "/$1/$2/APOLLO_Status (2758)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2759/$ "/$1/$2/APOLLO_GMS (2759)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2760/$ "/$1/$2/Saba_MS (2760)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2761/$ "/$1/$2/DICOM_ISCL (2761)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2762/$ "/$1/$2/DICOM_TLS (2762)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2763/$ "/$1/$2/Desktop_DNA (2763)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2764/$ "/$1/$2/Data_Insurance (2764)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2765/$ "/$1/$2/qip-audup (2765)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2766/$ "/$1/$2/Compaq_SCP (2766)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2767/$ "/$1/$2/UADTC (2767)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2768/$ "/$1/$2/UACS (2768)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2769/$ "/$1/$2/Single_Point_MVS (2769)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2770/$ "/$1/$2/Veronica (2770)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2771/$ "/$1/$2/Vergence_CM (2771)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2772/$ "/$1/$2/auris (2772)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2774/$ "/$1/$2/PC_Backup (2774)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2775/$ "/$1/$2/SMMP (2775)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2777/$ "/$1/$2/Ridgeway_Systems_Software (2777)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2778/$ "/$1/$2/Gwen-Sonya (2778)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2779/$ "/$1/$2/LBC_Sync (2779)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2780/$ "/$1/$2/LBC_Control (2780)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2781/$ "/$1/$2/ResolveNet_IOM_whosells (2781)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2782/$ "/$1/$2/everydayrc (2782)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2783/$ "/$1/$2/AISES (2783)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2784/$ "/$1/$2/world_wide_web_-_development (2784)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2785/$ "/$1/$2/aic-np (2785)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2786/$ "/$1/$2/aic-oncrpc_-_Destiny_MCD_database (2786)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2787/$ "/$1/$2/piccolo_-_Cornerstone_Software (2787)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2788/$ "/$1/$2/NetWare_Loadable_Module_-_Seagate_Software (2788)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2789/$ "/$1/$2/Media_Agent (2789)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2790/$ "/$1/$2/PLG_Proxy (2790)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2791/$ "/$1/$2/MT_Port_Registrator (2791)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2792/$ "/$1/$2/f5-globalsite (2792)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2793/$ "/$1/$2/initlsmsad (2793)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2794/$ "/$1/$2/aaftp (2794)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2795/$ "/$1/$2/LiveStats (2795)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2796/$ "/$1/$2/ac-tech (2796)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2797/$ "/$1/$2/esp-encap (2797)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2798/$ "/$1/$2/TMESIS-UPShot (2798)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2799/$ "/$1/$2/ICON_Discover (2799)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2800/$ "/$1/$2/ACC_RAID (2800)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2801/$ "/$1/$2/IGCP (2801)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2803/$ "/$1/$2/btprjctrl (2803)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2804/$ "/$1/$2/Telexis_VTU (2804)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2805/$ "/$1/$2/WTA_WSP-S (2805)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2806/$ "/$1/$2/cspuni (2806)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2807/$ "/$1/$2/cspmulti (2807)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2808/$ "/$1/$2/J-LAN-P (2808)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2810/$ "/$1/$2/Active_Net_Steward (2810)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2811/$ "/$1/$2/GSI_FTP (2811)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2812/$ "/$1/$2/atmtcp (2812)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2813/$ "/$1/$2/llm-pass (2813)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2814/$ "/$1/$2/llm-csv (2814)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2815/$ "/$1/$2/LBC_Measurement (2815)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2816/$ "/$1/$2/LBC_Watchdog (2816)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2817/$ "/$1/$2/NMSig_Port (2817)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2818/$ "/$1/$2/rmlnk (2818)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2819/$ "/$1/$2/FC_Fault_Notification (2819)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2820/$ "/$1/$2/UniVision (2820)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2821/$ "/$1/$2/vml_dms (2821)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2822/$ "/$1/$2/ka0wuc (2822)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2823/$ "/$1/$2/CQG_Net_LAN (2823)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2824/$ "/$1/$2/CQG_Net_LAN_1 (2824)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2826/$ "/$1/$2/slc_systemlog (2826)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2827/$ "/$1/$2/slc_ctrlrloops (2827)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2828/$ "/$1/$2/ITM_License_Manager (2828)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2829/$ "/$1/$2/silkp1 (2829)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2830/$ "/$1/$2/silkp2 (2830)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2831/$ "/$1/$2/silkp3 (2831)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2832/$ "/$1/$2/silkp4 (2832)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2833/$ "/$1/$2/glishd (2833)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2834/$ "/$1/$2/EVTP (2834)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2835/$ "/$1/$2/EVTP-DATA (2835)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2836/$ "/$1/$2/catalyst (2836)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2837/$ "/$1/$2/Repliweb (2837)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2838/$ "/$1/$2/Starbot (2838)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2839/$ "/$1/$2/NMSigPort (2839)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2840/$ "/$1/$2/l3-exprt (2840)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2841/$ "/$1/$2/l3-ranger (2841)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2842/$ "/$1/$2/l3-hawk (2842)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2843/$ "/$1/$2/PDnet (2843)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2844/$ "/$1/$2/BPCP_POLL (2844)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2845/$ "/$1/$2/BPCP_TRAP (2845)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2846/$ "/$1/$2/AIMPP_Hello (2846)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2847/$ "/$1/$2/AIMPP_Port_Req (2847)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2848/$ "/$1/$2/AMT-BLC-PORT (2848)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2849/$ "/$1/$2/FXP (2849)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2850/$ "/$1/$2/MetaConsole (2850)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2851/$ "/$1/$2/webemshttp (2851)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2852/$ "/$1/$2/bears-01 (2852)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2853/$ "/$1/$2/ISPipes (2853)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2854/$ "/$1/$2/InfoMover (2854)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2856/$ "/$1/$2/cesdinv (2856)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2857/$ "/$1/$2/SimCtIP (2857)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2858/$ "/$1/$2/ECNP (2858)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2859/$ "/$1/$2/Active_Memory (2859)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2860/$ "/$1/$2/Dialpad_Voice_1 (2860)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2861/$ "/$1/$2/Dialpad_Voice_2 (2861)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2862/$ "/$1/$2/TTG_Protocol (2862)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2863/$ "/$1/$2/Sonar_Data (2863)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2864/$ "/$1/$2/main_5001_cmd (2864)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2865/$ "/$1/$2/pit-vpn (2865)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2866/$ "/$1/$2/lwlistener (2866)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2867/$ "/$1/$2/esps-portal (2867)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2868/$ "/$1/$2/NPEP_Messaging (2868)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2869/$ "/$1/$2/ICSLAP (2869)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2870/$ "/$1/$2/daishi (2870)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2871/$ "/$1/$2/MSI_Select_Play (2871)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2872/$ "/$1/$2/CONTRACT (2872)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2873/$ "/$1/$2/PASPAR2_ZoomIn (2873)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2874/$ "/$1/$2/dxmessagebase1 (2874)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2875/$ "/$1/$2/dxmessagebase2 (2875)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2876/$ "/$1/$2/SPS_Tunnel (2876)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2877/$ "/$1/$2/BLUELANCE (2877)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2878/$ "/$1/$2/AAP (2878)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2879/$ "/$1/$2/ucentric-ds (2879)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2880/$ "/$1/$2/synapse (2880)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2881/$ "/$1/$2/NDSP (2881)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2882/$ "/$1/$2/NDTP (2882)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2883/$ "/$1/$2/NDNP (2883)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2884/$ "/$1/$2/Flash_Msg (2884)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2885/$ "/$1/$2/TopFlow (2885)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2886/$ "/$1/$2/RESPONSELOGIC (2886)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2887/$ "/$1/$2/aironet (2887)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2888/$ "/$1/$2/SPCSDLOBBY (2888)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2889/$ "/$1/$2/RSOM (2889)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2890/$ "/$1/$2/CSPCLMULTI (2890)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2891/$ "/$1/$2/CINEGRFX-ELMD_License_Manager (2891)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2892/$ "/$1/$2/SNIFFERDATA (2892)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2893/$ "/$1/$2/VSECONNECTOR (2893)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2894/$ "/$1/$2/ABACUS-REMOTE (2894)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2895/$ "/$1/$2/NATUS_LINK (2895)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2896/$ "/$1/$2/ECOVISIONG6-1 (2896)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2897/$ "/$1/$2/Citrix_RTMP (2897)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2898/$ "/$1/$2/APPLIANCE-CFG (2898)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2899/$ "/$1/$2/POWERGEMPLUS (2899)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2900/$ "/$1/$2/QUICKSUITE (2900)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2901/$ "/$1/$2/ALLSTORCNS (2901)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2902/$ "/$1/$2/NET_ASPI (2902)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2903/$ "/$1/$2/SUITCASE (2903)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2904/$ "/$1/$2/M2UA (2904)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2905/$ "/$1/$2/M3UA (2905)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2906/$ "/$1/$2/CALLER9 (2906)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2907/$ "/$1/$2/WEBMETHODS_B2B (2907)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2908/$ "/$1/$2/mao (2908)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2909/$ "/$1/$2/Funk_Dialout (2909)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2910/$ "/$1/$2/TDAccess (2910)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2911/$ "/$1/$2/Blockade (2911)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2912/$ "/$1/$2/Epicon (2912)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2913/$ "/$1/$2/Booster_Ware (2913)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2914/$ "/$1/$2/Game_Lobby (2914)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2915/$ "/$1/$2/TK_Socket (2915)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2916/$ "/$1/$2/Elvin_Server (2916)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2917/$ "/$1/$2/Elvin_Client (2917)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2918/$ "/$1/$2/Kasten_Chase_Pad (2918)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2919/$ "/$1/$2/ROBOER (2919)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2920/$ "/$1/$2/ROBOEDA (2920)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2921/$ "/$1/$2/CESD_Contents_Delivery_Management (2921)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2922/$ "/$1/$2/CESD_Contents_Delivery_Data_Transfer (2922)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2923/$ "/$1/$2/WTA-WSP-WTP-S (2923)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2924/$ "/$1/$2/PRECISE-VIP (2924)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2926/$ "/$1/$2/MOBILE-FILE-DL (2926)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2927/$ "/$1/$2/UNIMOBILECTRL (2927)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2928/$ "/$1/$2/REDSTONE-CPSS (2928)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2929/$ "/$1/$2/PANJA-WEBADMIN (2929)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2930/$ "/$1/$2/PANJA-WEBLINX (2930)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2931/$ "/$1/$2/Circle-X (2931)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2932/$ "/$1/$2/INCP (2932)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2933/$ "/$1/$2/4-TIER_OPM_GW (2933)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2934/$ "/$1/$2/4-TIER_OPM_CLI (2934)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2935/$ "/$1/$2/QTP_Quick_Transaction_Protocol (2935)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2936/$ "/$1/$2/OTPatch (2936)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2937/$ "/$1/$2/PNACONSULT-LM (2937)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2938/$ "/$1/$2/SM-PAS-1 (2938)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2939/$ "/$1/$2/SM-PAS-2 (2939)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2940/$ "/$1/$2/SM-PAS-3 (2940)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2941/$ "/$1/$2/SM-PAS-4 (2941)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2942/$ "/$1/$2/SM-PAS-5 (2942)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2943/$ "/$1/$2/TTNRepository (2943)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2945/$ "/$1/$2/Megaco (2945)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2946/$ "/$1/$2/FJSVmpor (2946)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2947/$ "/$1/$2/GPSD (2947)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2948/$ "/$1/$2/WAP_PUSH (2948)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2949/$ "/$1/$2/WAP_PUSH_SECURE (2949)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2950/$ "/$1/$2/ESIP (2950)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2951/$ "/$1/$2/OTTP (2951)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2952/$ "/$1/$2/MPFWSAS (2952)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2953/$ "/$1/$2/OVALARMSRV (2953)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2954/$ "/$1/$2/OVALARMSRV-CMD (2954)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2955/$ "/$1/$2/CSNOTIFY (2955)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2956/$ "/$1/$2/OVRIMOSDBMAN (2956)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2957/$ "/$1/$2/JAMCT5 (2957)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2958/$ "/$1/$2/JAMCT6 (2958)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2959/$ "/$1/$2/RMOPAGT (2959)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2960/$ "/$1/$2/DFOXSERVER (2960)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2961/$ "/$1/$2/BOLDSOFT-LM (2961)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2962/$ "/$1/$2/IPH-POLICY-CLI (2962)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2963/$ "/$1/$2/IPH-POLICY-ADM (2963)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2964/$ "/$1/$2/BULLANT_SRAP (2964)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2965/$ "/$1/$2/BULLANT_RAP (2965)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2966/$ "/$1/$2/IDP-INFOTRIEVE (2966)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2967/$ "/$1/$2/SSC-AGENT (2967)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2968/$ "/$1/$2/ENPP (2968)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2969/$ "/$1/$2/ESSP (2969)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2970/$ "/$1/$2/INDEX-NET (2970)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2971/$ "/$1/$2/Net_Clip (2971)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2972/$ "/$1/$2/PMSM_Webrctl (2972)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2973/$ "/$1/$2/SV_Networks (2973)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2974/$ "/$1/$2/Signal (2974)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2975/$ "/$1/$2/Fujitsu_Configuration_Management_Service (2975)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2976/$ "/$1/$2/CNS_Server_Port (2976)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2977/$ "/$1/$2/TTCs_Enterprise_Test_Access_Protocol_-_NS (2977)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2978/$ "/$1/$2/TTCs_Enterprise_Test_Access_Protocol_-_DS (2978)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2980/$ "/$1/$2/Instant_Messaging_Service (2980)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2981/$ "/$1/$2/MYLXAMPORT (2981)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2982/$ "/$1/$2/IWB-WHITEBOARD (2982)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2983/$ "/$1/$2/NETPLAN (2983)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2984/$ "/$1/$2/HPIDSADMIN (2984)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2985/$ "/$1/$2/HPIDSAGENT (2985)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2986/$ "/$1/$2/STONEFALLS (2986)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2987/$ "/$1/$2/ResolveNet_IOM_IDENTIFY (2987)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2988/$ "/$1/$2/ResolveNet_IOM_CLASSIFY (2988)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2989/$ "/$1/$2/ZARKOV (2989)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2990/$ "/$1/$2/BOSCAP (2990)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2991/$ "/$1/$2/WKSTN-MON (2991)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2992/$ "/$1/$2/ITB301 (2992)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2993/$ "/$1/$2/VERITAS_VIS1 (2993)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2994/$ "/$1/$2/VERITAS_VIS2 (2994)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2995/$ "/$1/$2/IDRS (2995)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2996/$ "/$1/$2/vsixml (2996)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2997/$ "/$1/$2/REBOL (2997)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2998/$ "/$1/$2/Real_Secure (2998)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/2999/$ "/$1/$2/RemoteWare_Unassigned (2999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3000/$ "/$1/$2/HBCI (3000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3001/$ "/$1/$2/Redwood_Broker (3001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3002/$ "/$1/$2/EXLM_Agent (3002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3003/$ "/$1/$2/CGMS (3003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3004/$ "/$1/$2/Csoft_Agent (3004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3005/$ "/$1/$2/Genius_License_Manager (3005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3006/$ "/$1/$2/Instant_Internet_Admin (3006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3008/$ "/$1/$2/Midnight_Technologies (3008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3009/$ "/$1/$2/PXC-NTFY (3009)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3010/$ "/$1/$2/Telerate_Workstation (3010)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3011/$ "/$1/$2/Trusted_Web (3011)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3012/$ "/$1/$2/Trusted_Web_Client (3012)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3013/$ "/$1/$2/Gilat_Sky_Surfer (3013)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3014/$ "/$1/$2/Broker_Service (3014)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3015/$ "/$1/$2/NATI_DSTP (3015)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3016/$ "/$1/$2/Notify_Server (3016)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3017/$ "/$1/$2/Event_Listener (3017)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3018/$ "/$1/$2/Service_Registry (3018)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3019/$ "/$1/$2/Resource_Manager (3019)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3020/$ "/$1/$2/CIFS (3020)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3021/$ "/$1/$2/AGRI_Server (3021)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3022/$ "/$1/$2/CSREGAGENT (3022)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3023/$ "/$1/$2/magicnotes (3023)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3024/$ "/$1/$2/NDS_SSO (3024)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3025/$ "/$1/$2/Arepa_Raft (3025)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3026/$ "/$1/$2/AGRI_Gateway (3026)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3027/$ "/$1/$2/LiebDevMgmt_C (3027)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3028/$ "/$1/$2/LiebDevMgmt_DM (3028)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3029/$ "/$1/$2/LiebDevMgmt_A (3029)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3030/$ "/$1/$2/Arepa_Cas (3030)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3031/$ "/$1/$2/AgentVU (3031)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3032/$ "/$1/$2/Redwood_Chat (3032)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3033/$ "/$1/$2/PDB (3033)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3034/$ "/$1/$2/Osmosis_AEEA (3034)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3035/$ "/$1/$2/FJSV_gssagt (3035)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3036/$ "/$1/$2/Hagel_DUMP (3036)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3037/$ "/$1/$2/HP_SAN_Mgmt (3037)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3038/$ "/$1/$2/Santak_UPS (3038)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3039/$ "/$1/$2/Cogitate_Inc (3039)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3040/$ "/$1/$2/Tomato_Springs (3040)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3041/$ "/$1/$2/di-traceware (3041)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3042/$ "/$1/$2/journee (3042)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3043/$ "/$1/$2/BRP (3043)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3044/$ "/$1/$2/EndPoint_Protocol (3044)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3045/$ "/$1/$2/ResponseNet (3045)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3046/$ "/$1/$2/di-ase (3046)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3047/$ "/$1/$2/Fast_Security_HL_Server (3047)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3048/$ "/$1/$2/Sierra_Net_PC_Trader (3048)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3049/$ "/$1/$2/NSWS (3049)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3050/$ "/$1/$2/gds_db (3050)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3051/$ "/$1/$2/Galaxy_Server (3051)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3052/$ "/$1/$2/APCPCNS (3052)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3053/$ "/$1/$2/dsom-server (3053)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3054/$ "/$1/$2/AMT_CNF_PROT (3054)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3055/$ "/$1/$2/Policy_Server (3055)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3056/$ "/$1/$2/CDL_Server (3056)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3057/$ "/$1/$2/GoAhead_FldUp (3057)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3058/$ "/$1/$2/videobeans (3058)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3059/$ "/$1/$2/qsoft (3059)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3060/$ "/$1/$2/interserver (3060)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3061/$ "/$1/$2/cautcpd (3061)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3062/$ "/$1/$2/ncacn-ip-tcp (3062)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3063/$ "/$1/$2/ncadg-ip-udp (3063)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3064/$ "/$1/$2/Remote_Port_Redirector (3064)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3065/$ "/$1/$2/slinterbase (3065)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3066/$ "/$1/$2/NETATTACHSDMP (3066)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3067/$ "/$1/$2/FJHPJP (3067)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3068/$ "/$1/$2/ls3_Broadcast (3068)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3069/$ "/$1/$2/ls3 (3069)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3070/$ "/$1/$2/MGXSWITCH (3070)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3071/$ "/$1/$2/ContinuStor_Manager_Port (3071)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3072/$ "/$1/$2/ContinuStor_Monitor_Port (3072)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3073/$ "/$1/$2/Very_simple_chatroom_prot (3073)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3074/$ "/$1/$2/Xbox_game_port (3074)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3075/$ "/$1/$2/Orbix_2000_Locator (3075)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3076/$ "/$1/$2/Orbix_2000_Config (3076)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3078/$ "/$1/$2/Orbix_2000_Locator_SSL (3078)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3079/$ "/$1/$2/LV_Front_Panel (3079)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3080/$ "/$1/$2/stm_pproc (3080)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3081/$ "/$1/$2/TL1-LV (3081)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3082/$ "/$1/$2/TL1-RAW (3082)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3083/$ "/$1/$2/TL1-TELNET (3083)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3084/$ "/$1/$2/ITM-MCCS (3084)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3085/$ "/$1/$2/PCIHReq (3085)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3086/$ "/$1/$2/JDL-DBKitchen (3086)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3087/$ "/$1/$2/Asoki_SMA (3087)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3088/$ "/$1/$2/eXtensible_Data_Transfer_Protocol (3088)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3089/$ "/$1/$2/ParaTek_Agent_Linking (3089)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3090/$ "/$1/$2/Rappore_Session_Services (3090)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3091/$ "/$1/$2/1Ci_Server_Management (3091)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3092/$ "/$1/$2/Netware_sync_services (3092)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3093/$ "/$1/$2/Jiiva_RapidMQ_Center (3093)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3094/$ "/$1/$2/Jiiva_RapidMQ_Registry (3094)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3095/$ "/$1/$2/Panasas_rendevous_port (3095)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3096/$ "/$1/$2/Active_Print_Server_Port (3096)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3097/$ "/$1/$2/ITU_Q_2150_3_STC (3097)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3098/$ "/$1/$2/Universal_Message_Manager (3098)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3099/$ "/$1/$2/CHIPSY_Machine_Daemon (3099)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3100/$ "/$1/$2/OpCon_xps (3100)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3101/$ "/$1/$2/HP_PolicyXpert_PIB_Server (3101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3102/$ "/$1/$2/SoftlinK_Slave_Mon_Port (3102)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3103/$ "/$1/$2/Autocue_SMI_Protocol (3103)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3104/$ "/$1/$2/Autocue_Logger_Protocol (3104)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3105/$ "/$1/$2/Cardbox (3105)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3106/$ "/$1/$2/Cardbox_HTTP (3106)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3107/$ "/$1/$2/RDI_Business_protocol (3107)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3108/$ "/$1/$2/RDI_Geolocate_protocol (3108)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3109/$ "/$1/$2/RDI_Personnel_protocol (3109)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3110/$ "/$1/$2/simulator_control_port (3110)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3111/$ "/$1/$2/Web_Synchronous_Services (3111)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3113/$ "/$1/$2/CS-Authenticate_Svr_Port (3113)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3114/$ "/$1/$2/CCM_AutoDiscover (3114)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3115/$ "/$1/$2/MCTET_Master (3115)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3116/$ "/$1/$2/MCTET_Gateway (3116)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3117/$ "/$1/$2/MCTET_Jserv (3117)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3118/$ "/$1/$2/PKAgent (3118)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3119/$ "/$1/$2/D2000_Kernel_Port (3119)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3120/$ "/$1/$2/D2000_Webserver_Port (3120)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3121/$ "/$1/$2/EPP_Extensible_Provisioning_Protocol (3121)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3122/$ "/$1/$2/MTI_VTR_Emulator_port (3122)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3123/$ "/$1/$2/EDI_Translation_Protocol (3123)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3124/$ "/$1/$2/Beacon_Port (3124)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3125/$ "/$1/$2/A13-AN_Interface (3125)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3126/$ "/$1/$2/Microsoft_NETster_Port (3126)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3127/$ "/$1/$2/CTX_Bridge_Port (3127)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3129/$ "/$1/$2/NetPort_Discovery_Port (3129)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3130/$ "/$1/$2/ICP_Internet_Cache_Protocol_version_2 (3130)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3131/$ "/$1/$2/Net_Book_Mark (3131)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3132/$ "/$1/$2/MS-Slipstream (3132)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3133/$ "/$1/$2/Prism_Deploy_User_Port (3133)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3134/$ "/$1/$2/Extensible_Code_Protocol (3134)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3135/$ "/$1/$2/PeerBook_Port (3135)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3136/$ "/$1/$2/Grub_Server_Port (3136)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3137/$ "/$1/$2/rtnt-1_data_packets (3137)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3138/$ "/$1/$2/rtnt-2_data_packets (3138)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3139/$ "/$1/$2/Incognito_Rendez-Vous (3139)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3140/$ "/$1/$2/Arilia_Multiplexor (3140)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3141/$ "/$1/$2/VMODEM (3141)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3142/$ "/$1/$2/RDC_WH_EOS (3142)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3143/$ "/$1/$2/Sea_View (3143)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3144/$ "/$1/$2/Tarantella (3144)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3145/$ "/$1/$2/LFAP_Light-weight_Flow_Admission_Protocol (3145)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3146/$ "/$1/$2/bears-02 (3146)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3147/$ "/$1/$2/RFIO (3147)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3148/$ "/$1/$2/NetMike_Game_Administrator (3148)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3149/$ "/$1/$2/NetMike_Game_Server (3149)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3150/$ "/$1/$2/NetMike_Assessor_Administrator (3150)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3151/$ "/$1/$2/NetMike_Assessor (3151)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3152/$ "/$1/$2/FeiTian_Port (3152)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3153/$ "/$1/$2/S8Cargo_Client_Port (3153)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3154/$ "/$1/$2/ON_RMI_Registry (3154)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3155/$ "/$1/$2/JpegMpeg_Port (3155)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3156/$ "/$1/$2/Indura_Collector (3156)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3157/$ "/$1/$2/CCC_Listener_Port (3157)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3158/$ "/$1/$2/SmashTV_Protocol (3158)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3159/$ "/$1/$2/NavegaWeb_Tarification (3159)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3160/$ "/$1/$2/TIP_Application_Server (3160)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3161/$ "/$1/$2/DOC1_License_Manager (3161)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3162/$ "/$1/$2/SFLM (3162)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3163/$ "/$1/$2/RES-SAP (3163)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3164/$ "/$1/$2/IMPRS (3164)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3165/$ "/$1/$2/Newgenpay_Engine_Service (3165)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3166/$ "/$1/$2/Quest_Repository (3166)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3167/$ "/$1/$2/poweroncontact (3167)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3168/$ "/$1/$2/poweronnud (3168)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3169/$ "/$1/$2/SERVERVIEW-AS (3169)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3170/$ "/$1/$2/SERVERVIEW-ASN (3170)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3171/$ "/$1/$2/SERVERVIEW-GF (3171)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3172/$ "/$1/$2/SERVERVIEW-RM (3172)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3173/$ "/$1/$2/SERVERVIEW-ICC (3173)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3174/$ "/$1/$2/ARMI_Server (3174)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3175/$ "/$1/$2/T1_E1_Over_IP (3175)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3176/$ "/$1/$2/ARS_Master (3176)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3177/$ "/$1/$2/Phonex_Protocol (3177)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3178/$ "/$1/$2/Radiance_UltraEdge_Port (3178)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3179/$ "/$1/$2/H2GF_W_2m_Handover_prot (3179)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3180/$ "/$1/$2/Millicent_Broker_Server (3180)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3181/$ "/$1/$2/BMC_Patrol_Agent (3181)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3182/$ "/$1/$2/BMC_Patrol_Rendezvous (3182)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3183/$ "/$1/$2/COPS_TLS (3183)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3184/$ "/$1/$2/ApogeeX_Port (3184)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3185/$ "/$1/$2/SuSE_Meta_PPPD (3185)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3186/$ "/$1/$2/IIW_Monitor_User_Port (3186)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3187/$ "/$1/$2/Open_Design_Listen_Port (3187)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3188/$ "/$1/$2/Broadcom_Port (3188)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3189/$ "/$1/$2/Pinnacle_Sys_InfEx_Port (3189)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3190/$ "/$1/$2/ConServR_Proxy (3190)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3191/$ "/$1/$2/ConServR_SSL_Proxy (3191)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3192/$ "/$1/$2/FireMon_Revision_Control (3192)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3193/$ "/$1/$2/Cordaxis_Data_Port (3193)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3194/$ "/$1/$2/Rockstorm_MAG_protocol (3194)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3195/$ "/$1/$2/Network_Control_Unit (3195)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3196/$ "/$1/$2/Network_Control_Unit (3196)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3197/$ "/$1/$2/Embrace_Device_Protocol_Server (3197)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3198/$ "/$1/$2/Embrace_Device_Protocol_Client (3198)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3199/$ "/$1/$2/DMOD_iPost (3199)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3200/$ "/$1/$2/Press-sense_Tick_Port (3200)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3201/$ "/$1/$2/CPQ-TaskSmart (3201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3202/$ "/$1/$2/IntraIntra (3202)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3203/$ "/$1/$2/Network_Watcher_Monitor (3203)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3204/$ "/$1/$2/Network_Watcher_DB_Access (3204)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3205/$ "/$1/$2/iSNS_Server_Port (3205)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3206/$ "/$1/$2/IronMail_POP_Proxy (3206)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3207/$ "/$1/$2/Veritas_Authentication_Port (3207)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3208/$ "/$1/$2/PFU_PR_Callback (3208)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3209/$ "/$1/$2/HP_OpenView_Network_Path_Engine_Server (3209)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3210/$ "/$1/$2/Flamenco_Networks_Proxy (3210)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3211/$ "/$1/$2/Avocent_Secure_Management (3211)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3212/$ "/$1/$2/Survey_Instrument (3212)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3213/$ "/$1/$2/NEON_24X7_Mission_Control (3213)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3214/$ "/$1/$2/JMQ_Daemon_Port_1 (3214)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3215/$ "/$1/$2/JMQ_Daemon_Port_2 (3215)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3216/$ "/$1/$2/Ferrari_electronic_FOAM (3216)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3217/$ "/$1/$2/Unified_IP_Telecomm_Env (3217)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3218/$ "/$1/$2/EMC_SmartPackets (3218)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3219/$ "/$1/$2/WMS_Messenger (3219)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3220/$ "/$1/$2/XML_NM_over_SSL (3220)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3221/$ "/$1/$2/XML_NM_over_TCP (3221)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3222/$ "/$1/$2/Gateway_Load_Balancing_Pr (3222)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3223/$ "/$1/$2/DIGIVOTE_R_Vote-Server (3223)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3224/$ "/$1/$2/AES_Discovery_Port (3224)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3225/$ "/$1/$2/FCIP (3225)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3226/$ "/$1/$2/ISI_Industry_Software_IRP (3226)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3227/$ "/$1/$2/DiamondWave_NMS_Server (3227)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3228/$ "/$1/$2/DiamondWave_MSG_Server (3228)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3229/$ "/$1/$2/Global_CD_Port (3229)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3230/$ "/$1/$2/Software_Distributor_Port (3230)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3231/$ "/$1/$2/Delta_Solutions_Direct (3231)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3232/$ "/$1/$2/MDT_port (3232)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3233/$ "/$1/$2/WhiskerControl_main_port (3233)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3234/$ "/$1/$2/Alchemy_Server (3234)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3235/$ "/$1/$2/MDAP_port (3235)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3236/$ "/$1/$2/appareNet_Test_Server (3236)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3237/$ "/$1/$2/appareNet_Test_Packet_Sequencer (3237)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3238/$ "/$1/$2/appareNet_Analysis_Server (3238)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3239/$ "/$1/$2/appareNet_User_Interface (3239)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3240/$ "/$1/$2/Trio_Motion_Control_Port (3240)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3241/$ "/$1/$2/SysOrb_Monitoring_Server (3241)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3242/$ "/$1/$2/Session_Description_ID (3242)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3243/$ "/$1/$2/Timelot_Port (3243)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3244/$ "/$1/$2/OneSAF (3244)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3245/$ "/$1/$2/VIEO_Fabric_Executive (3245)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3246/$ "/$1/$2/DVT_SYSTEM_PORT (3246)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3247/$ "/$1/$2/DVT_DATA_LINK (3247)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3248/$ "/$1/$2/PROCOS_LM (3248)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3249/$ "/$1/$2/State_Sync_Protocol (3249)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3250/$ "/$1/$2/HMS_hicp_port (3250)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3251/$ "/$1/$2/Sys_Scanner (3251)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3252/$ "/$1/$2/DHE_port (3252)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3253/$ "/$1/$2/PDA_Data (3253)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3254/$ "/$1/$2/PDA_System (3254)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3255/$ "/$1/$2/Semaphore_Connection_Port (3255)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3256/$ "/$1/$2/Compaq_RPM_Agent_Port (3256)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3257/$ "/$1/$2/Compaq_RPM_Server_Port (3257)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3258/$ "/$1/$2/Ivecon_Server_Port (3258)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3259/$ "/$1/$2/Epson_Network_Common_Devi (3259)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3260/$ "/$1/$2/iSCSI (3260)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3261/$ "/$1/$2/winShadow (3261)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3262/$ "/$1/$2/NECP (3262)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3263/$ "/$1/$2/E-Color_Enterprise_Imager (3263)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3264/$ "/$1/$2/cc_mail_lotus (3264)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3265/$ "/$1/$2/Altav_Tunnel (3265)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3266/$ "/$1/$2/NS_CFG_Server (3266)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3267/$ "/$1/$2/IBM_Dial_Out (3267)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3268/$ "/$1/$2/Microsoft_Global_Catalog (3268)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3269/$ "/$1/$2/Microsoft_Global_Catalog_with_LDAP_SSL_UDP (3269)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3270/$ "/$1/$2/Verismart (3270)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3271/$ "/$1/$2/CSoft_Prev_Port (3271)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3272/$ "/$1/$2/Fujitsu_User_Manager (3272)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3273/$ "/$1/$2/Simple_Extensible_Multiplexed_Protocol (3273)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3274/$ "/$1/$2/Ordinox_Server (3274)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3275/$ "/$1/$2/SAMD (3275)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3276/$ "/$1/$2/Maxim_ASICs (3276)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3277/$ "/$1/$2/AWG_Proxy (3277)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3278/$ "/$1/$2/LKCM_Server (3278)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3279/$ "/$1/$2/admind (3279)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3280/$ "/$1/$2/VS_Server (3280)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3281/$ "/$1/$2/SYSOPT (3281)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3282/$ "/$1/$2/Datusorb (3282)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3283/$ "/$1/$2/Net_Assistant (3283)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3284/$ "/$1/$2/4Talk (3284)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3285/$ "/$1/$2/Plato (3285)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3286/$ "/$1/$2/E-Net (3286)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3287/$ "/$1/$2/DIRECTVDATA (3287)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3288/$ "/$1/$2/COPS_Common_Open_Policy_Service (3288)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3289/$ "/$1/$2/ENPC (3289)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3290/$ "/$1/$2/CAPS_LOGISTICS_TOOLKIT_-_LM (3290)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3291/$ "/$1/$2/S_A_Holditch_s_-_LM (3291)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3292/$ "/$1/$2/Cart_O_Rama (3292)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3293/$ "/$1/$2/fg-fps (3293)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3294/$ "/$1/$2/fg-gip (3294)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3295/$ "/$1/$2/Dynamic_IP_Lookup (3295)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3296/$ "/$1/$2/Rib_License_Manager (3296)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3297/$ "/$1/$2/Cytel_License_Manager (3297)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3298/$ "/$1/$2/Transview (3298)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3299/$ "/$1/$2/pdrncs (3299)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3301/$ "/$1/$2/SAP_R_3_unauthorized (3301)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3302/$ "/$1/$2/MCS_Fastmail (3302)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3303/$ "/$1/$2/OP_Session_Client (3303)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3304/$ "/$1/$2/OP_Session_Server (3304)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3305/$ "/$1/$2/ODETTE-FTP (3305)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3306/$ "/$1/$2/MySQL (3306)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3307/$ "/$1/$2/OP_Session_Proxy (3307)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3308/$ "/$1/$2/TNS_Server (3308)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3309/$ "/$1/$2/TNS_ADV (3309)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3310/$ "/$1/$2/Dyna_Access (3310)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3311/$ "/$1/$2/MCNS_Tel_Ret (3311)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3312/$ "/$1/$2/Application_Management_Server (3312)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3313/$ "/$1/$2/Unify_Object_Broker (3313)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3314/$ "/$1/$2/Unify_Object_Host (3314)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3315/$ "/$1/$2/CDID (3315)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3316/$ "/$1/$2/AICC_CMI (3316)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3317/$ "/$1/$2/VSAI_PORT (3317)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3318/$ "/$1/$2/Swith_to_Swith_Routing_Information_Protocol (3318)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3319/$ "/$1/$2/SDT_License_Manager (3319)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3320/$ "/$1/$2/Office_Link_2000 (3320)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3321/$ "/$1/$2/VNSSTR (3321)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3325/$ "/$1/$2/Active_Networks (3325)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3326/$ "/$1/$2/SFTU (3326)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3327/$ "/$1/$2/BBARS (3327)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3328/$ "/$1/$2/Eaglepoint_License_Manager (3328)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3329/$ "/$1/$2/HP_Device_Disc (3329)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3330/$ "/$1/$2/MCS_Calypso_ICF (3330)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3331/$ "/$1/$2/MCS_Messaging (3331)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3332/$ "/$1/$2/MCS_Mail_Server (3332)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3333/$ "/$1/$2/DEC_Notes (3333)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3334/$ "/$1/$2/Direct_TV_Webcasting (3334)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3335/$ "/$1/$2/Direct_TV_Software_Updates (3335)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3336/$ "/$1/$2/Direct_TV_Tickers (3336)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3337/$ "/$1/$2/Direct_TV_Data_Catalog (3337)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3338/$ "/$1/$2/OMF_data_b (3338)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3339/$ "/$1/$2/OMF_data_l (3339)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3340/$ "/$1/$2/OMF_data_m (3340)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3341/$ "/$1/$2/OMF_data_h (3341)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3342/$ "/$1/$2/WebTIE (3342)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3343/$ "/$1/$2/MS_Cluster_Net (3343)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3344/$ "/$1/$2/BNT_Manager (3344)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3345/$ "/$1/$2/Influence (3345)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3346/$ "/$1/$2/Trnsprnt_Proxy (3346)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3347/$ "/$1/$2/Phoenix_RPC (3347)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3348/$ "/$1/$2/Pangolin_Laser (3348)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3349/$ "/$1/$2/Chevin_Services (3349)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3350/$ "/$1/$2/FINDVIATV (3350)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3351/$ "/$1/$2/BTRIEVE (3351)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3352/$ "/$1/$2/SSQL (3352)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3353/$ "/$1/$2/FATPIPE (3353)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3354/$ "/$1/$2/SUITJD (3354)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3355/$ "/$1/$2/Ordinox_Dbase (3355)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3356/$ "/$1/$2/UPNOTIFYPS (3356)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3357/$ "/$1/$2/Adtech_Test_IP (3357)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3358/$ "/$1/$2/Mp_Sys_Rmsvr (3358)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3359/$ "/$1/$2/WG_NetForce (3359)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3360/$ "/$1/$2/KV_Server (3360)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3361/$ "/$1/$2/KV_Agent (3361)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3362/$ "/$1/$2/DJ_ILM (3362)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3363/$ "/$1/$2/NATI_Vi_Server (3363)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3364/$ "/$1/$2/Creative_Server (3364)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3365/$ "/$1/$2/Content_Server (3365)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3366/$ "/$1/$2/Creative_Partner (3366)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3371/$ "/$1/$2/Satellite_Video_Data_Link (3371)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3372/$ "/$1/$2/TIP_2 (3372)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3373/$ "/$1/$2/Lavenir_License_Manager (3373)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3374/$ "/$1/$2/Cluster_Disc (3374)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3375/$ "/$1/$2/VSNM_Agent (3375)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3376/$ "/$1/$2/CD_Broker (3376)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3377/$ "/$1/$2/Cogsys_Network_License_Manager (3377)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3378/$ "/$1/$2/WSICOPY (3378)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3379/$ "/$1/$2/SOCORFS (3379)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3380/$ "/$1/$2/SNS_Channels (3380)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3381/$ "/$1/$2/Geneous (3381)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3382/$ "/$1/$2/Fujitsu_Network_Enhanced_Antitheft_function (3382)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3383/$ "/$1/$2/Enterprise_Software_Products_License_Manager (3383)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3384/$ "/$1/$2/Cluster_Management_Services_TCP (3384)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3385/$ "/$1/$2/qnxnetman (3385)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3386/$ "/$1/$2/GPRS_Data_TCP (3386)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3387/$ "/$1/$2/Back_Room_Net (3387)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3388/$ "/$1/$2/CB_Server (3388)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3389/$ "/$1/$2/MS_WBT_Server (3389)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3390/$ "/$1/$2/Distributed_Service_Coordinator (3390)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3391/$ "/$1/$2/SAVANT (3391)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3392/$ "/$1/$2/EFI_License_Management (3392)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3393/$ "/$1/$2/D2K_Tapestry_Client_to_Server (3393)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3394/$ "/$1/$2/D2K_Tapestry_Server_to_Server (3394)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3395/$ "/$1/$2/Dyna_License_Manager_Elam (3395)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3396/$ "/$1/$2/Printer_Agent (3396)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3397/$ "/$1/$2/Cloanto_License_Manager (3397)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3398/$ "/$1/$2/Mercantile (3398)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3399/$ "/$1/$2/CSMS (3399)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3400/$ "/$1/$2/CSMS2 (3400)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3401/$ "/$1/$2/filecast (3401)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3402/$ "/$1/$2/FXa_Engine_Network_Port (3402)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3403/$ "/$1/$2/CopySnap_Server_Port (3403)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3404/$ "/$1/$2/IGo_Incognito_Data_Port (3404)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3405/$ "/$1/$2/Nokia_Announcement_ch_1 (3405)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3406/$ "/$1/$2/Nokia_Announcement_ch_2 (3406)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3407/$ "/$1/$2/LDAP_admin_server_port (3407)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3408/$ "/$1/$2/POWERpack_API_Port (3408)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3409/$ "/$1/$2/NetworkLens_Event_Port (3409)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3410/$ "/$1/$2/NetworkLens_SSL_Event (3410)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3411/$ "/$1/$2/BioLink_Authenteon (3411)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3412/$ "/$1/$2/xmlBlaster (3412)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3413/$ "/$1/$2/SpecView_Networking (3413)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3414/$ "/$1/$2/BroadCloud_WIP_Port (3414)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3415/$ "/$1/$2/BCI_Name_Service (3415)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3416/$ "/$1/$2/AirMobile_IS_Command_Port (3416)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3417/$ "/$1/$2/ConServR_file_translation (3417)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3419/$ "/$1/$2/Isogon_SoftAudit (3419)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3420/$ "/$1/$2/iFCP_User_Port (3420)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3421/$ "/$1/$2/Bull_Apprise_portmapper (3421)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3422/$ "/$1/$2/Remote_USB_System_Port (3422)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3423/$ "/$1/$2/xTrade_Reliable_Messaging (3423)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3424/$ "/$1/$2/xTrade_over_TLS_SSL (3424)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3425/$ "/$1/$2/AGPS_Access_Port (3425)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3426/$ "/$1/$2/Arkivio_Storage_Protocol (3426)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3427/$ "/$1/$2/WebSphere_SNMP (3427)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3428/$ "/$1/$2/2Wire_CSS (3428)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3429/$ "/$1/$2/GCSP_user_port (3429)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3430/$ "/$1/$2/Scott_Studios_Dispatch (3430)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3431/$ "/$1/$2/Active_License_Server_Port (3431)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3432/$ "/$1/$2/Secure_Device_Protocol (3432)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3433/$ "/$1/$2/Altaworks_Service_Management_Platform (3433)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3434/$ "/$1/$2/OpenCM_Server (3434)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3435/$ "/$1/$2/Pacom_Security_User_Port (3435)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3436/$ "/$1/$2/BurningWall_ConfigSrv (3436)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3437/$ "/$1/$2/Autocue_Directory_Service (3437)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3438/$ "/$1/$2/Spiralcraft_Admin (3438)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3439/$ "/$1/$2/HRI_Interface_Port (3439)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3440/$ "/$1/$2/Net_Steward_Mgmt_Console (3440)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3441/$ "/$1/$2/OC_Connect_Client (3441)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3442/$ "/$1/$2/OC_Connect_Server (3442)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3443/$ "/$1/$2/OpenView_Network_Node_Manager_WEB_Server (3443)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3444/$ "/$1/$2/Denali_Server (3444)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3445/$ "/$1/$2/Media_Object_Network (3445)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3446/$ "/$1/$2/3Com_FAX_RPC_port (3446)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3447/$ "/$1/$2/CompuDuo_DirectNet (3447)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3448/$ "/$1/$2/Discovery_and_Net_Config (3448)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3449/$ "/$1/$2/HotU_Chat (3449)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3450/$ "/$1/$2/CAStorProxy (3450)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3451/$ "/$1/$2/ASAM_Services (3451)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3452/$ "/$1/$2/SABP-Signalling_Protocol (3452)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3453/$ "/$1/$2/PSC_Update_Port (3453)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3454/$ "/$1/$2/Apple_Remote_Access_Protocol (3454)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3455/$ "/$1/$2/RSVP_Port (3455)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3456/$ "/$1/$2/VAT_default_data (3456)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3457/$ "/$1/$2/VAT_default_control (3457)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3458/$ "/$1/$2/D3WinOsfi (3458)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3459/$ "/$1/$2/Integral (3459)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3460/$ "/$1/$2/EDM_Manger (3460)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3461/$ "/$1/$2/EDM_Stager (3461)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3462/$ "/$1/$2/EDM_STD_Notify (3462)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3463/$ "/$1/$2/EDM_ADM_Notify (3463)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3464/$ "/$1/$2/EDM_MGR_Sync (3464)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3465/$ "/$1/$2/EDM_MGR_Cntrl (3465)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3466/$ "/$1/$2/WORKFLOW (3466)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3467/$ "/$1/$2/RCST (3467)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3468/$ "/$1/$2/TTCM_Remote_Controll (3468)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3469/$ "/$1/$2/Pluribus (3469)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3470/$ "/$1/$2/jt400 (3470)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3471/$ "/$1/$2/jt400-ssl (3471)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3472/$ "/$1/$2/JAUGS_N-G_Remotec_1 (3472)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3473/$ "/$1/$2/JAUGS_N-G_Remotec_2 (3473)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3474/$ "/$1/$2/TSP_Automation (3474)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3475/$ "/$1/$2/Genisar_Comm_Port (3475)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3476/$ "/$1/$2/NVIDIA_Mgmt_Protocol (3476)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3477/$ "/$1/$2/eComm_link_port (3477)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3478/$ "/$1/$2/STUN_Simple_Traversal_of_UDP_Through_NAT (3478)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3479/$ "/$1/$2/2Wire_RPC (3479)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3494/$ "/$1/$2/IBM_3494 (3494)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3495/$ "/$1/$2/securitylayer_over_tcp (3495)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3496/$ "/$1/$2/securitylayer_over_tls (3496)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3500/$ "/$1/$2/RTMP_Port (3500)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3501/$ "/$1/$2/iSoft-P2P (3501)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3502/$ "/$1/$2/Avocent_Install_Discovery (3502)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3503/$ "/$1/$2/MPLS_LSP-echo_Port (3503)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3504/$ "/$1/$2/IronStorm_game_server (3504)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3505/$ "/$1/$2/CCM_communications_port (3505)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3506/$ "/$1/$2/APC_Device_Status_Port (3506)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3507/$ "/$1/$2/Nesh_Broker_Port (3507)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3508/$ "/$1/$2/Interaction_Web (3508)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3535/$ "/$1/$2/MS-LA (3535)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3563/$ "/$1/$2/Watcom_Debug (3563)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3617/$ "/$1/$2/ATI_SHARP_Logic_Engine (3617)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3672/$ "/$1/$2/harlequinorb (3672)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3709/$ "/$1/$2/CA-IDMS_Server (3709)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3737/$ "/$1/$2/Sphidia_Game_Port (3737)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3802/$ "/$1/$2/VHD (3802)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3845/$ "/$1/$2/V-ONE_Single_Port_Proxy (3845)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3862/$ "/$1/$2/GIGA-POCKET (3862)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3875/$ "/$1/$2/PNBSCADA (3875)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3885/$ "/$1/$2/TopFlow_SSL (3885)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3900/$ "/$1/$2/Unidata_UDT_OS (3900)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3939/$ "/$1/$2/Anti-virus_Application_Management_Port (3939)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3984/$ "/$1/$2/MAPPER_network_node_manager (3984)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3985/$ "/$1/$2/MAPPER_TCP_IP_server (3985)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3986/$ "/$1/$2/MAPPER_workstation_server (3986)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/3987/$ "/$1/$2/Centerline (3987)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4000/$ "/$1/$2/Terabase (4000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4001/$ "/$1/$2/NewOak (4001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4002/$ "/$1/$2/pxc-spvr-ft (4002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4003/$ "/$1/$2/pxc-splr-ft (4003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4004/$ "/$1/$2/pxc-roid (4004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4005/$ "/$1/$2/pxc-pin (4005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4006/$ "/$1/$2/pxc-spvr (4006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4007/$ "/$1/$2/pxc-splr (4007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4008/$ "/$1/$2/NetCheque_accounting (4008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4009/$ "/$1/$2/Chimera_HWM (4009)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4010/$ "/$1/$2/Samsung_Unidex (4010)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4011/$ "/$1/$2/Alternate_Service_Boot (4011)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4012/$ "/$1/$2/PDA_Gate (4012)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4013/$ "/$1/$2/ACL_Manager (4013)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4014/$ "/$1/$2/TAICLOCK (4014)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4019/$ "/$1/$2/Talarian_Mcast (4019)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4020/$ "/$1/$2/TRAP_Port (4020)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4021/$ "/$1/$2/Nexus_Portal (4021)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4022/$ "/$1/$2/DNOX (4022)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4023/$ "/$1/$2/ESNM_Zoning_Port (4023)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4024/$ "/$1/$2/TNP1_User_Port (4024)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4025/$ "/$1/$2/Partition_Image_Port (4025)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4026/$ "/$1/$2/Graphical_Debug_Server (4026)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4027/$ "/$1/$2/bitxpress (4027)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4028/$ "/$1/$2/DTServer_Port (4028)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4029/$ "/$1/$2/IP_Q_signaling_protocol (4029)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4030/$ "/$1/$2/Accell_JSP_Daemon_Port (4030)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4031/$ "/$1/$2/UUCP_over_SSL (4031)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4032/$ "/$1/$2/VERITAS_Authorize_Server (4032)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4033/$ "/$1/$2/SANavigator_Peer_Port (4033)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4034/$ "/$1/$2/Ubiquinox_Daemon (4034)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4035/$ "/$1/$2/WAP_Push_OTA-HTTP_port (4035)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4036/$ "/$1/$2/WAP_Push_OTA-HTTP_secure (4036)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4040/$ "/$1/$2/Yo_net_main_service (4040)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4041/$ "/$1/$2/Rocketeer-Houston (4041)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4042/$ "/$1/$2/LDXP (4042)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4096/$ "/$1/$2/BRE_Bridge_Relay_Element (4096)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4097/$ "/$1/$2/Patrol_View (4097)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4098/$ "/$1/$2/drmsfsd (4098)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4099/$ "/$1/$2/DPCP (4099)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4132/$ "/$1/$2/NUTS_Daemon (4132)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4133/$ "/$1/$2/NUTS_Bootp_Server (4133)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4134/$ "/$1/$2/NIFTY-Serve_HMI_protocol (4134)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4141/$ "/$1/$2/Workflow_Server (4141)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4142/$ "/$1/$2/Document_Server (4142)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4143/$ "/$1/$2/Document_Replication (4143)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4144/$ "/$1/$2/Compuserve_unoffically (4144)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4145/$ "/$1/$2/VVR_Control (4145)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4199/$ "/$1/$2/EIMS_ADMIN (4199)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4299/$ "/$1/$2/VRML_Multi_User_Systems (4299)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4300/$ "/$1/$2/Corel_CCam (4300)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4343/$ "/$1/$2/UNICALL (4343)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4344/$ "/$1/$2/VinaInstall (4344)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4345/$ "/$1/$2/Macro_4_Network_AS (4345)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4346/$ "/$1/$2/ELAN_LM (4346)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4347/$ "/$1/$2/LAN_Surveyor (4347)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4348/$ "/$1/$2/ITOSE (4348)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4349/$ "/$1/$2/File_System_Port_Map (4349)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4350/$ "/$1/$2/Net_Device (4350)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4351/$ "/$1/$2/PLCY_Net_Services (4351)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4353/$ "/$1/$2/F5_iQuery (4353)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4354/$ "/$1/$2/QSNet_Transmitter (4354)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4355/$ "/$1/$2/QSNet_Workstation (4355)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4356/$ "/$1/$2/QSNet_Assistant (4356)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4357/$ "/$1/$2/QSNet_Conductor (4357)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4358/$ "/$1/$2/QSNet_Nucleus (4358)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4442/$ "/$1/$2/Saris (4442)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4443/$ "/$1/$2/Pharos (4443)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4444/$ "/$1/$2/KRB524 (4444)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4445/$ "/$1/$2/UPNOTIFYP (4445)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4446/$ "/$1/$2/N1-FWP (4446)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4447/$ "/$1/$2/N1-RMGMT (4447)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4448/$ "/$1/$2/ASC_Licence_Manager (4448)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4449/$ "/$1/$2/PrivateWire (4449)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4450/$ "/$1/$2/Camp (4450)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4451/$ "/$1/$2/CTI_System_Msg (4451)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4452/$ "/$1/$2/CTI_Program_Load (4452)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4453/$ "/$1/$2/NSS_Alert_Manager (4453)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4454/$ "/$1/$2/NSS_Agent_Manager (4454)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4455/$ "/$1/$2/PR_Chat_User (4455)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4456/$ "/$1/$2/PR_Chat_Server (4456)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4457/$ "/$1/$2/PR_Register (4457)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4545/$ "/$1/$2/WorldScores (4545)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4546/$ "/$1/$2/SF_License_Manager_Sentinel (4546)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4547/$ "/$1/$2/Lanner_License_Manager (4547)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4555/$ "/$1/$2/RSIP_Realm_Specific_IP (4555)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4559/$ "/$1/$2/HylaFAX (4559)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4567/$ "/$1/$2/TRAM (4567)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4568/$ "/$1/$2/BMC_Reporting (4568)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4600/$ "/$1/$2/Piranha1 (4600)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4601/$ "/$1/$2/Piranha2 (4601)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4660/$ "/$1/$2/smaclmgr (4660)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4661/$ "/$1/$2/Kar2ouche_Peer_location_service (4661)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4672/$ "/$1/$2/Remote_file_access_server (4672)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4752/$ "/$1/$2/Simple_Network_Audio_Protocol (4752)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4800/$ "/$1/$2/Icona_Instant_Messenging_System (4800)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4801/$ "/$1/$2/Icona_Web_Embedded_Chat (4801)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4802/$ "/$1/$2/Icona_License_System_Server (4802)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4827/$ "/$1/$2/HTCP_Hyper_Text_Caching_Protocol (4827)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4837/$ "/$1/$2/Varadero-0 (4837)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4838/$ "/$1/$2/Varadero-1 (4838)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4839/$ "/$1/$2/Varadero-2 (4839)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4868/$ "/$1/$2/Photon_Relay (4868)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4869/$ "/$1/$2/Photon_Relay_Debug (4869)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4885/$ "/$1/$2/ABBS (4885)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4894/$ "/$1/$2/LysKOM_Protocol_A (4894)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4983/$ "/$1/$2/AT_T_Intercom (4983)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4987/$ "/$1/$2/SMAR_Ethernet_Port_1 (4987)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/4988/$ "/$1/$2/SMAR_Ethernet_Port_2 (4988)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5000/$ "/$1/$2/commplex-main (5000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5001/$ "/$1/$2/commplex-link (5001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5002/$ "/$1/$2/radio_free_ethernet (5002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5003/$ "/$1/$2/FileMaker_Inc_-_Proprietary_transport_TCP (5003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5004/$ "/$1/$2/RTP_Real-Time_Protocol (5004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5005/$ "/$1/$2/RTCP_RTP_Control_Protocol (5005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5006/$ "/$1/$2/wsm_server (5006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5007/$ "/$1/$2/wsm_server_ssl (5007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5008/$ "/$1/$2/Synapsis_EDGE (5008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5010/$ "/$1/$2/TelepathStart (5010)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5011/$ "/$1/$2/TelepathAttack (5011)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5020/$ "/$1/$2/zenginkyo-1 (5020)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5021/$ "/$1/$2/zenginkyo-2 (5021)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5022/$ "/$1/$2/mice_server (5022)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5023/$ "/$1/$2/Htuil_Server_for_PLD2 (5023)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5042/$ "/$1/$2/asnaacceler8db (5042)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5050/$ "/$1/$2/Multimedia_conference_control_tool (5050)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5051/$ "/$1/$2/ITA_Agent (5051)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5052/$ "/$1/$2/ITA_Manager (5052)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5055/$ "/$1/$2/UNOT (5055)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5056/$ "/$1/$2/Intecom_PS_1 (5056)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5057/$ "/$1/$2/Intecom_PS_2 (5057)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5060/$ "/$1/$2/SIP_Session_Initiation_Protocol (5060)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5061/$ "/$1/$2/SIP-TLS (5061)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5066/$ "/$1/$2/STANAG-5066-SUBNET-INTF (5066)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5069/$ "/$1/$2/I_Net_2000-NPR (5069)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5071/$ "/$1/$2/PowerSchool (5071)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5081/$ "/$1/$2/SDL_-_Ent_Trans_Server (5081)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5093/$ "/$1/$2/Sentinel_LM (5093)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5099/$ "/$1/$2/SentLM_Srv2Srv (5099)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5101/$ "/$1/$2/Talarian_TCP (5101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5145/$ "/$1/$2/rmonitor_secure (5145)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5150/$ "/$1/$2/ATMP_Ascend_Tunnel_Management_Protocol (5150)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5151/$ "/$1/$2/ESRI_SDE_Instance (5151)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5152/$ "/$1/$2/ESRI_SDE_Instance_Discovery (5152)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5165/$ "/$1/$2/ife_1corp (5165)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5200/$ "/$1/$2/TARGUS_GetData (5200)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5201/$ "/$1/$2/TARGUS_GetData_1 (5201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5202/$ "/$1/$2/TARGUS_GetData_2 (5202)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5203/$ "/$1/$2/TARGUS_GetData_3 (5203)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5225/$ "/$1/$2/HP_Server (5225)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5226/$ "/$1/$2/HP_Status (5226)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5236/$ "/$1/$2/padl2sim (5236)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5250/$ "/$1/$2/iGateway (5250)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5269/$ "/$1/$2/Jabber_server (5269)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5272/$ "/$1/$2/PK (5272)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5300/$ "/$1/$2/HA_cluster_heartbeat (5300)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5301/$ "/$1/$2/HA_cluster_general_services (5301)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5302/$ "/$1/$2/HA_cluster_configuration (5302)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5303/$ "/$1/$2/HA_cluster_probing (5303)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5304/$ "/$1/$2/HA_Cluster_Commands (5304)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5305/$ "/$1/$2/HA_Cluster_Test (5305)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5306/$ "/$1/$2/Sun_MC_Group (5306)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5307/$ "/$1/$2/SCO_AIP (5307)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5308/$ "/$1/$2/CFengine (5308)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5309/$ "/$1/$2/J_Printer (5309)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5310/$ "/$1/$2/Outlaws (5310)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5311/$ "/$1/$2/TM_Login (5311)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5314/$ "/$1/$2/opalis-rbt-ipc (5314)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5315/$ "/$1/$2/HA_Cluster_UDP_Polling (5315)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5400/$ "/$1/$2/Excerpt_Search (5400)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5401/$ "/$1/$2/Excerpt_Search_Secure (5401)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5402/$ "/$1/$2/MFTP (5402)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5403/$ "/$1/$2/HPOMS-CI-LSTN (5403)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5404/$ "/$1/$2/HPOMS-DPS-LSTN (5404)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5405/$ "/$1/$2/NetSupport (5405)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5406/$ "/$1/$2/Systemics_Sox (5406)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5407/$ "/$1/$2/Foresyte-Clear (5407)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5408/$ "/$1/$2/Foresyte-Sec (5408)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5409/$ "/$1/$2/Salient_Data_Server (5409)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5410/$ "/$1/$2/Salient_User_Manager (5410)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5411/$ "/$1/$2/ActNet (5411)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5412/$ "/$1/$2/Continuus (5412)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5413/$ "/$1/$2/WWIOTALK (5413)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5414/$ "/$1/$2/StatusD (5414)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5415/$ "/$1/$2/NS_Server (5415)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5416/$ "/$1/$2/SNS_Gateway (5416)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5417/$ "/$1/$2/SNS_Agent (5417)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5418/$ "/$1/$2/MCNTP (5418)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5419/$ "/$1/$2/DJ-ICE (5419)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5420/$ "/$1/$2/Cylink-C (5420)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5421/$ "/$1/$2/Net_Support_2 (5421)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5422/$ "/$1/$2/Salient_MUX (5422)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5423/$ "/$1/$2/VIRTUALUSER (5423)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5426/$ "/$1/$2/DEVBASIC (5426)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5427/$ "/$1/$2/SCO-PEER-TTA (5427)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5428/$ "/$1/$2/TELACONSOLE (5428)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5429/$ "/$1/$2/Billing_and_Accounting_System_Exchange (5429)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5430/$ "/$1/$2/RADEC_CORP (5430)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5431/$ "/$1/$2/PARK_AGENT (5431)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5435/$ "/$1/$2/DTTL_Data_Tunneling_Transceiver_Linking (5435)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5454/$ "/$1/$2/apc-tcp-udp-4 (5454)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5455/$ "/$1/$2/apc-tcp-udp-5 (5455)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5456/$ "/$1/$2/apc-tcp-udp-6 (5456)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5461/$ "/$1/$2/SILKMETER (5461)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5462/$ "/$1/$2/TTL_Publisher (5462)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5465/$ "/$1/$2/NETOPS-BROKER (5465)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5500/$ "/$1/$2/fcp-addr-srvr1 (5500)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5501/$ "/$1/$2/fcp-addr-srvr2 (5501)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5502/$ "/$1/$2/fcp-srvr-inst1 (5502)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5503/$ "/$1/$2/fcp-srvr-inst2 (5503)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5504/$ "/$1/$2/fcp-cics-gw1 (5504)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5554/$ "/$1/$2/SGI_ESP_HTTP (5554)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5555/$ "/$1/$2/Personal_Agent (5555)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5566/$ "/$1/$2/UDPPlus (5566)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5599/$ "/$1/$2/Enterprise_Security_Remote_Install (5599)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5600/$ "/$1/$2/Enterprise_Security_Manager (5600)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5601/$ "/$1/$2/Enterprise_Security_Agent (5601)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5602/$ "/$1/$2/A1-MSC (5602)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5603/$ "/$1/$2/A1-BS (5603)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5604/$ "/$1/$2/A3-SDUNode (5604)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5605/$ "/$1/$2/A4-SDUNode (5605)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5673/$ "/$1/$2/JACL_Message_Server (5673)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5674/$ "/$1/$2/HyperSCSI_Port (5674)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5675/$ "/$1/$2/V5UA_application_port (5675)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5676/$ "/$1/$2/RA_Administration (5676)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5677/$ "/$1/$2/Quest_Central_DB2_Launchr (5677)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5678/$ "/$1/$2/Remote_Replication_Agent_Connection (5678)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5679/$ "/$1/$2/Direct_Cable_Connect_Manager (5679)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5713/$ "/$1/$2/proshare_conf_audio (5713)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5714/$ "/$1/$2/proshare_conf_video (5714)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5715/$ "/$1/$2/proshare_conf_data (5715)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5716/$ "/$1/$2/proshare_conf_request (5716)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5717/$ "/$1/$2/proshare_conf_notify (5717)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5729/$ "/$1/$2/Openmail_User_Agent_Layer (5729)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5730/$ "/$1/$2/Steltor_s_calendar_access (5730)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5741/$ "/$1/$2/IDA_Discover_Port_1 (5741)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5742/$ "/$1/$2/IDA_Discover_Port_2 (5742)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5745/$ "/$1/$2/fcopy-server (5745)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5746/$ "/$1/$2/fcopys-server (5746)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5755/$ "/$1/$2/OpenMail_Desk_Gateway_server (5755)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5757/$ "/$1/$2/OpenMail_X_500_Directory_Server (5757)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5766/$ "/$1/$2/OpenMail_NewMail_Server (5766)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5767/$ "/$1/$2/OpenMail_Suer_Agent_Layer_Secure (5767)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5768/$ "/$1/$2/OpenMail_CMTS_Server (5768)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5771/$ "/$1/$2/NetAgent (5771)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5813/$ "/$1/$2/ICMPD (5813)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5859/$ "/$1/$2/WHEREHOO (5859)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5968/$ "/$1/$2/mppolicy-v5 (5968)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5969/$ "/$1/$2/mppolicy-mgr (5969)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5987/$ "/$1/$2/WBEM_RMI (5987)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5988/$ "/$1/$2/WBEM_HTTP (5988)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5989/$ "/$1/$2/WBEM_HTTPS (5989)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5990/$ "/$1/$2/HP_WBEM_Local_Connection (5990)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5991/$ "/$1/$2/NUXSL (5991)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/5999/$ "/$1/$2/CVSup (5999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6063/$ "/$1/$2/X_Window_System (6063)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6064/$ "/$1/$2/NDL-AHP-SVC (6064)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6065/$ "/$1/$2/WinPharaoh (6065)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6066/$ "/$1/$2/EWCTSP (6066)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6067/$ "/$1/$2/SRB (6067)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6068/$ "/$1/$2/GSMP_General_Switch_Management_Protocol (6068)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6069/$ "/$1/$2/TRIP_Telephone_Routing_over_IP (6069)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6070/$ "/$1/$2/Messageasap (6070)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6071/$ "/$1/$2/SSDTP (6071)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6072/$ "/$1/$2/DIAGNOSE-PROC (6072)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6100/$ "/$1/$2/SynchroNet-db (6100)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6101/$ "/$1/$2/SynchroNet-rtc (6101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6102/$ "/$1/$2/SynchroNet-upd (6102)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6103/$ "/$1/$2/RETS (6103)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6104/$ "/$1/$2/DBDB (6104)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6105/$ "/$1/$2/Prima_Server (6105)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6106/$ "/$1/$2/MPS_Server (6106)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6107/$ "/$1/$2/ETC_Control (6107)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6108/$ "/$1/$2/Sercomm-SCAdmin (6108)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6109/$ "/$1/$2/GLOBECAST-ID (6109)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6110/$ "/$1/$2/HP_SoftBench_CM (6110)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6111/$ "/$1/$2/HP_SoftBench_Sub-Process_Control (6111)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6112/$ "/$1/$2/dtspcd (6112)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6141/$ "/$1/$2/Meta_Corporation_License_Manager (6141)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6142/$ "/$1/$2/Aspen_Technology_License_Manager (6142)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6143/$ "/$1/$2/Watershed_License_Manager (6143)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6144/$ "/$1/$2/StatSci_License_Manager_-_1 (6144)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6145/$ "/$1/$2/StatSci_License_Manager_-_2 (6145)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6146/$ "/$1/$2/Lone_Wolf_Systems_License_Manager (6146)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6147/$ "/$1/$2/Montage_License_Manager (6147)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6148/$ "/$1/$2/Ricardo_North_America_License_Manager (6148)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6149/$ "/$1/$2/tal-pod (6149)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6253/$ "/$1/$2/CRIP (6253)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6300/$ "/$1/$2/BMC_GRX (6300)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6321/$ "/$1/$2/Empress_Software_Connectivity_Server_1 (6321)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6322/$ "/$1/$2/Empress_Software_Connectivity_Server_2 (6322)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6389/$ "/$1/$2/clariion-evr01 (6389)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6400/$ "/$1/$2/info-aps (6400)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6401/$ "/$1/$2/info-was (6401)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6402/$ "/$1/$2/info-eventsvr (6402)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6403/$ "/$1/$2/info-cachesvr (6403)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6404/$ "/$1/$2/info-filesvr (6404)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6405/$ "/$1/$2/info-pagesvr (6405)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6406/$ "/$1/$2/info-processvr (6406)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6407/$ "/$1/$2/reserved1 (6407)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6408/$ "/$1/$2/reserved2 (6408)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6409/$ "/$1/$2/reserved3 (6409)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6410/$ "/$1/$2/reserved4 (6410)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6455/$ "/$1/$2/SKIP_Certificate_Receive (6455)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6456/$ "/$1/$2/SKIP_Certificate_Send (6456)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6471/$ "/$1/$2/LVision_License_Manager (6471)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6500/$ "/$1/$2/BoKS_Master (6500)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6501/$ "/$1/$2/BoKS_Servc (6501)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6502/$ "/$1/$2/BoKS_Servm (6502)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6503/$ "/$1/$2/BoKS_Clntd (6503)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6505/$ "/$1/$2/BoKS_Admin_Private_Port (6505)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6506/$ "/$1/$2/BoKS_Admin_Public_Port (6506)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6507/$ "/$1/$2/BoKS_Dir_Server_Private_Port (6507)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6508/$ "/$1/$2/BoKS_Dir_Server_Public_Port (6508)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6547/$ "/$1/$2/apc-tcp-udp-1 (6547)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6548/$ "/$1/$2/apc-tcp-udp-2 (6548)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6549/$ "/$1/$2/apc-tcp-udp-3 (6549)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6550/$ "/$1/$2/fg-sysupdate (6550)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6558/$ "/$1/$2/xdsxdm (6558)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6580/$ "/$1/$2/Parsec_Masterserver (6580)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6581/$ "/$1/$2/Parsec_Peer-to-Peer (6581)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6582/$ "/$1/$2/Parsec_Gameserver (6582)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6669/$ "/$1/$2/IRCU (6669)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6670/$ "/$1/$2/Vocaltec_Global_Online_Directory (6670)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6672/$ "/$1/$2/vision_server (6672)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6673/$ "/$1/$2/vision_elmd (6673)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6701/$ "/$1/$2/KTI_ICAD_Nameserver (6701)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6714/$ "/$1/$2/Internet_Backplane_Protocol (6714)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6767/$ "/$1/$2/BMC_PERFORM_AGENT (6767)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6768/$ "/$1/$2/BMC_PERFORM_MGRD (6768)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6790/$ "/$1/$2/HNMP (6790)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6831/$ "/$1/$2/ambit-lm (6831)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6841/$ "/$1/$2/Netmo_Default (6841)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6842/$ "/$1/$2/Netmo_HTTP (6842)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6850/$ "/$1/$2/ICCRUSHMORE (6850)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6888/$ "/$1/$2/MUSE (6888)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6961/$ "/$1/$2/JMACT3 (6961)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6962/$ "/$1/$2/jmevt2 (6962)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6963/$ "/$1/$2/swismgr1 (6963)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6964/$ "/$1/$2/swismgr2 (6964)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6965/$ "/$1/$2/swistrap (6965)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6966/$ "/$1/$2/swispol (6966)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6969/$ "/$1/$2/acmsoda (6969)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6998/$ "/$1/$2/IATP-highPri (6998)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/6999/$ "/$1/$2/IATP-normalPri (6999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7000/$ "/$1/$2/file_server_itself (7000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7001/$ "/$1/$2/callbacks_to_cache_managers (7001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7002/$ "/$1/$2/users_groups_database (7002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7003/$ "/$1/$2/volume_location_database (7003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7005/$ "/$1/$2/volume_managment_server (7005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7006/$ "/$1/$2/error_interpretation_service (7006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7007/$ "/$1/$2/basic_overseer_process (7007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7008/$ "/$1/$2/server-to-server_updater (7008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7009/$ "/$1/$2/remote_cache_manager_service (7009)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7010/$ "/$1/$2/onlinet_uninterruptable_power_supplies (7010)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7011/$ "/$1/$2/Talon_Discovery_Port (7011)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7012/$ "/$1/$2/Talon_Engine (7012)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7013/$ "/$1/$2/Microtalon_Discovery (7013)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7014/$ "/$1/$2/Microtalon_Communications (7014)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7015/$ "/$1/$2/Talon_Webserver (7015)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7020/$ "/$1/$2/DP_Serve (7020)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7021/$ "/$1/$2/DP_Serve_Admin (7021)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7070/$ "/$1/$2/ARCP (7070)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7099/$ "/$1/$2/lazy-ptop (7099)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7100/$ "/$1/$2/X_Font_Service (7100)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7121/$ "/$1/$2/Virtual_Prototypes_License_Manager (7121)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7174/$ "/$1/$2/Clutild (7174)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7200/$ "/$1/$2/FODMS_FLIP (7200)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7201/$ "/$1/$2/DLIP (7201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7280/$ "/$1/$2/ITACTIONSERVER_1 (7280)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7281/$ "/$1/$2/ITACTIONSERVER_2 (7281)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7390/$ "/$1/$2/The_Swiss_Exchange (7390)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7391/$ "/$1/$2/mind-file_system_server (7391)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7392/$ "/$1/$2/mrss-rendezvous_server (7392)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7395/$ "/$1/$2/winqedit (7395)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7426/$ "/$1/$2/OpenView_DM_Postmaster_Manager (7426)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7427/$ "/$1/$2/OpenView_DM_Event_Agent_Manager (7427)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7428/$ "/$1/$2/OpenView_DM_Log_Agent_Manager (7428)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7429/$ "/$1/$2/OpenView_DM_rqt_communication (7429)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7430/$ "/$1/$2/OpenView_DM_xmpv7_api_pipe (7430)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7431/$ "/$1/$2/OpenView_DM_ovc_xmpv3_api_pipe (7431)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7437/$ "/$1/$2/Faximum (7437)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7491/$ "/$1/$2/telops-lmd (7491)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7511/$ "/$1/$2/pafec-lm (7511)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7544/$ "/$1/$2/FlowAnalyzer_DisplayServer (7544)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7545/$ "/$1/$2/FlowAnalyzer_UtilityServer (7545)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7566/$ "/$1/$2/VSI_Omega (7566)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7570/$ "/$1/$2/Aries_Kfinder (7570)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7588/$ "/$1/$2/Sun_License_Manager (7588)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7633/$ "/$1/$2/PMDF_Management (7633)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7777/$ "/$1/$2/cbt (7777)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7778/$ "/$1/$2/Interwise (7778)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7779/$ "/$1/$2/VSTAT (7779)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7781/$ "/$1/$2/accu-lmgr (7781)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7786/$ "/$1/$2/MINIVEND (7786)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7913/$ "/$1/$2/QuickObjects_secure_port (7913)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7932/$ "/$1/$2/Tier_2_Data_Resource_Manager (7932)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7933/$ "/$1/$2/Tier_2_Business_Rules_Manager (7933)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7967/$ "/$1/$2/Supercell (7967)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7979/$ "/$1/$2/Micromuse-ncps (7979)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7980/$ "/$1/$2/Quest_Vista (7980)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/7999/$ "/$1/$2/iRDMI2 (7999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8000/$ "/$1/$2/iRDMI (8000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8001/$ "/$1/$2/VCOM_Tunnel (8001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8002/$ "/$1/$2/Teradata_ORDBMS (8002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8008/$ "/$1/$2/HTTP_alternate (8008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8022/$ "/$1/$2/oa-system (8022)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8032/$ "/$1/$2/ProEd (8032)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8033/$ "/$1/$2/MindPrint (8033)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8080/$ "/$1/$2/HTTP_alternate (8080)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8100/$ "/$1/$2/Xprint_Server (8100)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8116/$ "/$1/$2/Check_Point_Clustering (8116)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8130/$ "/$1/$2/INDIGO-VRMI (8130)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8131/$ "/$1/$2/INDIGO-VBCP (8131)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8132/$ "/$1/$2/dbabble (8132)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8160/$ "/$1/$2/Patrol (8160)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8161/$ "/$1/$2/Patrol_SNMP (8161)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8201/$ "/$1/$2/TRIVNET (8201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8204/$ "/$1/$2/LM_Perfworks (8204)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8205/$ "/$1/$2/LM_Instmgr (8205)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8206/$ "/$1/$2/LM_Dta (8206)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8207/$ "/$1/$2/LM_SServer (8207)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8208/$ "/$1/$2/LM_Webwatcher (8208)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8351/$ "/$1/$2/Server_Find (8351)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8376/$ "/$1/$2/Cruise_ENUM (8376)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8377/$ "/$1/$2/Cruise_SWROUTE (8377)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8378/$ "/$1/$2/Cruise_CONFIG (8378)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8379/$ "/$1/$2/Cruise_DIAGS (8379)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8380/$ "/$1/$2/Cruise_UPDATE (8380)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8400/$ "/$1/$2/cvd (8400)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8401/$ "/$1/$2/sabarsd (8401)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8402/$ "/$1/$2/abarsd (8402)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8403/$ "/$1/$2/admind (8403)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8450/$ "/$1/$2/npmp (8450)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8473/$ "/$1/$2/Vitual_Point_to_Point (8473)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8554/$ "/$1/$2/RTSP_Alternate_see_port_554 (8554)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8733/$ "/$1/$2/iBus (8733)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8763/$ "/$1/$2/MC-APPSERVER (8763)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8764/$ "/$1/$2/OPENQUEUE (8764)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8765/$ "/$1/$2/Ultraseek_HTTP (8765)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8804/$ "/$1/$2/truecm (8804)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8880/$ "/$1/$2/CDDBP (8880)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8888/$ "/$1/$2/NewsEDGE_server_TCP_TCP_1 (8888)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8889/$ "/$1/$2/Desktop_Data_TCP_1_TCP (8889)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8890/$ "/$1/$2/Desktop_Data_TCP_2 (8890)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8891/$ "/$1/$2/Desktop_Data_TCP_3_NESS_application (8891)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8892/$ "/$1/$2/Desktop_Data_TCP_4_FARM_product (8892)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8893/$ "/$1/$2/Desktop_Data_TCP_5_NewsEDGE_Web_application (8893)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8894/$ "/$1/$2/Desktop_Data_TCP_6_COAL_application (8894)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8900/$ "/$1/$2/JMB-CDS_1 (8900)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8901/$ "/$1/$2/JMB-CDS_2 (8901)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8954/$ "/$1/$2/Cumulus_Admin_Port (8954)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/8999/$ "/$1/$2/Brodos_Crypto_Trade_Protocol (8999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9000/$ "/$1/$2/CSlistener (9000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9001/$ "/$1/$2/ETL_Service_Manager (9001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9002/$ "/$1/$2/DynamID_authentication (9002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9020/$ "/$1/$2/TAMBORA (9020)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9021/$ "/$1/$2/Pangolin_Identification (9021)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9022/$ "/$1/$2/PrivateArk_Remote_Agent (9022)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9023/$ "/$1/$2/Secure_Web_Access_-_1 (9023)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9024/$ "/$1/$2/Secure_Web_Access_-_2 (9024)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9025/$ "/$1/$2/Secure_Web_Access_-_3 (9025)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9026/$ "/$1/$2/Secure_Web_Access_-_4 (9026)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9090/$ "/$1/$2/WebSM (9090)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9091/$ "/$1/$2/xmltec-xmlmail (9091)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9101/$ "/$1/$2/Bacula_Director (9101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9102/$ "/$1/$2/Bacula_File_Daemon (9102)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9103/$ "/$1/$2/Bacula_Storage_Daemon (9103)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9160/$ "/$1/$2/NetLOCK1 (9160)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9161/$ "/$1/$2/NetLOCK2 (9161)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9162/$ "/$1/$2/NetLOCK3 (9162)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9163/$ "/$1/$2/NetLOCK4 (9163)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9164/$ "/$1/$2/NetLOCK5 (9164)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9200/$ "/$1/$2/WAP_connectionless_session_service (9200)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9201/$ "/$1/$2/WAP_session_service (9201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9202/$ "/$1/$2/WAP_secure_connectionless_session_service (9202)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9203/$ "/$1/$2/WAP_secure_session_service (9203)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9204/$ "/$1/$2/WAP_vCard (9204)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9205/$ "/$1/$2/WAP_vCal (9205)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9206/$ "/$1/$2/WAP_vCard_Secure (9206)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9207/$ "/$1/$2/WAP_vCal_Secure (9207)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9217/$ "/$1/$2/FSC_Communication_Port (9217)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9281/$ "/$1/$2/SofaWare_transport_port_1 (9281)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9282/$ "/$1/$2/SofaWare_transport_port_2 (9282)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9283/$ "/$1/$2/CallWaveIAM (9283)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9284/$ "/$1/$2/VERITAS_Information_Serve (9284)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9285/$ "/$1/$2/N2H2_Filter_Service_Port (9285)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9287/$ "/$1/$2/Cumulus (9287)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9292/$ "/$1/$2/ArmTech_Daemon (9292)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9321/$ "/$1/$2/guibase (9321)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9343/$ "/$1/$2/MpIdcMgr (9343)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9344/$ "/$1/$2/Mphlpdmc (9344)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9346/$ "/$1/$2/C_Tech_Licensing (9346)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9374/$ "/$1/$2/fjdmimgr (9374)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9396/$ "/$1/$2/fjinvmgr (9396)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9397/$ "/$1/$2/MpIdcAgt (9397)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9500/$ "/$1/$2/ismserver (9500)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9535/$ "/$1/$2/mngsuite (9535)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9594/$ "/$1/$2/Message_System (9594)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9595/$ "/$1/$2/Ping_Discovery_Service (9595)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9600/$ "/$1/$2/MICROMUSE-NCPW (9600)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9612/$ "/$1/$2/StreamComm_User_Directory (9612)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9747/$ "/$1/$2/L5NAS_Parallel_Channel (9747)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9753/$ "/$1/$2/rasadv (9753)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9800/$ "/$1/$2/WebDav_Source_Port (9800)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9801/$ "/$1/$2/Sakura_Script_Transfer_Protocol-2 (9801)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9875/$ "/$1/$2/SAP_Session_Announcement_Protocol (9875)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9876/$ "/$1/$2/Session_Director (9876)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9888/$ "/$1/$2/CYBORG_Systems (9888)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9898/$ "/$1/$2/MonkeyCom (9898)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9899/$ "/$1/$2/SCTP_TUNNELING (9899)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9900/$ "/$1/$2/IUA_ISDN_Q_921-User_Adaptation (9900)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9909/$ "/$1/$2/domaintime (9909)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9950/$ "/$1/$2/APCPCPLUSWIN1 (9950)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9951/$ "/$1/$2/APCPCPLUSWIN2 (9951)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9952/$ "/$1/$2/APCPCPLUSWIN3 (9952)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9992/$ "/$1/$2/OnLive-1 (9992)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9993/$ "/$1/$2/OnLive-2 (9993)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9994/$ "/$1/$2/OnLive-3 (9994)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9995/$ "/$1/$2/Palace-4 (9995)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9996/$ "/$1/$2/Palace-5 (9996)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9997/$ "/$1/$2/Palace-6 (9997)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9998/$ "/$1/$2/Distinct32 (9998)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/9999/$ "/$1/$2/distinct (9999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10000/$ "/$1/$2/NDMP_Network_Data_Management_Protocol (10000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10007/$ "/$1/$2/MVS_Capacity (10007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10080/$ "/$1/$2/Amanda (10080)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10101/$ "/$1/$2/eZproxy (10101)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10102/$ "/$1/$2/eZmeeting (10102)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10103/$ "/$1/$2/eZrelay (10103)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10113/$ "/$1/$2/NetIQ_Endpoint (10113)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10114/$ "/$1/$2/NetIQ_Qcheck (10114)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10115/$ "/$1/$2/NetIQ_Endpoint (10115)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10116/$ "/$1/$2/NetIQ_VoIP_Assessor (10116)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10128/$ "/$1/$2/BMC-PERFORM-SERVICE_DAEMON (10128)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10260/$ "/$1/$2/Axis_WIMP_Port (10260)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/10288/$ "/$1/$2/Blocks (10288)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11000/$ "/$1/$2/IRISA (11000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11001/$ "/$1/$2/Metasys (11001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11111/$ "/$1/$2/Viral_Computing_Environment (11111)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11201/$ "/$1/$2/smsqp (11201)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11319/$ "/$1/$2/IMIP (11319)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11367/$ "/$1/$2/ATM_UHAS (11367)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/11720/$ "/$1/$2/h323_Call_Signal_Alternate (11720)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12000/$ "/$1/$2/IBM_Enterprise_Extender_SNA_XID_Exchange (12000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12001/$ "/$1/$2/IBM_Enterprise_Extender_SNA_COS_Network_Priority (12001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12002/$ "/$1/$2/IBM_Enterprise_Extender_SNA_COS_High_Priority (12002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12003/$ "/$1/$2/IBM_Enterprise_Extender_SNA_COS_Medium_Priority (12003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12004/$ "/$1/$2/IBM_Enterprise_Extender_SNA_COS_Low_Priority (12004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12172/$ "/$1/$2/HiveP (12172)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/12753/$ "/$1/$2/tsaf_port (12753)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13160/$ "/$1/$2/I-ZIPQD (13160)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13223/$ "/$1/$2/PowWow_Client (13223)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13224/$ "/$1/$2/PowWow_Server (13224)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13720/$ "/$1/$2/BPRD_Protocol_VERITAS_NetBackup (13720)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13721/$ "/$1/$2/BPBRM_Protocol_VERITAS_NetBackup (13721)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13722/$ "/$1/$2/BP_Java_MSVC_Protocol (13722)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13724/$ "/$1/$2/Veritas_Network_Utility (13724)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13782/$ "/$1/$2/VERITAS_NetBackup (13782)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13783/$ "/$1/$2/VOPIED_Protocol (13783)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13818/$ "/$1/$2/DSMCC_Config (13818)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13819/$ "/$1/$2/DSMCC_Session_Messages (13819)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13820/$ "/$1/$2/DSMCC_Pass-Thru_Messages (13820)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13821/$ "/$1/$2/DSMCC_Download_Protocol (13821)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/13822/$ "/$1/$2/DSMCC_Channel_Change_Protocol (13822)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14001/$ "/$1/$2/SUA_sctp_tcp (14001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14033/$ "/$1/$2/sage_Best_Config_Server_1 (14033)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14034/$ "/$1/$2/sage_Best_Config_Server_2 (14034)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14141/$ "/$1/$2/VCS_Application (14141)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14145/$ "/$1/$2/GCM_Application (14145)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14149/$ "/$1/$2/Veritas_Traffic_Director (14149)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14936/$ "/$1/$2/hde-lcesrvr-1 (14936)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/14937/$ "/$1/$2/hde-lcesrvr-2 (14937)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/15000/$ "/$1/$2/Hypack_Data_Aquisition (15000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/15345/$ "/$1/$2/XPilot_Contact_Port (15345)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/16360/$ "/$1/$2/netserialext1 (16360)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/16361/$ "/$1/$2/netserialext2 (16361)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/16367/$ "/$1/$2/netserialext3 (16367)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/16368/$ "/$1/$2/netserialext4 (16368)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/16385/$ "/$1/$2/SmartBits (16385)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/16991/$ "/$1/$2/INTEL-RCI-MP (16991)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/17007/$ "/$1/$2/isode-dua (17007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/17185/$ "/$1/$2/Sounds_Virtual (17185)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/17219/$ "/$1/$2/Chipper (17219)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18000/$ "/$1/$2/Beckman_Instruments_Inc (18000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18181/$ "/$1/$2/OPSEC_CVP (18181)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18182/$ "/$1/$2/OPSEC_UFP (18182)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18183/$ "/$1/$2/OPSEC_SAM (18183)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18184/$ "/$1/$2/OPSEC_LEA (18184)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18185/$ "/$1/$2/OPSEC_OMI (18185)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18187/$ "/$1/$2/OPSEC_ELA (18187)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18463/$ "/$1/$2/AC_Cluster (18463)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/18888/$ "/$1/$2/APCNECMP (18888)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19191/$ "/$1/$2/opsec-uaa (19191)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19283/$ "/$1/$2/Key_Server_for_SASSAFRAS (19283)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19315/$ "/$1/$2/Key_Shadow_for_SASSAFRAS (19315)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19398/$ "/$1/$2/mtrgtrans (19398)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19410/$ "/$1/$2/hp-sco (19410)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19411/$ "/$1/$2/hp-sca (19411)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19412/$ "/$1/$2/HP-SESSMON (19412)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/19541/$ "/$1/$2/JCP_Client (19541)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/20000/$ "/$1/$2/DNP (20000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/20222/$ "/$1/$2/iPulse-ICS (20222)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/20670/$ "/$1/$2/Track (20670)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/20999/$ "/$1/$2/At_Hand_MMP (20999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/21590/$ "/$1/$2/VoFR_Gateway (21590)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/21845/$ "/$1/$2/webphone (21845)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/21846/$ "/$1/$2/NetSpeak_Corp_Directory_Services (21846)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/21847/$ "/$1/$2/NetSpeak_Corp_Connection_Services (21847)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/21848/$ "/$1/$2/NetSpeak_Corp_Automatic_Call_Distribution (21848)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/21849/$ "/$1/$2/NetSpeak_Corp_Credit_Processing_System (21849)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/22000/$ "/$1/$2/SNAPenetIO (22000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/22001/$ "/$1/$2/OptoControl (22001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/22273/$ "/$1/$2/wnn6 (22273)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/22555/$ "/$1/$2/Vocaltec_Web_Conference_TCP (22555)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/22800/$ "/$1/$2/Telerate_Information_Platform_LAN (22800)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/22951/$ "/$1/$2/Telerate_Information_Platform_WAN (22951)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24000/$ "/$1/$2/med-ltp (24000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24001/$ "/$1/$2/med-fsp-rx (24001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24002/$ "/$1/$2/med-fsp-tx (24002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24003/$ "/$1/$2/med-supp (24003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24004/$ "/$1/$2/med-ovw (24004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24005/$ "/$1/$2/med-ci (24005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24006/$ "/$1/$2/med-net-svc (24006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24242/$ "/$1/$2/fileSphere (24242)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24249/$ "/$1/$2/Vista_4GL (24249)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24386/$ "/$1/$2/Intel_RCI (24386)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24554/$ "/$1/$2/BINKP (24554)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/24677/$ "/$1/$2/FlashFiler (24677)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25000/$ "/$1/$2/icl-twobase1 (25000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25001/$ "/$1/$2/icl-twobase2 (25001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25002/$ "/$1/$2/icl-twobase3 (25002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25003/$ "/$1/$2/icl-twobase4 (25003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25004/$ "/$1/$2/icl-twobase5 (25004)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25005/$ "/$1/$2/icl-twobase6 (25005)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25006/$ "/$1/$2/icl-twobase7 (25006)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25007/$ "/$1/$2/icl-twobase8 (25007)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25008/$ "/$1/$2/icl-twobase9 (25008)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25009/$ "/$1/$2/icl-twobase10 (25009)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25793/$ "/$1/$2/Vocaltec_Address_Server (25793)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25901/$ "/$1/$2/NIObserver (25901)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/25903/$ "/$1/$2/NIProbe (25903)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/26000/$ "/$1/$2/quake (26000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/26208/$ "/$1/$2/wnn6-ds (26208)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/26262/$ "/$1/$2/K3_Software-Server (26262)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/26263/$ "/$1/$2/K3_Software-Client (26263)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/26264/$ "/$1/$2/Gserver (26264)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/27009/$ "/$1/$2/FLEX_LM_1-10 (27009)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/27345/$ "/$1/$2/ImagePump (27345)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/27999/$ "/$1/$2/TW_Authentication_Key_Distribution_and_Attribute_Certificate (27999)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/30001/$ "/$1/$2/Pago_Services_1 (30001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/30002/$ "/$1/$2/Pago_Services_2 (30002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/32768/$ "/$1/$2/Filenet_TMS (32768)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/32769/$ "/$1/$2/Filenet_RPC (32769)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/32770/$ "/$1/$2/Filenet_NCH (32770)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/33434/$ "/$1/$2/traceroute_use (33434)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/36865/$ "/$1/$2/KastenX_Pipe (36865)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/37475/$ "/$1/$2/science_computing_s_Venus_Administration_Port (37475)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/40841/$ "/$1/$2/CSCP (40841)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/40842/$ "/$1/$2/CSCCREDIR (40842)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/40843/$ "/$1/$2/CSCCFIREWALL (40843)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/41111/$ "/$1/$2/Foursticks_QoS_Protocol (41111)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/43188/$ "/$1/$2/REACHOUT (43188)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/43189/$ "/$1/$2/NDM-AGENT-PORT (43189)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/43190/$ "/$1/$2/IP-PROVISION (43190)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/44818/$ "/$1/$2/Rockwell_Encapsulation (44818)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/45054/$ "/$1/$2/InVision_AG (45054)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/45678/$ "/$1/$2/EBA_PRISE (45678)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/45966/$ "/$1/$2/SSRServerMgr (45966)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/47000/$ "/$1/$2/Mbus_Message_Bus (47000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/47557/$ "/$1/$2/Databeam_Corporation (47557)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/47624/$ "/$1/$2/Direct_Play_Server (47624)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/47806/$ "/$1/$2/ALC_Protocol (47806)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/47808/$ "/$1/$2/Building_Automation_and_Control_Networks (47808)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/48000/$ "/$1/$2/Nimbus_Controller (48000)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/48001/$ "/$1/$2/Nimbus_Spooler (48001)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/48002/$ "/$1/$2/Nimbus_Hub (48002)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/48003/$ "/$1/$2/Nimbus_Gateway (48003)/" FILEALIAS REGEXPI:^/(.+)/([a-zA-Z0-9]+)/48556/$ "/$1/$2/com-bardac-dw (48556)/" fwanalog-0.6.9/langfiles/0000755000175000017500000000000010207404234014254 5ustar bbbb00000000000000fwanalog-0.6.9/langfiles/fwanalog.lng.de.4.160000600000175000017500000002526310207404234017532 0ustar bbbb00000000000000## Language file for analog 4.16. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/dea.lng on Son Apr 15 23:47:55 CEST 2001 ## by mklangfile.de.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have additional ones for HTML and ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file US-ASCII ## Abbreviations for the day and month names. So Mo Di Mi Do Fr Sa Jan Feb Mae Apr Mai Jun Jul Aug Sep Okt Nov Dez ## Next some standard common words. ## Abbreviation for "week beginning" Woche ab Monate Tag Tage ## Abbreviation for "hour" Stunde Minute Minuten Sekunde Sekunden Byte Bytes blockiertem Paket blockierten Pakete Datum ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 Datum Uhrzeit erstes b. Paket erstes b. Paket letztes b. Paket letztes b. Paket Paket Pakete Host Hosts Netzwerkschnittstelle Netzwerkschnittstellen blockiertes Paket blockierten Pakete Domäne Domänen Organisation Organisationen Erweiterung Erweiterungen Quellport Quellports Browser Browser Betriebsystem Betriebsysteme ## (= operating system, operating systems) Paketgröße Suchbegriff Suchbegriffe WWW-Server WWW-Server Benutzer Benutzer Status code Status codes Firewall-Statistiken, generiert von ## Now the names of reports Zusammenfassung ## The time reports, plus "busiest" strings (at the bottom of each report) Monatsbericht Monat mit den meisten blockierten Paketen: Wochenbericht Woche mit den meisten blockierten Paketen: Wochentagsübersicht Tagesbericht Tag mit den meisten blockierten Paketen: Stuendlicher Bericht Tageszeit-Übersicht Uhrzeit mit den meisten blockierten Paketen: Viertelstuendlicher Bericht Viertelstunde mit den meisten blockierten Paketen: 5-minuetiger Bericht Die 5 Minuten mit den meisten blockierten Paketen: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "including all ??? with at ## least 200 requests". (The words higher up are used for column headings.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a directory is blockiertes Paket (neuter gender), which ## was given above. But "including the first directory" is "Ausgabe des ersten ## blockierten Pakets" and "including the first two directories" is "Ausgabe der ## ersten zwei blockierten Pakete". So here, we would have for the directory report: ## ## Bericht über blockierte Pakete ## blockierten Pakets ## blockierten Pakete ## n ## ## I hope that makes sense! Paket-Quell-Host-Bericht Hosts Hosts m Bericht über blockierte Pakete blockierten Pakets blockierten Pakete n Pakettyp-Bericht Pakettyp Pakettypen m blockiertem Paket-Bericht verlangten Paket verlangten Pakete f Umgeleitete blockierten Pakete Paket Pakete f Fehler-Bericht Paket Pakete f Quellport-Bericht Quellport Quellports f Server-Verweisbericht Server Server m Umlenkungs-Verweisbericht Quellport Quellports f Umlenkungs-Fehlerbericht Quellport Quellports f Suchanfrage-Bericht blockiertem Paket blockierten Pakete f Suchbegriff-Bericht Suchbegriffs Suchbegriffe m Netzwerkschnittstellen-Bericht Netzwerkschnittstellen Netzwerkschnittstellen m Benutzer-Bericht Benutzers Benutzer m Benutzer-Fehlerbericht Benutzers Benutzer m Browser-Übersicht Browsers Browser m Browser-Bericht Browsers Browser m Betriebsystem-Bericht Betriebsystems Betriebsysteme n Domänen-Bericht Domäne Domänen f Organisations-Bericht Organisation Organisationen f Statuscode-Bericht Statuscodes Statuscodes m Bearbeitungszeit-Bericht Paketgrößen-Übersicht ## Used at the bottom of the report Diese Statistik wurde erzeugt durch Laufzeit Unter einer ## Used in the time reports Jede Einheit entspricht oder einem Teil davon Seitenanfrage Seitenanfragen ## Used at the bottom of each non-time report: need m, f & n genders nicht angezeigt nicht angezeigt nicht angezeigt ## Used at the top of the report Programmstart: Auswertungszeitraum: bis ## Used in the General Summary Blockierte Pakete Durchschnittlich blockierte Pakete pro Tag Blockiert bearbeitete Seitenanfragen Durchschnittlich bearbeitete Seitenanfragen pro Tag Logfileeintraege ohne status code Fehlgeschlagene blockierten Pakete Umgeleitete blockierten Pakete Requests with informational status code Verschiedene blockierte Pakete Verschiedene Hosts, deren Pakete blockiert wurden Unlesbare Zeilen in der Logdatei Nicht verwendete Einträge in der Logdatei (wegen Datum, EXCLUDE usw.) Größe aller blockierten Pakete zusammen Durchschnittliche Größe aller blockierten Pakete zusammen pro Tag Zahlen in Klammern beziehen sich auf die 7 Tage bis letzten 7 Tage Andere Statistiken Anfang ## Some special phrases for particular reports. Any HTML entities in this ## section have to be escaped with backslash: e.g. [r\épertoires] nichtaufloesbare numerische Adressen keine Domäne angegeben unbekannte Domäne Rootverzeichnis kein blockiertes Paket keine Extension blockierten Pakete unbekannt Windows unbekannt Macintosh anderes Unix unbekanntes Betriebsystem ## Column headings for requests, pages, bytes and number (ie position in list) ## Should be short if possible -- abbreviate if necessary #Blocks %Blocks Seit. %Seit Bytes %Bytes Nr. ## Now we need to know how to say "listing the first ", "listing ## the first ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n Ausgabe des ersten %s Ausgabe der ersten %s Ausgabe des ersten %s Ausgabe der ersten %d %s Ausgabe der ersten %d %s Ausgabe der ersten %d %s Ausgabe aller %s Ausgabe aller %s Ausgabe aller %s ## "by" in the phrase "listing the first 3 files BY number of requests" gewichtet nach ## All requests WITH AT LEAST 10 requests mit mindestens ## Different ways of doing floors umgeleitete blockiertem Paket umgeleitete blockierten Pakete fehlgeschlagene blockiertem Paket fehlgeschlagene blockierten Pakete %% der blockiertem Paketmenge %% der groessten blockiertem Paketmenge Bytes gesendeten Daten blockierten Pakete seit mit umgeleiteter blockiertem Paket seit mit fehlgeschlagener blockiertem Paket seit ## Now "sorted by": again, in m, f & n (only needed in plural though) sortiert nach sortiert nach sortiert nach ## different ways of sorting der blockiertem Paketmenge %% der blockierten Pakete %% der maximalen Anzahl an blockierten Pakete Gesamtanzahl der blockierten Pakete %% der Seitenanfragen %% der maximalen Anzahl an Seitenanfragen Anzahl der Seitenanfragen %% der umgeleiteten blockierten Pakete %% der maximalen Anzahl umgeleiteter blockierten Pakete Anzahl umgeleiteter blockierten Pakete %% der fehlgeschlagenen blockierten Pakete %% der maximalen Anzahl fehlgeschlagener blockierten Pakete Anzahl fehlgeschlagener blockierten Pakete Uhrzeit der letzten blockiertem Paket Uhrzeit der letzten umgeleiteten blockiertem Paket Uhrzeit der letzten fehlgeschlagenen blockiertem Paket ## 3 other ways of sorting in m, f, & n alphabetisch sortiert alphabetisch sortiert alphabetisch sortiert numerisch sortiert numerisch sortiert numerisch sortiert unsortiert unsortiert unsortiert ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %y for short year "97" ## %Y for long year "1997" ## %h for hour " 9" ## %H for 0-padded hour "09" ## %n for minute "00" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour ditto ## %o for minute ditto ## %w for weekday "Wed" ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %D.%m %Y %H:%n ## "Programme started at" and "Analysed requests from" %w, %D. %m %Y %H:%n ## In Daily Report %d. %m %y ## In Hourly Report %d. %m %y %H:%n-%I:%o ## In Quarter-Hour and Five-Minute Reports %d. %m %y %H:%n-%I:%o ## In Weekly Report %d. %m %y ## In Monthly Report %m %Y ## The date (d) column in non-time reports %d. %m %y ## The date & time (D) column in non-time reports %d. %m %y %H:%n ## In non-time reports: "including all files with requests since [date]" %d. %m %y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You could leave these ## in English if you can't (or don't want to) translate them. ## Any HTML entities in this section have to be escaped with backslash: ## e.g. "201 Cr\é\é" 100 blockierten Pakete fortsetzen 101 Protokollwechsel 1xx [verschiedene Mitteilungen] 200 OK 201 Erzeugt 202 Zur weiteren Bearbeitung angenommen 203 Nicht massgebliche Information 204 OK, aber nichts zu uebermittteln 205 Dokument zurueckgesetzt 206 Partieller Inhalt 2xx [Verschiedene Erfolgsmeldungen] 300 Mehrere Dokumente vorhanden 301 Dokument dauerhaft verlegt 302 Dokument befindet sich anderswo 303 Siehe anderes Dokument 304 Unveraendert seit dem letzten Zugriff 305 Proxy benutzen 306 Proxy wechseln 307 Dokument voruebergehend verlegt 3xx [Verschiedene Umleitungen] 400 Inkorrekte blockiertem Paket 401 Authentifizierung erforderlich 402 Bezahlung erforderlich 403 Zugriff verboten 404 Dokument nicht gefunden 405 Methode nicht erlaubt 406 Dokument vom Client nicht akzeptiert 407 Proxy-Authentifizierung erforderlich 408 Zeitueberschreitung bei blockiertem Paket 409 blockiertem Paket widerspricht dem Zustand der Resource 410 Dokument dauerhaft entfernt 411 Laenge erforderlich 412 Voraussetzungen nicht erfuellt 413 blockiertem Paket zu lang 414 Gewuenschter Paketname zu lang 415 Nicht unterstuetzes Medium 416 Ungueltiger Angfragebereich 417 Annahme gescheitert 4xx [Verschiedene Client-/Benutzerfehler] 500 Serverfehler 501 blockiertem Pakettyp nicht unterstuetzt 502 Fehler bei Server weiter oberhalb 503 Dient zeitweise nicht verfuegbar 504 Zeitueberschreitung am Gateway 505 HTTP-Version nicht unterstuetzt 506 Umleitung gescheitert 5xx [Verschiedene Serverfehler] xxx [Unbekannt] fwanalog-0.6.9/langfiles/fwanalog.lng.de.5.10000600000175000017500000003435110207404234017443 0ustar bbbb00000000000000## Language file for analog 5.1. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/de.lng on Die Feb 5 23:49:12 CET 2002 ## by mklangfile.de.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. So Mo Di Mi Do Fr Sa Jan Feb Mär Apr Mai Jun Jul Aug Sep Okt Nov Dez ## Next some standard common words. ## Abbreviation for "week beginning" Woche ab Jahr ## Quarter of a year Quartal Monate Tag Tage Stunde Minute Minuten Sekunde Sekunden Byte Bytes ## ?bytes represents kbytes, Mbytes etc. ?Bytes blockiertem Paket blockierten Pakete Datum ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 Datum Uhrzeit Zeit erstes bl. Paket erstes bl. Paket letztes bl. Paket letztes bl. Paket Paket Pakete Host Hosts virtueller Server virtuelle Server blockiertes Paket blockierten Pakete Domäne Domänen Organisation Organisationen Erweiterung Erweiterungen Quellport Quellport's MAC-Adresse(n) MAC-Adresse(n) Betriebsystem Betriebsysteme ## (= operating system, operating systems) Paketgröße Suchbegriff Suchbegriffe WWW-Server WWW-Server Log-Präfix Log-Präfixe Status code Status codes Server Statistiken für ## Now the names of reports Zusammenfassung ## The time reports, plus "busiest" strings (at the bottom of each report) Jährlicher Bericht stärkstes Jahr: Quartals Bericht stärkstes Quartal: Monatsbericht Monat mit den meisten blockierten Paketen: Wochenbericht Woche mit den meisten blockierten Paketen: Wochentage Übersicht Tagesbericht Tag mit den meisten blockierten Paketen: Stündlicher Bericht Tageszeit Übersicht Uhrzeit der Wochenübersicht Uhrzeit mit den meisten blockierten Paketen: Viertelstündlicher Bericht Viertelstündlicher Bericht Viertelstunde mit den meisten blockierten Paketen: 5-minütiger Bericht 5-minütiger Bericht Die 5 Minuten mit den meisten blockierten Paketen: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "including all ??? with at ## least 200 requests". (The words higher up are used for column headings.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a directory is blockiertes Paket (neuter gender), which ## was given above. But "listing the top directory" is "Ausgabe des ersten ## blockierten Pakets" and "listing the top two directories" is "Ausgabe der ## ersten zwei blockierten Pakete". So here, we would have for the directory report: ## ## blockiertes Paket Bericht ## blockierten Pakets ## blockierten Pakete ## n ## ## I hope that makes sense! Host Bericht Hosts Hosts m Host Umleitungs Bericht Hosts Hosts n Hosts Ausfallbericht Hosts Hosts n Bericht über blockierte Pakete blockierten Pakets blockierten Pakete n Pakettyp Bericht Pakettyp Pakettypen m blockiertem Paket Bericht verlangten Paket verlangten Pakete f Umgeleitete blockierten Pakete Paket Pakete f Fehler Bericht Paket Pakete f Verweis Bericht Quellport Quellports f Server Verweisbericht Server Server m Umleitungs Verweisbericht Quellport Quellports f Umleitungs Fehlerbericht Quellport Quellports f Suchanfrage Bericht blockiertem Paket blockierten Pakete f Suchbegriff Bericht Suchbegriffs Suchbegriffe m Interner Frage Bericht Frage Fragen n Interner Suchwort Bericht Suchwort Suchwörter n Virtueller Server Bericht Virtueller Server Virtuelle Server m Virtueller Server Umleitungsbericht Virtueller Server Virtuelle Server n Virtueller Serverfehler Bericht Virtueller Server Virtuelle Server n Log-Präfix-Bericht Log-Präfixes Log-Präfixe m Log-Präfixe Umleitungsbericht Log-Präfixe Log-Präfixe n Log-Präfixe Fehlerbericht Log-Präfixes Log-Präfixe m MAC-Adresse(n) Übersicht MAC-Adresse(n)s MAC-Adresse(n) m MAC-Adresse(n) Bericht MAC-Adresse(n)s MAC-Adresse(n) m Betriebsystem Bericht Betriebsystems Betriebsysteme n Domänen Bericht Domäne Domänen f Organisationsbericht Organisation Organisationen f Statuscodebericht Statuscodes Statuscodes m Bearbeitungszeit Bericht Paketgrößen Übersicht ## Used at the bottom of the report Diese Statistik wurde erzeugt durch Laufzeit Unter einer ## Used in the time reports Jede Einheit entspricht oder einem Teil davon Seitenanfrage Seitenanfragen ## Used at the bottom of each non-time report: need m, f & n genders nicht angezeigt nicht angezeigt nicht angezeigt ## Used on the pie charts: again need m, f & n genders Andere Andere Andere ## Used at the top of the report Programmstart: Auswertungszeitraum: bis ## Used in the General Summary Blockierte Pakete Durchschnittlich blockierte Pakete pro Tag Blockiert bearbeitete Seitenanfragen Durchschnittlich bearbeitete Seitenanfragen pro Tag Logfile Einträge ohne Status Code Fehlgeschlagene blockierten Pakete Umgeleitete blockierten Pakete blockierten Pakete mit informativem Status Code Verschiedene blockierte Pakete Verschiedene Hosts, deren Pakete blockiert wurden Unlesbare Zeilen in der Logdatei Nicht verwendete Einträge in der Logdatei Größe aller blockierten Pakete zusammen Durchschnittliche Größe aller blockierten Pakete zusammen pro Tag Zahlen in Klammern beziehen sich auf die 7 Tage bis letzten 7 Tage Andere Statistiken Anfang ## Some special phrases for particular reports. [Nicht auflösbare numerische Adressen] [keine Domäne angegeben] [unbekannte Domäne] [Root-blockiertes Paket] [kein blockiertes Paket] [keine Extension] [blockierten Pakete] unbekannt Windows unbekannt Macintosh anderes Unix Robots unbekanntes Betriebsystem ## Column headings for requests, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #Blocks 7 Tage blockiertem Paket %Blocks %7-Tage blockiertem Paket Seit. 7-Tage Seiten %Seit %7-Tage Seiten Bytes ?Bytes 7-Tage Bytes 7-Tage ?Bytes %Bytes %7-Tage Bytes Nr. ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n Ausgabe des ersten %s Ausgabe der ersten %s Ausgabe des ersten %s Ausgabe der ersten %d %s Ausgabe der ersten %d %s Ausgabe der ersten %d %s Ausgabe aller %s Ausgabe aller %s Ausgabe aller %s ## "by" in the phrase "listing the top 3 files BY number of requests" gewichtet nach ## All requests WITH AT LEAST 10 requests mit mindestens ## Different ways of doing floors blockiertem Paket in den letzten 7 Tagen blockierten Pakete in den letzten 7 Tagen blockiertem Paket einer Seite in den letzten 7 Tagen blockierten Pakete einer Seite in den letzten 7 Tagen umgeleitete blockiertem Paket umgeleitete blockierten Pakete umgeleitete blockiertem Paket in den letzten 7 Tagen umgeleitete blockierten Pakete in den letzten 7 Tagen fehlgeschlagene blockiertem Paket fehlgeschlagene blockierten Pakete fehlgeschlagene blockiertem Paket in den letzten 7 Tagen fehlgeschlagene blockierten Pakete in den letzten 7 Tagen % des Transfervolumens % des Transfervolumens in den letzten 7 Tagen % des größten Transfervolumens % des maximalen Transfervolumens in den letzten 7 Tagen Byte gesendeten Daten Bytes gesendeten Daten ## ?bytes represents kbytes, Mbytes etc. ?Bytes gesendeten Daten Byte gesendeten Daten in den letzten 7 Tagen Bytes gesendeten Daten in den letzten 7 Tagen ?Bytes gesendeten Daten in den letzten 7 Tagen blockierten Pakete seit mit umgeleiteter blockiertem Paket seit mit fehlgeschlagener blockiertem Paket seit mit erster blockiertem Paket seit mit erster Umleitungs-blockiertem Paket seit mit erster fehlgeschlagener blockiertem Paket seit ## Now "sorted by": again, in m, f & n (only needed in plural though) sortiert nach sortiert nach sortiert nach ## Used at the top of each report Dieser Bericht beinhaltet Daten aus ## Used in pie charts Grafik erstellt aus ## different ways of sorting Transfervolumen Transfervolumen in den letzten 7 Tagen % der blockierten Pakete % der blockierten Pakete in den letzten 7 Tagen % der maximalen Anzahl an blockierten Pakete % der maximalen Anzahl von blockierten Pakete in den letzten 7 Tagen Gesamtanzahl der blockierten Pakete die Anzahl der blockierten Pakete in den letzten 7 Tagen % der Seitenanfragen % der Seitenanfragen in den letzten 7 Tagen % der maximalen Anzahl an Seitenanfragen % der maximalen Anzahl von Seitenanfragen in den letzten 7 Tagen Anzahl der Seitenanfragen Anzahl der blockierten Pakete auf Seiten in den letzten 7 Tagen % der umgeleiteten blockierten Pakete % der umgeleiteten blockierten Pakete in den letzten 7 Tagen % der maximalen Anzahl umgeleiteter blockierten Pakete % der maximalen Anzahl von umgeleiteten blockierten Pakete in den letzten 7 Tagen Anzahl umgeleiteter blockierten Pakete die Anzahl der umgeleiteten blockierten Pakete in den letzten 7 Tagen % der fehlgeschlagenen blockierten Pakete % der fehlgeschlagenen blockierten Pakete in den letzten 7 Tagen % der maximalen Anzahl fehlgeschlagener blockierten Pakete % der maximalen Anzahl fehlgeschlagener blockierten Pakete in den letzten 7 Tagen Anzahl fehlgeschlagener blockierten Pakete die Anzahle der fehlgeschlagenen blockierten Pakete in den letzten 7 Tagen Uhrzeit der letzten blockiertem Paket Uhrzeit der letzten umgeleiteten blockiertem Paket Uhrzeit der letzten fehlgeschlagenen blockiertem Paket Uhrzeit der ersten blockiertem Paket Uhrzeit der ersten umgeleiteten blockiertem Paket Uhrzeit der ersten fehlgeschlagenen blockiertem Paket ## 3 other ways of sorting in m, f, & n alphabetisch sortiert alphabetisch sortiert alphabetisch sortiert numerisch sortiert numerisch sortiert numerisch sortiert unsortiert unsortiert unsortiert ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. . , ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. morgens abends ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %D.%m %Y %H:%n ## "Program started at" and "Analysed requests from" %w, %D. %m %Y %H:%n ## In Daily Report %d. %m %y ## In Daily Summary %w ## In Hourly Report %d. %m %y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %d. %m %y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %d. %m %y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %d. %m %y ## The date & time (D) column in non-time reports %d. %m %y %H:%n ## In non-time reports: "including all files with requests since [date]" %d. %m %y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 blockierten Pakete fortsetzen 101 Protokollwechsel 1xx [verschiedene Mitteilungen] 200 OK 201 Erzeugt 202 Zur weiteren Bearbeitung angenommen 203 Nicht maßgebliche Information 204 OK, aber nichts zu übermittteln 205 Dokument zurückgesetzt 206 Partieller Inhalt 2xx [Verschiedene Erfolgsmeldungen] 300 Mehrere Dokumente vorhanden 301 Dokument dauerhaft verlegt 302 Dokument befindet sich anderswo 303 Siehe anderes Dokument 304 Unverändert seit dem letzten Zugriff 305 Proxy benutzen 306 Proxy wechseln 307 Dokument vorübergehend verlegt 3xx [Verschiedene Umleitungen] 400 Inkorrekte blockiertem Paket 401 Authentifizierung erforderlich 402 Bezahlung erforderlich 403 Zugriff verboten 404 Dokument nicht gefunden 405 Methode nicht erlaubt 406 Dokument vom Client nicht akzeptiert 407 Proxy-Authentifizierung erforderlich 408 Zeitüberschreitung bei blockiertem Paket 409 blockiertem Paket widerspricht dem Zustand der Resource 410 Dokument dauerhaft entfernt 411 Länge erforderlich 412 Voraussetzungen nicht erfüllt 413 blockiertem Paket zu lang 414 Gewünschter Paketname zu lang 415 Nicht unterstütztes Medium 416 Ungültiger blockiertem Paketbereich 417 Annahme gescheitert 4xx [Verschiedene Client-/Log-Präfixefehler] 500 Serverfehler 501 blockiertem Pakettyp nicht unterstützt 502 Fehler bei Server weiter oberhalb 503 Dient zeitweise nicht verfügbar 504 Zeitüberschreitung am Gateway 505 HTTP-Version nicht unterstützt 506 Umleitung gescheitert 5xx [Verschiedene Serverfehler] xxx [Unbekannt] fwanalog-0.6.9/langfiles/fwanalog.lng.us.4.010000600000175000017500000002341110207404234017554 0ustar bbbb00000000000000## Language file for analog 4.0. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us.lng on Sun Apr 15 16:32:26 CEST 2001 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Most languages need two, one for HTML ## output and one for plain text output. Lines beginning with ## are comments. ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## This file was translated by a British speaker. Corrections welcome! ## ## The character set of this language file ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. month day days ## Abbreviation for "hour" hr minute minutes second seconds byte bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports browser browsers OS OS's ## (= operating system, operating systems) size search term search terms site sites user users status code status codes Block statistics of your firewall, created by ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-hour with the most blocked packets: Five-Minute Report Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "including all ??? with at ## least 200 blocked packets". (The words higher up are used for column headings.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "including the first blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "including the first two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Interface Report interface interfaces n User Report user users n User Failure Report user users n Browser Summary browser browsers n Browser Report browser browsers n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7 days to last 7 days Go To Top ## Some special phrases for particular reports. Any HTML entities in this ## section have to be escaped with backslash: e.g. [r\épertoires] [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## Should be short if possible -- abbreviate if necessary #blocks %blocks #pages %pages bytes %bytes # ## Now we need to know how to say "listing the first ", "listing ## the first ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the first %s * * Listing the first %d %s * * Listing %s ## "by" in the phrase "listing the first 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors redirected blocked packet redirected blocked packets failed blocked packet failed blocked packets %% of the traffic %% of the maximum amount of traffic bytes of traffic blocked packeted since with a redirected blocked packet since with a failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## different ways of sorting the amount of traffic %% of the blocked packets %% of the maximum number of blocked packets the number of blocked packets %% of the blocked packets for pages %% of the maximum number of blocked packets for pages the number of blocked packets for pages %% of the redirected blocked packets %% of the maximum number of redirected blocked packets the number of redirected blocked packets %% of the failed blocked packets %% of the maximum number of failed blocked packets the number of failed blocked packets the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %y for short year "97" ## %Y for long year "1997" ## %h for hour " 9" ## %H for 0-padded hour "09" ## %n for minute "00" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour ditto ## %o for minute ditto ## %w for weekday "Wed" ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Hourly Report %m/%d/%y %H:%n-%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n-%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## The date column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "including all files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. Any HTML entities in this ## section have to be escaped with backslash: e.g. "201 Cr\é\é" 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Failed 418 Failed 419 Expectation failed 4xx [Miscellaneous client/user errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.4.110000600000175000017500000002370210207404234017560 0ustar bbbb00000000000000## Language file for analog 4.11. May not work with any other version. ## ## Converted from us.lng on Son Apr 15 18:21:13 CEST 2001 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have additional ones for HTML and ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## This file was translated by a British speaker. Corrections welcome! ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. month day days ## Abbreviation for "hour" hr minute minutes second seconds byte bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports browser browsers OS OS's ## (= operating system, operating systems) size search term search terms site sites user users status code status codes Block statistics of your firewall, created by ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-hour with the most blocked packets: Five-Minute Report Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "including all ??? with at ## least 200 blocked packets". (The words higher up are used for column headings.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "including the first blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "including the first two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Interface Report interface interfaces n User Report user users n User Failure Report user users n Browser Summary browser browsers n Browser Report browser browsers n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7 days to last 7 days Go To Top ## Some special phrases for particular reports. Any HTML entities in this ## section have to be escaped with backslash: e.g. [r\épertoires] [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## Should be short if possible -- abbreviate if necessary #blocks %blocks #pages %pages bytes %bytes # ## Now we need to know how to say "listing the first ", "listing ## the first ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the first %s * * Listing the first %d %s * * Listing %s ## "by" in the phrase "listing the first 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors redirected blocked packet redirected blocked packets failed blocked packet failed blocked packets %% of the traffic %% of the maximum amount of traffic bytes of traffic blocked packeted since with a redirected blocked packet since with a failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## different ways of sorting the amount of traffic %% of the blocked packets %% of the maximum number of blocked packets the number of blocked packets %% of the blocked packets for pages %% of the maximum number of blocked packets for pages the number of blocked packets for pages %% of the redirected blocked packets %% of the maximum number of redirected blocked packets the number of redirected blocked packets %% of the failed blocked packets %% of the maximum number of failed blocked packets the number of failed blocked packets the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %y for short year "97" ## %Y for long year "1997" ## %h for hour " 9" ## %H for 0-padded hour "09" ## %n for minute "00" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour ditto ## %o for minute ditto ## %w for weekday "Wed" ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Hourly Report %m/%d/%y %H:%n-%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n-%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "including all files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. Any HTML entities in this ## section have to be escaped with backslash: e.g. "201 Cr\é\é" 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Failed 418 Failed 419 Expectation failed 4xx [Miscellaneous client/user errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.4.160000600000175000017500000002366410207404234017574 0ustar bbbb00000000000000## Language file for analog 4.16. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us.lng on Son Apr 15 15:47:51 CEST 2001 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have additional ones for HTML and ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## This file was translated by a British speaker. Corrections welcome! ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. month day days ## Abbreviation for "hour" hr minute minutes second seconds byte bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports browser browsers OS OS's ## (= operating system, operating systems) size search term search terms site sites user users status code status codes Block statistics of your firewall, created by ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-hour with the most blocked packets: Five-Minute Report Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "including all ??? with at ## least 200 blocked packets". (The words higher up are used for column headings.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Interface Report interface interfaces n User Report user users n User Failure Report user users n Browser Summary browser browsers n Browser Report browser browsers n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7 days to last 7 days Go To Top ## Some special phrases for particular reports. Any HTML entities in this ## section have to be escaped with backslash: e.g. [r\épertoires] [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## Should be short if possible -- abbreviate if necessary #blocks %blocks #pages %pages bytes %bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors redirected blocked packet redirected blocked packets failed blocked packet failed blocked packets %% of the traffic %% of the maximum amount of traffic bytes of traffic with a blocked packet since with a redirected blocked packet since with a failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## different ways of sorting the amount of traffic %% of the blocked packets %% of the maximum number of blocked packets the number of blocked packets %% of the blocked packets for pages %% of the maximum number of blocked packets for pages the number of blocked packets for pages %% of the redirected blocked packets %% of the maximum number of redirected blocked packets the number of redirected blocked packets %% of the failed blocked packets %% of the maximum number of failed blocked packets the number of failed blocked packets the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %y for short year "97" ## %Y for long year "1997" ## %h for hour " 9" ## %H for 0-padded hour "09" ## %n for minute "00" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour ditto ## %o for minute ditto ## %w for weekday "Wed" ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Hourly Report %m/%d/%y %H:%n-%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n-%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "including all files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. Any HTML entities in this ## section have to be escaped with backslash: e.g. "201 Cr\é\é" 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/user errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.4.91b10000600000175000017500000003224610207404234020016 0ustar bbbb00000000000000## Language file for analog 4.91beta1. May not work with any other version. ## ## Converted from /home/bb/Download/Internet/analog-4.91beta1/lang/us.lng on Mit Apr 18 21:03:01 CEST 2001 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports browser browsers OS OS's ## (= operating system, operating systems) size search term search terms site sites user users status code status codes Block statistics of your firewall, created by ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n User Report user users n User Redirection Report user users n User Failure Report user users n Browser Summary browser browsers n Browser Report browser browsers n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started on Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix Robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days %% of the traffic %% of the traffic in the last 7 days %% of the maximum amount of traffic %% of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days %% of the blocked packets %% of the blocked packets in the last 7 days %% of the maximum number of blocked packets %% of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days %% of the blocked packets for pages %% of the blocked packets for pages in the last 7 days %% of the maximum number of blocked packets for pages %% of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days %% of the redirected blocked packets %% of the redirected blocked packets in the last 7 days %% of the maximum number of redirected blocked packets %% of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days %% of the failed blocked packets %% of the failed blocked packets in the last 7 days %% of the maximum number of failed blocked packets %% of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y at %j:%n %a ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y at %j:%n %a ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %j:%n %a%x%k:%o %b ## In Hourly Summary %h ## In Hour of the Week Summary %w %j:%n %a%x%k:%o %b ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %j:%n %a%x%k:%o %b ## In Quarter-Hour and Five-Minute Summaries %j:%n %a%x%k:%o %b ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %j:%n %a ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %j:%n %a ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/user errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.5.00000600000175000017500000003212610207404234017477 0ustar bbbb00000000000000## Language file for analog 5.0. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us24.lng on Sam Mai 5 11:10:50 CEST 2001 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports browser browsers OS OS's ## (= operating system, operating systems) size search term search terms site sites user users status code status codes Block statistics of your firewall, created by ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n User Report user users n User Redirection Report user users n User Failure Report user users n Browser Summary browser browsers n Browser Report browser browsers n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix Robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days %% of the traffic %% of the traffic in the last 7 days %% of the maximum amount of traffic %% of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days %% of the blocked packets %% of the blocked packets in the last 7 days %% of the maximum number of blocked packets %% of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days %% of the blocked packets for pages %% of the blocked packets for pages in the last 7 days %% of the maximum number of blocked packets for pages %% of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days %% of the redirected blocked packets %% of the redirected blocked packets in the last 7 days %% of the maximum number of redirected blocked packets %% of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days %% of the failed blocked packets %% of the failed blocked packets in the last 7 days %% of the maximum number of failed blocked packets %% of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/user errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.5.10000600000175000017500000003226010207404234017477 0ustar bbbb00000000000000## Language file for analog 5.1. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us24.lng on Die Feb 5 23:49:29 CET 2002 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports MAC address MAC addresses OS OS's ## (= operating system, operating systems) size search term search terms site sites log prefix log prefixes status code status codes Block statistics of your firewall, created by ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n Log Prefix Report log prefix log prefixes n Log Prefix Redirection Report log prefix log prefixes n Log Prefix Failure Report log prefix log prefixes n MAC Address Summary MAC address MAC addresses n MAC Address Report MAC address MAC addresses n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix Robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days % of the traffic % of the traffic in the last 7 days % of the maximum amount of traffic % of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days % of the blocked packets % of the blocked packets in the last 7 days % of the maximum number of blocked packets % of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days % of the blocked packets for pages % of the blocked packets for pages in the last 7 days % of the maximum number of blocked packets for pages % of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days % of the redirected blocked packets % of the redirected blocked packets in the last 7 days % of the maximum number of redirected blocked packets % of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days % of the failed blocked packets % of the failed blocked packets in the last 7 days % of the maximum number of failed blocked packets % of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/log prefix errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.5.210000600000175000017500000003255210207404234017565 0ustar bbbb00000000000000## Language file for analog 5.21. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us24.lng on Sam Feb 23 20:40:43 CET 2002 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports MAC address MAC addresses OS OS's ## (= operating system, operating systems) size search term search terms site sites log prefix log prefixes status code status codes Block statistics of your firewall, created by ## Prefixes kilo, mega etc. to make kilobytes, megabytes etc. kilo mega giga tera peta exa zeta yotta ## Shorter versions of the same prefixes for column headings k M G T P E Z Y ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n Log Prefix Report log prefix log prefixes n Log Prefix Redirection Report log prefix log prefixes n Log Prefix Failure Report log prefix log prefixes n MAC Address Summary MAC address MAC addresses n MAC Address Report MAC address MAC addresses n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix Known robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days % of the traffic % of the traffic in the last 7 days % of the maximum amount of traffic % of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days % of the blocked packets % of the blocked packets in the last 7 days % of the maximum number of blocked packets % of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days % of the blocked packets for pages % of the blocked packets for pages in the last 7 days % of the maximum number of blocked packets for pages % of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days % of the redirected blocked packets % of the redirected blocked packets in the last 7 days % of the maximum number of redirected blocked packets % of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days % of the failed blocked packets % of the failed blocked packets in the last 7 days % of the maximum number of failed blocked packets % of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/log prefix errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.5.220000600000175000017500000003255310207404234017567 0ustar bbbb00000000000000## Language file for analog 5.22. May not work with any other version. ## ## Converted from /usr/lib/analog/lang/us24.lng on Sam Mai 11 18:12:06 CEST 2002 ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports MAC address MAC addresses OS OS's ## (= operating system, operating systems) size search term search terms site sites log prefix log prefixes status code status codes Block statistics of your firewall, created by ## Prefixes kilo, mega etc. to make kilobytes, megabytes etc. kilo mega giga tera peta exa zeta yotta ## Shorter versions of the same prefixes for column headings k M G T P E Z Y ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n Log Prefix Report log prefix log prefixes n Log Prefix Redirection Report log prefix log prefixes n Log Prefix Failure Report log prefix log prefixes n MAC Address Summary MAC address MAC addresses n MAC Address Report MAC address MAC addresses n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Unknown Macintosh Other Unix Known robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days % of the traffic % of the traffic in the last 7 days % of the maximum amount of traffic % of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days % of the blocked packets % of the blocked packets in the last 7 days % of the maximum number of blocked packets % of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days % of the blocked packets for pages % of the blocked packets for pages in the last 7 days % of the maximum number of blocked packets for pages % of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days % of the redirected blocked packets % of the redirected blocked packets in the last 7 days % of the maximum number of redirected blocked packets % of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days % of the failed blocked packets % of the failed blocked packets in the last 7 days % of the maximum number of failed blocked packets % of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/log prefix errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/fwanalog.lng.us.5.300000600000175000017500000003324110207404234017561 0ustar bbbb00000000000000## Language file for analog 5.30. May not work with any other version. ## ## Converted from us24.lng on 2003. jan. 5., vasárnap, 00.03.08 CET ## by mklangfile.us.sh (from the fwanalog distribution) ## More info: http://tud.at/programm/fwanalog/ ## ## This is a language file for analog. Lines beginning with ## are comments. ## Each language should have one language file in its own character set, ## and can have an additional one for ASCII (7 bit) output. ## ## If your language doesn't seem to fit into this pattern, explain the problem ## to me, and I can adjust the source code if necessary. ## ## The character set of this language file. Prefix with a * to indicate a ## multibyte character set: e.g. *ISO-2022-JP ISO-8859-1 ## Abbreviations for the day and month names. Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ## Next some standard common words. ## Abbreviation for "week beginning" week beg. year ## Quarter of a year quarter month day days hour minute minutes second seconds byte bytes ## ?bytes represents kbytes, Mbytes etc. ?bytes blocked packet blocked packets date ## This has the right spacing for a column like 23/Mar/98 15:00-15:05 date time time first date first time last date last time port/ICMP type ports/ICMP types host hosts interface interfaces blocked packet blocked packets domain domains organization organizations extension extensions source port source ports MAC address MAC addresses OS OS's ## (= operating system, operating systems) size search term search terms site sites log prefix log prefixes status code status codes Block statistics of your firewall, created by ## Prefixes kilo, mega etc. to make kilobytes, megabytes etc. kilo mega giga tera peta exa zeta yotta ## Shorter versions of the same prefixes for column headings k M G T P E Z Y ## Names for the rows in the Packet Size Report. Note that changing these will ## NOT change the boundaries! These are just labels for predetermined buckets. ## They should line up nicely when right-aligned. 0 1B- 10B 11B- 100B 101B- 1kB 1kB- 10kB 10kB-100kB 100kB- 1MB 1MB- 10MB 10MB-100MB 100MB- 1GB > 1GB ## Now the names of reports General Summary ## The time reports, plus "busiest" strings (at the bottom of each report) Yearly Report Busiest year: Quarterly Report Busiest quarter: Monthly Report Month with the most blocked packets: Weekly Report Week with the most blocked packets: week beginning Daily Summary Daily Report Day with the most blocked packets: Hourly Report Hourly Summary Hour of the Week Summary Hour with the most blocked packets: Quarter-Hour Report Quarter-Hour Summary Quarter-hour with the most blocked packets: Five-Minute Report Five-Minute Summary Five minutes with the most blocked packets: ## The non-time reports. In each case, we have the name of the report, ## followed by the type of item in the report, once in the singular and once ## in the plural. These are used in phrases like "listing ??? with at ## least 200 blocked packets". (The words higher up are used for column headings and ## for the "not listed" lines at the bottom of the reports.) ## Finally we have the gender of this type of object, which can be m, f or n. ## ## So for example, in German a blocked packet is Verzeichnis (neuter gender), which ## was given above. But "listing the top blocked packet" is "Ausgabe des ersten ## Verzeichnisses" and "listing the top two blocked packets" is "Ausgabe der ## ersten zwei Verzeichnisse". So here, we would have for the blocked packet report: ## ## Verzeichnis-Bericht ## Verzeichnisses ## Verzeichnisse ## n ## ## I hope that makes sense! Packet Source Host Report host hosts n Host Redirection Report host hosts n Host Failure Report host hosts n Blocked Packet Report blocked packet blocked packets n Packet Type Report extension extensions n Port/ICMP Type Report port/ICMP type ports/ICMP types n Redirection Report port/ICMP type ports/ICMP types n Failure Report port/ICMP type ports/ICMP types n Source Port Report source port source ports n Referring Site Report referring site referring sites n Redirected Source Port Report source port source ports n Failed Source Port Report source port source ports n Search Query Report query queries n Search Word Report query word query words n Internal Search Query Report query queries n Internal Search Word Report query word query words n Interface Report interface interfaces n Interface Redirection Report interface interfaces n Interface Failure Report interface interfaces n Log Prefix Report log prefix log prefixes n Log Prefix Redirection Report log prefix log prefixes n Log Prefix Failure Report log prefix log prefixes n MAC Address Summary MAC address MAC addresses n MAC Address Report MAC address MAC addresses n Operating System Report operating system operating systems n Domain Report domain domains n Organization Report organization organizations n Status Code Report status code status codes n Processing Time Report Packet Size Report ## Used at the bottom of the report This analysis was produced by Running time Less than 1 ## Used in the time reports Each unit represents or part thereof blocked packet for a page blocked packets for pages ## Used at the bottom of each non-time report: need m, f & n genders * * not listed ## Used on the pie charts: again need m, f & n genders * * Other ## Used at the top of the report Program started at Analyzed blocked packets from to ## Used in the General Summary Blocked packets Average blocked packets per day Blocked packets for pages Average blocked packets for pages per day Logfile lines without status code Failed blocked packets Redirected blocked packets Requests with informational status code Distinct blocked packets Distinct hosts blocked Corrupt logfile lines Unwanted logfile entries (because of a date range, EXCLUDE etc.) Size of all dropped packets together Average size of dropped packets per day Figures in parentheses refer to the 7-day period ending last 7 days Go To Top ## Some special phrases for particular reports. [unresolved numerical addresses] [domain not given] [unknown domain] [root blocked packet] [no blocked packet] [no extension] [blocked packets] Unknown Windows Other Unix Known robots OS unknown ## Column headings for blocked packets, pages, bytes and number (ie position in list) ## and percentages and last-7-day versions of these. ## Should be as short as possible -- abbreviate if necessary. ## (The ?bytes represents kbytes, Mbytes etc.) #blocks 7-day reqs %blocks %7-day reqs #pages 7-day pages %pages %7-day pages bytes ?bytes 7-day bytes 7-day ?bytes %bytes %7-day bytes # ## Now we need to know how to say "listing the top ", "listing ## the top ", and "listing ". The %s and %d ## will be replaced by the appropriate things. There may be three of each of ## these statements, for the genders m, f and n. Any genders that aren't used, ## you can just put a * there instead. So, for example, French starts ## Affichage du premier %s ## Affichage de la première %s ## * ## with entries for m & f, but not n * * Listing the top %s * * Listing the top %d %s * * Listing %s ## "by" in the phrase "listing the top 3 files BY number of blocked packets" by ## All blocked packets WITH AT LEAST 10 blocked packets with at least ## Different ways of doing floors blocked packet in the last 7 days blocked packets in the last 7 days blocked packet for a page in the last 7 days blocked packets for pages in the last 7 days redirected blocked packet redirected blocked packets redirected blocked packet in the last 7 days redirected blocked packets in the last 7 days failed blocked packet failed blocked packets failed blocked packet in the last 7 days failed blocked packets in the last 7 days % of the traffic % of the traffic in the last 7 days % of the maximum amount of traffic % of the maximum amount of traffic in the last 7 days byte of traffic bytes of traffic ## ?bytes represents kbytes, Mbytes etc. ?bytes of traffic byte of traffic in the last 7 days bytes of traffic in the last 7 days ?bytes of traffic in the last 7 days with a blocked packet since with a redirected blocked packet since with a failed blocked packet since with first blocked packet since with first redirected blocked packet since with first failed blocked packet since ## Now "sorted by": again, in m, f & n (only needed in plural though) * * sorted by ## Used at the top of each report This report contains data from ## Used in pie charts The wedges are plotted by ## different ways of sorting the amount of traffic the amount of traffic in the last 7 days % of the blocked packets % of the blocked packets in the last 7 days % of the maximum number of blocked packets % of the maximum number of blocked packets in the last 7 days the number of blocked packets the number of blocked packets in the last 7 days % of the blocked packets for pages % of the blocked packets for pages in the last 7 days % of the maximum number of blocked packets for pages % of the maximum number of blocked packets for pages in the last 7 days the number of blocked packets for pages the number of blocked packets for pages in the last 7 days % of the redirected blocked packets % of the redirected blocked packets in the last 7 days % of the maximum number of redirected blocked packets % of the maximum number of redirected blocked packets in the last 7 days the number of redirected blocked packets the number of redirected blocked packets in the last 7 days % of the failed blocked packets % of the failed blocked packets in the last 7 days % of the maximum number of failed blocked packets % of the maximum number of failed blocked packets in the last 7 days the number of failed blocked packets the number of failed blocked packets in the last 7 days the time of the last blocked packet the time of the last redirected blocked packet the time of the last failed blocked packet the time of the first blocked packet the time of the first redirected blocked packet the time of the first failed blocked packet ## 3 other ways of sorting in m, f, & n * * sorted alphabetically * * sorted numerically * * unsorted ## The separators to use between thousands, and as a decimal point. For ## example, English generally uses "3,000.25" so has , and . here. French uses ## "3 000,25", so has space and , instead. , . ## There's a colon here, because the French like to put a space before a colon, ## so they have space-colon instead here. : ## am and pm in the sense of morning and afternoon. AM PM ## Some date formats. E.g. for 9am on 1st January 1997 use ## %d for date " 1" ## %D for 0-padded date "01" ## %m for month "Jan" ## %l for month at end of time interval (where this makes sense) ## %y for short year "97" ## %q for quarter of the year "1" ## %Y for long year "1997" ## %h for hour in 24-hour clock " 9" ## %H for 0-padded hour "09" ## %j for hour in 12-hour clock " 9" ## %n for minute "00" ## %a for am or pm "am" ## %i for hour at end of time interval (where this makes sense) ## %I for 0-padded hour at end of time interval ## %k for 12-hour hour at end of time interval ## %o for minute at end of time interval ## %b for am or pm at end of time interval ## %w for weekday "Wed" ## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in ## proper typesetting, this should be an en-dash not a regular dash. ## ## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German ## would have %d.%m %y for 1.Jan 97). Note: the month number is not available ## because it can produce ambiguous dates. ## ## The different date formats are as follows ## "refer to the 7 days to [date]" %m %D %Y %H:%n ## "Program started at" and "Analysed blocked packets from" %w, %m %D %Y %H:%n ## In Daily Report %m/%d/%y ## In Daily Summary %w ## In Hourly Report %m/%d/%y %H:%n%x%I:%o ## In Hourly Summary %h ## In Hour of the Week Summary %w %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Reports %m/%d/%y %H:%n%x%I:%o ## In Quarter-Hour and Five-Minute Summaries %H:%n%x%I:%o ## In Weekly Report %m/%d/%y ## In Monthly Report %m %Y ## In Quarterly Report %m%x%l %Y ## An alternative for Quarterly Report: %Y Q%q ## In Yearly Report %Y ## The date (d) column in non-time reports %m/%d/%y ## The date & time (D) column in non-time reports %m/%d/%y %H:%n ## In non-time reports: "listing files with blocked packets since [date]" %m/%d/%y at %H:%n ## Finally, definitions of the HTTP status codes (see ## ftp://ftp.isi.edu/in-notes/rfc2616.txt). You're welcome to leave these in ## English if you think they look better that way. 100 Continue with blocked packet 101 Switching protocols 1xx [Miscellaneous informational] 200 OK 201 Created 202 Accepted for future processing 203 Non-authoritative information 204 OK, but nothing to send 205 Reset document 206 Partial content 2xx [Miscellaneous successes] 300 Multiple documents available 301 Document moved permanently 302 Document found elsewhere 303 See other document 304 Not modified since last retrieval 305 Use proxy 306 Switch proxy 307 Document moved temporarily 3xx [Miscellaneous redirections] 400 Bad blocked packet 401 Authentication required 402 Payment required 403 Access forbidden 404 Document not found 405 Method not allowed 406 Document not acceptable to client 407 Proxy authentication required 408 Request timeout 409 Request conflicts with state of resource 410 Document gone permanently 411 Length required 412 Precondition failed 413 Request too long 414 Requested filename too long 415 Unsupported media type 416 Requested range not valid 417 Expectation failed 4xx [Miscellaneous client/log prefix errors] 500 Internal server error 501 Request type not supported 502 Error at upstream server 503 Service temporarily unavailable 504 Gateway timeout 505 HTTP version not supported 506 Redirection failed 5xx [Miscellaneous server errors] xxx [Unknown] fwanalog-0.6.9/langfiles/README0000600000175000017500000000041610207404234015125 0ustar bbbb00000000000000These are generated and contributed logfiles for different languages and different Analog versions. Use ../support/mklangfile.{language}.sh to create a language file from your Analog version's language file. Translations are also welcome. Balázs Bárány (balazs@tud.at)