- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Log of dial-up session - keystroke logging?
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-08-2006 03:09 AM
02-08-2006 03:09 AM
Log of dial-up session - keystroke logging?
Anyone have any ideas on how to keep a log of a dialup session to my system?
I need to monitor what the remote customer does exactly.
I thought about $SET HOST 0/LOG=mumble in the LOGIN.COM, but this seems a bit silly as they'd have to login twice and I can't see a way from preventing them breaking out of it easily. MONITOR & AUDIT won't really supply the info I need.
Thoughts anyone?
TIA
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:18 AM
02-08-2006 03:18 AM
Re: Log of dial-up session - keystroke logging?
http://www.decus.org/libcatalog/description_html/v00508.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:21 AM
02-08-2006 03:21 AM
Re: Log of dial-up session - keystroke logging?
there is SYS$EXAMPLES:ALPHA_LOGGER.C which may provide this kind of functionality.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:26 AM
02-08-2006 03:26 AM
Re: Log of dial-up session - keystroke logging?
Unfortunately the FTP link in Labadie's reply is dead - I'll try and track it down via other routes.
Thanks Volker, but my C knowledge is non-existent. I'll have to look at this one as a last resort.
Jpn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:34 AM
02-08-2006 03:34 AM
Re: Log of dial-up session - keystroke logging?
you don't need to know ANY C to build and run. ALPHA_LOGGER.C is a ready-to-run example:
$ cc alpha_logger
$ link alpha_logger
$ run alpha_logger
$ show proc
$ LOGO
$ TYPE SESSION.LOG
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:35 AM
02-08-2006 03:35 AM
Re: Log of dial-up session - keystroke logging?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:38 AM
02-08-2006 03:38 AM
Re: Log of dial-up session - keystroke logging?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:40 AM
02-08-2006 03:40 AM
Re: Log of dial-up session - keystroke logging?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:55 AM
02-08-2006 03:55 AM
Re: Log of dial-up session - keystroke logging?
I thought about $SET HOST 0/LOG=mumble in the LOGIN.COM, but this seems a bit silly as they'd have to login twice and I can't see a way from preventing them breaking out of it easily.
And still, this WAS our solution when we needed it!
- Have them (telnet) into a system (DISCONTROL_Y & CAPTIVE), with a LOGIN.COM that tells them their keystrokes get logged (at least in the Netherlands, you are not allowed to do that without informing each & every time that you are doing that), and then SET HOST/LOG to the actual target machine (fixed username and password, to be verified by LOGIN.COM in the target machine). Upon logout from there automaticcaly logout from the "logger" system.
Perhaps not high tech, but good enough for us at the time.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 05:31 AM
02-08-2006 05:31 AM
Re: Log of dial-up session - keystroke logging?
And there are lots of tools/applications making a mess of the output. And sometimes it is just that that needs to be logged (did someone change the salary db ?).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 09:43 AM
02-08-2006 09:43 AM
Re: Log of dial-up session - keystroke logging?
Use sysman for alf. Example
$ mc sysman alf show
%SYSMAN-I-ALFFIL, contents of ALF database on node TEST
Terminal/Port Name Username
-------------------------------------- --------
MODEM_SERVER/MODEM1 DIALIN1
MODEM_SERVER/MODEM2 DIALIN2
Explore ALF. Not a well know feaure but useful. Entry is via sysman.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 11:59 AM
02-08-2006 11:59 AM
Re: Log of dial-up session - keystroke logging?
> thought about $SET HOST 0/LOG=mumble
>in the LOGIN.COM, but this seems a
>bit silly as they'd have to login twice
Not entirely! You can setup a pair of accounts for each user. An "outer" and "inner". The purpose of the outer account is the initial login and to manage the logs. It's captive and has NO PASSWORD! It then does:
$ SET HOST 0/LOG INNER
(or more likely "USER_SECURE" or similarly generated username).
Since you've given SET HOST the username, all it prompts for is the password. The LGICMD of the inner account can verify that it's logged in from the outer account, so you've enforced the logging.
The user only sees one Username and one Password prompt, but there may be output in between. Since the usernames are separate, you can secure the logs very well. You could even put the "outer" usernames on a different system, and have a split network so the inner system is physically inaccessible except through the logging system.
The whole thing can be setup very easily with about 50 lines of DCL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 12:51 PM
02-08-2006 12:51 PM
Re: Log of dial-up session - keystroke logging?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 06:18 PM
02-08-2006 06:18 PM
Re: Log of dial-up session - keystroke logging?
$ set ho 0/log inner
%DCL-W-MAXPARM, too many parameters - reenter command with fewer parameters
\INNER\
Does this involve any undocumented feature ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 07:32 PM
02-08-2006 07:32 PM
Re: Log of dial-up session - keystroke logging?
Not really wanting to pay for any software for this solution so the RAXCO product is out, but it would do what I want. Thanks.
Terminal server/ALF solution not really suitable for this - we only have a thinwire 10mb DS90TL and I don't want to open the whole full modem-control supported DECserver argument........
I'm following up the LOGGER program and my original idea.
Thanks again.
Jon