- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: suspect string in syslog.log
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-12-2002 03:29 PM
02-12-2002 03:29 PM
suspect string in syslog.log
Feb 12 23:05:54 server1 remshd[15355]: Connection from 0.0.0.0 on illegal port
Feb 12 23:05:56 server1 remshd[15356]: Connection from 0.0.0.0 on illegal port
Feb 12 23:05:59 server1 remshd[15357]: Connection from 0.0.0.0 on illegal port
Feb 12 23:06:05 server1 remshd[15360]: Connection from 0.0.0.0 on illegal port
Feb 12 23:06:17 server1 remshd[15378]: Connection from 0.0.0.0 on illegal port
Feb 12 23:06:42 server1 remshd[15384]: Connection from 0.0.0.0 on illegal port
what this strings means?
thanks a lot for your aid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:42 PM
02-12-2002 05:42 PM
Re: suspect string in syslog.log
I am not 100% sure and don't want to
ring the alarm bells too loudly but it
looks as though there has been an
attempted hack into your machine using a
remote shell (remsh). The first thing I
would is (if you can) to close off any
unnecessary ports on your server. Start
with the inetd.conf file and comment out
items like these. Make sure you run
# inetd -c
after making any changes.
login stream tcp nowait root /usr/lbin/rlogind rlogind
shell stream tcp nowait root /usr/lbin/remshd remshd
Did this just start happening or have you
just noticed it?
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:36 PM
02-12-2002 06:36 PM
Re: suspect string in syslog.log
As Michael said, shut down what you don't use:
http://people.hp.se/stevesk/bastion.html
Is this server on the internet or within your local network?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 10:49 PM
02-12-2002 10:49 PM
Re: suspect string in syslog.log
this server are in internet.
how can i be sure that i have had an attack?
thanks a lot.
gabriele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:05 PM
02-12-2002 11:05 PM
Re: suspect string in syslog.log
Seeing that you system is on the internet I suggest that you try to make it as robust as possible, by stopping ALL unnecessary services. Also have a look at the link below, it has some interesting information in regards
to hacking.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x71b779bffde7d4118fef0090279cd0f9,00.html
If you haven't already, have a good read of the document link posted by Harry. I have two systems on the net and both were built using this method. To date we haven't been hacked. (touch wood!)
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:52 PM
02-12-2002 11:52 PM
Re: suspect string in syslog.log
A ports of remsh is closed by firewall, and this error was created by a failed control of a monitoring system.