- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lastb, syslog and scripts
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
01-11-2002 06:34 AM
01-11-2002 06:34 AM
lastb, syslog and scripts
1. Cannot run trusted at this time. Want to set up syslog to log failed logon attempts. Is this possible? How? In syslog.cong tried:
auth.debug /var/log/all/auth.log
did not work and don't want to run syslog in debog mode.
2. Cannot run trusted at this time. Want to run auditing tools to monitor lastb, system calls, process autdits, etc... Any one know of some good URLs for scripts to do this?
thanks
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 06:57 AM
01-11-2002 06:57 AM
Re: lastb, syslog and scripts
If you are are looking for system account
then have a look at man pages of turnacct and runacct.
Also have a look at following doc
http://us-support.external.hp.com/cki/bin/doc.pl/sid=180b7b171ae9756c09/screen=ckiDisplayDocument?docId=200000024603008
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 07:17 AM
01-11-2002 07:17 AM
Re: lastb, syslog and scripts
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 07:40 AM
01-11-2002 07:40 AM
Re: lastb, syslog and scripts
I understood your query. It's NOT required a trusted system to run this accounting.
Also have a look at this doc..
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=2c805c051d7b228bbb/screen=ckiDisplayDocument?docId=200000049411505
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 12:52 PM
01-11-2002 12:52 PM
Re: lastb, syslog and scripts
You may want to run a script in cron to run lastb command with output redirected to /var/adm/syslog/syslog and then trim the btmp file.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 04:53 PM
01-11-2002 04:53 PM
Re: lastb, syslog and scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 08:03 AM
01-14-2002 08:03 AM
Re: lastb, syslog and scripts
Mark, lastb is one of my issues. I found a great tool called logcheck that performs some good auditing checks.
http://www.psionic.com/abacus/logcheck
The problem is that it appears to use the syslog facility for all of its information. However, it has notification built into it that informs me via e-mail when/if a breach occurs. (I realize this is not optimal.)
One of my problems is with bad logins. When a user causes three bad login attempts, how would I get notified of this? I want to have an automated process that informs me immediately of the issue. I would not want to pipe output of lastb to syslog so that logcheck can catch it but how else would I monitor bad logins without the auditing subsystem turned on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 08:23 AM
01-14-2002 08:23 AM
Re: lastb, syslog and scripts
I was thinking you might want to do accounting on the system since "trust"ing the server is pretty much required for auditing.
I'm sorry for the previous posts
-USA..