- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet login banner message (actual text used)
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
03-31-2003 07:14 AM
03-31-2003 07:14 AM
I know how to change the telnet banner message. What I would like to know is what others are changing their customer banner message to?
Our security person wanting to put some verbiage about unauthorized use is prohibited. But I am thinking this is sort of like telling someone who is trying to "get in" that there is something of value on this system. I am not sure I want that. Or it's kind of like telling a kid not to do something, in which case they will try even hard to do what they are told not to do.
What are others using for their customer telnet banners message?
Thanks!
- Justin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:19 AM
03-31-2003 07:19 AM
Re: telnet login banner message (actual text used)
Our legalpeople want us to put the "prohibited"-line, so they have more legal ways to act at hackers. They were warned.
HTH
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:21 AM
03-31-2003 07:21 AM
Re: telnet login banner message (actual text used)
cat /etc/copyright
# Display the Security Policy Screen
if [ -f /etc/secure_policy ]
then
cat /etc/secure_policy
echo "\t\t\tHit
read
fi
# Message of the Day
if [ -r /etc/motd ]; then
cat /etc/motd
fi
in /etc/profile
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:21 AM
03-31-2003 07:21 AM
Re: telnet login banner message (actual text used)
Options
telnetd has the following options.
-b [bannerfile] Specify a file containing a custom banner. This
option overrides the standard telnetd login
banner. For example, to use /etc/issue as the
login banner, have inetd start telnetd with the
following lines in /etc/inetd.conf (\ provides
line continuation):
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue
If bannerfile is not specified, telnetd does not
print a login banner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:21 AM
03-31-2003 07:21 AM
SolutionWhen we setup our first Unix systems here five years ago, we started out with some decently strong language thanks to a consultant we had on site. He suggested that there are good legal reasons for posting strong language in the /etc/issue nagger, uh, I mean banner file. Since then, our Security guru had us go to even sterner language.
The idea is that the banner won't stop a hacker, but if you do get hacked and you get to prosecute them, it makes your lawyer's job a bit easier. Our guy also mentioned a case where the hacker was aquitted because the banner had the word 'welcome' in it which was interpreted to mean the site was open for anyone to try. I've never seen the actual case so I can't vouch for it, but it sounds reasonable.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:22 AM
03-31-2003 07:22 AM
Re: telnet login banner message (actual text used)
I vaguely remember a conversation I had with a security expert a few years ago, where he was comparing these system banners to 'Trespassers will be prosecuted' signs... the point he was making was that if you don't make it entirely clear that its illegal to attempt entry to the system and that you will be prosecuted if you do, then in court a cracker can claim that he didn't know he wasn't allowed in!
Here's one I've seen used often:
"NOTICE: Computer Security systems exist that are intended to prevent any person or device from making unauthorised use of this online network system. Legal action may result from unauthorised access attempts."
HTH
Duncan
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:22 AM
03-31-2003 07:22 AM
Re: telnet login banner message (actual text used)
Also you'll find that some telnet banners consist of patch information - valuable for a would-be hacker to try and determine if your system has known vulnerabilities.
Kids will be kids - if they want to try and hack a system, they'll have a go no matter what the banner says - make it harder for them by not giving out any more information than you have to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:26 AM
03-31-2003 07:26 AM
Re: telnet login banner message (actual text used)
Our telnet banner gives no information about the system - i.e. is it unix, or what version of OS. And has the line Unauthorised access is not permitted.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:30 AM
03-31-2003 07:30 AM
Re: telnet login banner message (actual text used)
we also do a similar thing. And just like everyone else, it's not a matter of saying that something is of value, but it's for the company and/or the lawyers to have more recourses against such a use if that was the case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:35 AM
03-31-2003 07:35 AM
Re: telnet login banner message (actual text used)
I would put the name of the system and nothing else (except the legal junk) in /etc/issue and make that the banner for rlogind and telnetd (it's automatic for terminals and modems). Don't use the default.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 12:36 PM
03-31-2003 12:36 PM
Re: telnet login banner message (actual text used)
Thanks to all who replied. It does sound like the strong language does need to be there and our security person is right on track.
Thanks again!
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:06 PM
03-31-2003 06:06 PM
Re: telnet login banner message (actual text used)
LEGAL NOTICE
--------------------
Authorized users only. Use of this system may be monitored and recorded by systems personnel. Users expressly consent to such monitoring and are advised that suspected criminal activity will be reported to law enforcement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:14 PM
03-31-2003 06:14 PM
Re: telnet login banner message (actual text used)
We use a simple method, the system name only, to tell us what system we are connecting to. These system names only mean something to us.
(KISS principle)