- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lockdown /etc/services
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
04-11-2002 07:27 AM
04-11-2002 07:27 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:31 AM
04-11-2002 07:31 AM
Re: lockdown /etc/services
it should be read only be default , so change it.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:32 AM
04-11-2002 07:32 AM
Re: lockdown /etc/services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:47 AM
04-11-2002 07:47 AM
Re: lockdown /etc/services
There you can specify the service name and to whom you wna to block the access (machine).....
Hope this helps.
Simply by making /etc/services readable will not do anything. That is an irrelavent thing here.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:50 AM
04-11-2002 07:50 AM
Solutionany reason for this request ?
I mean "services" is a lookup database for the systemcall "getservbyname".
So whatever is in there does not mean the service is available. Just to take read away looks to me like a try to "hide by disguise" a service.
This is pretty much like using a non-standard tcpip-port for a standard application which is opposed to common thinking no security feature. A real hacker will use a portscan-tool and find your Oracle-Listener even if it runs on Port 12345.
So the only non-benefit is you have more trouble with your administration.
If you need protection, go for a firewall and a good concept.
Just my 0.02 ???
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:51 AM
04-11-2002 07:51 AM
Re: lockdown /etc/services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:59 AM
04-11-2002 07:59 AM
Re: lockdown /etc/services
Volker's comments say it all!. Don't be badgered by the auditors. '/etc/services' should be readable by all, and need not be marked writeable, since as 'root' you can edit (write) it regardless. Having controlled that, only you (root) can add or remove services. Auditors often go on witch-hunts to show management that they earned their keep!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:05 AM
04-11-2002 08:05 AM
Re: lockdown /etc/services
Rgds,
JEFF
P.S.
inetd.sec & inetd.conf is where the REAL, internal security is & SHOULD be set! And NOTHING beats a well configured FW for external security!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:05 AM
04-11-2002 08:05 AM
Re: lockdown /etc/services
/etc/services much like /etc/rpc is a lookup table for Berkely and Arpa sevices for the Unix OS.
These have to be available for the OS (and users) to have basic functionality with the outside world.
As was suggested earlier, different options exist for locking down the server securely and effectively.
The auditors should provide supporting doc (reasons) for such request.
TCPwrappers (HP's IPSec900), SSL, and HP's patch PHNE_23949 which helps control ftp'users' access may help in controlling access to this server.
Finally you may want to search/browse the security forum for past postings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:12 AM
04-11-2002 08:12 AM
Re: lockdown /etc/services
I hope they're not making any other similarly stupid demands. If so, you need to raise the red flag with management.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:15 AM
04-11-2002 08:15 AM
Re: lockdown /etc/services
Thanks again.