- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What should be looked into
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 03:33 AM
02-22-2004 03:33 AM
What should be looked into
Please provide me a guideline and the ports that need to be blocked.
Thanks
Faizer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 03:49 AM
02-22-2004 03:49 AM
Re: What should be looked into
A good idea is to block all the ports and open only the ones that are needed. There are ports that are needed for the system to function and the ports that are required for your application to operate. Most of the ports can be found in /etc/services. Many of them listed in /etc/inetd.conf can be turned off. Standard telnet/ftp/rlogin/rcp/rexec/remsh commands can be replaced with more secure ssh/scp/sftp that you can download from software.hp.com site.
You can find all the open *TCP* ports on the system using 'netstat -an |grep LISTEN'. WIthout -n in netstat will display the port name instead of number but it may take quite a while.
Quite a few services like r-commands, tftp,CDE/X related services can be turned off with inetd.conf.
You can get a good idea with HP's bastille tool. You can download it from the following site.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 08:59 AM
02-22-2004 08:59 AM
Re: What should be looked into
As ar as specific ports related to applications that you run on your server, these should be documented with the applications. Additionally, download a copy of lsof to document active ports (http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 09:09 AM
02-22-2004 09:09 AM
Re: What should be looked into
bastion document
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/building_a_bastion_host.pdf
bastille:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 09:19 AM
02-22-2004 09:19 AM
Re: What should be looked into
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA
BIND latest version if you use it
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2
Secure Shell(doc attached)
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Host Intrustion Detection System
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J5083AA
IPSEc
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4256AA
TCP Wrapper
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP
Internet Express(includes perl)
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
Perl by itself
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL
Thats just the software.
I have tracked over 5,000 failed intrustion attempts on an HP-9000 server that I use as a firewall and experimental server.
This is a big job you have been assigned.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 09:20 AM
02-22-2004 09:20 AM
Re: What should be looked into
IPFilter firewall.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
Oh how I wish someone would port iptables to HP-UX
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 09:01 PM
02-27-2004 09:01 PM
Re: What should be looked into
I would be getting back to you'll once again when the time comes.
Hope I would be helped again on the same topic...
best regards
Faizer