- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Intruder Alert
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-03-2008 06:09 PM
тАО12-03-2008 06:09 PM
I am facing problem with my HP-Unix 11.11
We are not able to login to server through telent nor with any other service.
We taken GSP console of the server and trying to resolve issue.
In the shell propmt i m getting this message :
[hostname:Intruder Alert.:dirname]>
Can you please, explain me why this "Intruder Alert." showing on this prompt????
Is there anyone hacked my system????
Appreciate your earliest response.
regards,
Vikas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2008 06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2008 03:54 AM
тАО12-04-2008 03:54 AM
Re: Intruder Alert
Thanks for your perfect answer.
Now, can you guide me what steps should we take to analyze and find why me and my all users not able to login into system?
According to me the possible issue is:
1) Deletion of root entry from /etc/passwd file.
What are other reasons to such problems?
If the root entry is get deleted what steps should I take to recover it when I am having only GSP / Console to connect remote HP-Unix server?
Please, guide me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2008 06:40 AM
тАО12-04-2008 06:40 AM
Re: Intruder Alert
I'm sorry, I missed the part about neither root nor any users could log in.
If that's the case, boot your system into single-user mode. Examine and/or fix your '/etc/passwd'. If it is hopelessly corrupt, null or missing, mount '/usr' and copy '/usr/newconfig/etc/passwd' as '/etc/passwd'. This will provide a skeletal 'passwd' file like you would have following a cold-install. At that point you could boot normally and use your backup software to retrieve a good copy of your real '/etc/passwd'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2008 06:52 AM
тАО12-04-2008 06:52 AM
Re: Intruder Alert
Is it authentication issue or telnet or any network services or not working?
If you are able to telnet/rlogin/ssh and authentication fails, then it could be password file issue. Try the James suggestion to recreate the password file.
If it is services issue you need to look into inetd.conf and /etc/services file.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2008 07:15 AM
тАО12-04-2008 07:15 AM
Re: Intruder Alert
Thank you very much. I followed the same steps only. Just wanted to check my steps are right or somewhere I missed anything. Your reply helped me to confirm all this thing.
Ganesan,
I checked inetd.conf and /etc/services and there was nothing changed or corrupt. After that I tried to execute "inetd -c" but this command too I m not able to execute. As you said it was password issue only. So, I resolved it as per James instructions.
Thank you all.
I just want to know one more thing is such problem occur due to change in nsswitch.conf file????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2008 08:12 AM
тАО12-04-2008 08:12 AM
Re: Intruder Alert
If you modify the nsswitch.conf to refer other sources like NIS for login authentication, and not specified to refer local /etc/hosts when NIS authentication fails, then users will not be able to login.
But this will not corrupt /etc/passwd file happened in your case
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 06:01 AM
тАО12-05-2008 06:01 AM
Re: Intruder Alert
Thanks for your great co-operation and help for solving my queries.
Ganesan thanks for your right answer.
regards,
Vikas Thorat.