- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IDS agent - does not email
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
03-13-2002 07:03 PM
03-13-2002 07:03 PM
Any inputs ?
Thanks much
Krishnan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 07:49 PM
03-13-2002 07:49 PM
Re: IDS agent - does not email
Krishnan,
Can you execute these scripts manually in the /opt/ids/reponse directory, and do they work as expected? In other words, do the shell scripts work, and are the permissions correct? Remember to check the Owner and Group ID's, because if IDS agent is not root, then it must belong to the group, or be the owner.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 08:58 PM
03-13-2002 08:58 PM
Re: IDS agent - does not email
The agent runs as ids.
As regards the script, I am first testing with the sample script given in the IDS9000 manual. All it does is it checks if the alert severity is 1 and then it should email to the list. But I am not sure where or how the script gets the $1,$2,..arguments from(within the IDS)
Thanks
Krishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 11:19 PM
03-13-2002 11:19 PM
Re: IDS agent - does not email
here is a small c program that will do the work (mail to root if severity =1)
compile it with cc ids_alertResponse.c -o ids_alertRespnse.o
and copy it to /opt/ids/resonse
and give it the followinf permissions:
-r-x------ 1 ids ids 16384 Feb 22 21:20 ids_alertResponse
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:26 PM
03-14-2002 08:26 PM
Re: IDS agent - does not email
I have some users who login using their client interface etc. These logins are never reported in IDS ( These users dont have shell access though). Does IDS capture these login data ?
There is a regular entry in the passwd files for these users except that they have shell access turned as false.
Also I was "ssh"inf into my server and IDS never reported my login. Whys is this so ?
On the regular OS level, are these logins captured ? (/etc/btmp file ?)
Thanks
Krishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 01:07 AM
03-15-2002 01:07 AM
Re: IDS agent - does not email
For SSH (at least for SSH Communications SSH2), it reports to syslog. Thus you should see both unsuccessful and successful SSH logins in /var/syslog/syslog.log.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 01:08 AM
03-15-2002 01:08 AM
Re: IDS agent - does not email
For SSH (at least for SSH Communications SSH2), it reports to syslog. Thus you should see both unsuccessful and successful SSH logins in /var/adm/syslog/syslog.log.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:00 AM
03-15-2002 08:00 AM
SolutionEnabling login() breaks X11 forwarding, which is why it is not the default. login() will never be used if the user specifies a command to run, so don't rely on this setting for security. See the sshd(8) man page for more information.
SSH is usually configured to use the AUTH facility in syslog which can be sent to a file with more restrictive permissions than the normal system log. (Since on high logging levels the ssh logs can contain sensitive login data.)
The HP-UX default is to send AUTH to the same log as everything else.