Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Secure Logging ....!!!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Martin Paré  
View profile  
 More options Nov 16 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: "Martin Paré" <mp...@nortelnetworks.com>
Date: 1999/11/16
Subject: Secure Logging ....!!!
Here is a fairly generic question for this newsgroup but here it is.

My problem is simple I need to have secure logs. When I say "secure", I
means that even root will not be able to alter them of remove them. Also
I would like these logs to rotate over some period of time (ajustable
period of course).

Read access to these logs should be authenticated and authorised through
some sords of security standards (RADIUS/IPSec???).

Last but not least, my operating system should allow these logs to be
written in a secure manner (say through a tunnel).

This is a huge wish list I realize, but I have some tought on the
subject and I am wondering if the major vendors (Sun, IBM, HP) have been
adressing the subject....

Thanks,

Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruno Wolff III  
View profile  
 More options Nov 16 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: br...@cerberus.csd.uwm.edu (Bruno Wolff III)
Date: 1999/11/16
Subject: Re: Secure Logging ....!!!
From article <38318C8F.16384...@nortelnetworks.com>, by "Martin =?iso-8859-1?Q?Par=E9?=" <mp...@nortelnetworks.com>:

> My problem is simple I need to have secure logs. When I say "secure", I
> means that even root will not be able to alter them of remove them. Also
> I would like these logs to rotate over some period of time (ajustable
> period of course).

There is a paper on this that you can get at:
http://www.counterpane.com/auditlog2.html

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shadows  
View profile  
 More options Nov 16 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: shad...@whitefang.com (shadows)
Date: 1999/11/16
Subject: Re: Secure Logging ....!!!

Martin Paré mp...@nortelnetworks.com wrote:
>Here is a fairly generic question for this newsgroup but here it is.

>My problem is simple I need to have secure logs. When I say "secure", I
>means that even root will not be able to alter them of remove them. Also
>I would like these logs to rotate over some period of time (ajustable
>period of course).

BSD has the notion of the append-only permission, this would prevent
modifying anything that's already in the file.

>Read access to these logs should be authenticated and authorised through
>some sords of security standards (RADIUS/IPSec???).

>Last but not least, my operating system should allow these logs to be
>written in a secure manner (say through a tunnel).

>This is a huge wish list I realize, but I have some tought on the
>subject and I am wondering if the major vendors (Sun, IBM, HP) have been
>adressing the subject....

Yep your other requirements make things a little more complicated.
Something you can do at home may be syslogd + tcpwrappers + ssh
tunnel.

I used to know an admin who just printed everything on the fly as it
was logged. Seems like the safest way to me :)

--
Thamer Al-Herbish                           <URL http://www.whitefang.com/>
shad...@whitefang.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jerry Bell  
View profile  
 More options Nov 16 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: "Jerry Bell" <je...@bellnetworks.net>
Date: 1999/11/16
Subject: Re: Secure Logging ....!!!
As you know, root being omnipotent on a unix box will be a problem in this
case.  The way I have handled this in the past is to have all logs dumped to
a hardened syslog server on a separate network segment, behind a firewall.
Since the syslog server is not a production box, access to it can be very
tight.  As far a encrypting the logs in transit (assuming you are sticking
with the normal syslog, I am not familiar with anything commercial that does
this), you could either use a firewall with encrypted vpn capability in
front of the servers sending the logs and in front of the syslog server.
The second way is to use syslogng, which uses TCP rather than UDP for
transporting logs.  Using TCP allows you to put stunnel (an openssl based
encrypted tunnel program), and also has the added benefit not being
susceptible to 'spoofed log stuffing'.
A much more difficult to deal with problem if you don't trust the root users
of a UNIX box, you really can't trust the logs that come from that box.  As
root, I could kill syslogd (or any equivalent), modify the configuration
file, install a 'custom logger' that happily generates normal looking logs,
or anything else my heart desires.

Jerry
http://www.bellnetworks.net/cs

Martin Paré <mp...@nortelnetworks.com> wrote in message

news:38318C8F.1638428F@nortelnetworks.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan De Wit  
View profile  
 More options Nov 17 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: Johan De Wit <Johan.De...@pts.be>
Date: 1999/11/17
Subject: Re: Secure Logging ....!!!
Hi,

Just an idea

Connect another simple machine to your system where you want secure
logging over a dedicated serial line, only allowing output to the
logslave. This should make it harder to change logfiles.

Jo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Plum  
View profile  
 More options Nov 17 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.security.unix
From: Jeff Plum <jp...@cc.nih.gov>
Date: 1999/11/17
Subject: Re: Secure Logging ....!!!
You could send the log files to a printer or a read-only device, CD-ROM,
tape, etc.

Jeff Plum


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas H. Ptacek  
View profile  
 More options Nov 21 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: t...@shell-3.enteract.com (Thomas H. Ptacek)
Date: 1999/11/21
Subject: Re: Secure Logging ....!!!
Tue, 16 Nov 1999 21:35:29 GMT shad...@whitefang.com:

>BSD has the notion of the append-only permission, this would prevent
>modifying anything that's already in the file.

I think it's unwise to rely on BSD-style "securelevel" mechanisms. They
have been repeatedly broken, because the system is conceptually frail; to
assume that securelevels are secure, you must also assume that the kernel
and its userland interfaces are all secure from attack against the
superuser. This is a very large assumption, and not one I'd stake my
business on.

>>Read access to these logs should be authenticated and authorised through
>>some sords of security standards (RADIUS/IPSec???).

I don't understand what you mean by this. A fairly good way to protect
logs is with cryptography. RADIUS is not a cryptographic algorithm, but
rather a means by which authentication requests can be forwarded
"securely" across a network. IPsec is simply a secure network transport.
What either of these have to do with reading logs escapes me.

>>Last but not least, my operating system should allow these logs to be
>>written in a secure manner (say through a tunnel).

Again, I think you need to define your terms more clearly and explain the
context in which you're discussing them. I don't see what a tunnel has to
do with writing logs.

Perhaps you're discussing the details involved in forwarding logs across
an insecure network, a la the syslog protocol? If so, the solution to that
problem is fairly obvious; use a cryptographic network protocol that
authenticates each log message and optionally provides confidentiality.

The problem of secure storage and updating of logs in hostile operating
system environments has been a topic of much research lately; see CORE's
PEO-1 protocol and Schneier's Counterpane work on the subject of updatable
logs that provide integrity assurance.  

>I used to know an admin who just printed everything on the fly as it
>was logged. Seems like the safest way to me :)

Not really. Attackers generate log events and have some control over their
contents. This gives them a means by which they can influence your
printing system and the printing hardware itself. Your logging capability
isn't very useful if I can disable it trivially by soaking all your paper
in toner.

--
----------------------------------------------------------------
Thomas H. Ptacek                      http://www.pobox.com/~tqbf
----------------------------------------------------------------
"If you're so special, why aren't you dead?"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James H. Moore (Jim)  
View profile  
 More options Dec 15 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: "James H. Moore (Jim)" <jmo...@image.kodak.com>
Date: 1999/12/15
Subject: Re: Secure Logging ....!!!
You can have 2 ethernet interfaces on the unix box, and hang the syslog
server off the segment on the 2nd ethernet interface if you don't want
the traffic seen on the net.

>As far a encrypting the logs in transit (assuming you are sticking
> with the normal syslog, I am not familiar with anything commercial that does
> this), you could either use a firewall with encrypted vpn capability in
> front of the servers sending the logs and in front of the syslog server.
> > My problem is simple I need to have secure logs. When I say "secure", I
> > means that even root will not be able to alter them of remove them.

Very tough to do.  Because as noted earlier, anything can be substituted
by root, syslogd, tripwire that checks syslogd to make sure that it
hasn't been substituted.  You might try Memco.  I have no experience, so
I don't know if their OS would meet your needs.

--
   Jim Moore                   Eastman Kodak Company
   Systems Support Consultant  1700 Dewey Avenue
   (716) 588-2006              6/69/RL  Mailstop: 01925
   jmo...@image.kodak.com      Rochester, NY 14650-1925


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich Teer  
View profile  
 More options Dec 15 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: Rich Teer <r...@rite-group.com>
Date: 1999/12/15
Subject: Re: Secure Logging ....!!!
On Wed, 15 Dec 1999, James H. Moore (Jim) wrote:

> > > My problem is simple I need to have secure logs. When I say "secure", I
> > > means that even root will not be able to alter them of remove them.
> Very tough to do.  Because as noted earlier, anything can be substituted
> by root, syslogd, tripwire that checks syslogd to make sure that it
> hasn't been substituted.  You might try Memco.  I have no experience, so
> I don't know if their OS would meet your needs.

You could always log to a WORM device...

--
Rich Teer

NT tries to do almost everything UNIX does, but fails - miserably.

The use of Windoze cripples the mind; its use should, therefore, be
regarded as a criminal offence.  (With apologies to Edsger W. Dijkstra)

If it ain't analogue, it ain't music.

Voice: +1 (250) 763-6205
WWW: www.rite-group.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Berglund  
View profile  
 More options Dec 16 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: sbl+n...@dd.chalmers.se (Stefan Berglund)
Date: 1999/12/16
Subject: Re: Secure Logging ....!!!

On Tue, 16 Nov 1999 11:55:43 -0500, Martin =?iso-8859-1?Q?Par=E9?= wrote:
> Here is a fairly generic question for this newsgroup but here it is.

> My problem is simple I need to have secure logs. When I say "secure", I
> means that even root will not be able to alter them of remove them. Also
> I would like these logs to rotate over some period of time (ajustable
> period of course).

You might benefit from secure syslog, a syslog replacement that uses
cryptography to make sure that the logs are not tampered with.
The URL I got is:
http://www.core-sdi.com/ssyslog
I have not used it myself, only taken a quick look and I think that it
seems promising.
If it holds what it promises you get the logs somewhat tamper proof,
but you won't get protection against someone altering your encryption
keys or removing the logs altogether.

As far as I know there is no way to protect yourself from root in
unix, you will have to build a "secure" loghost that does nothing
except logging, preferably on a local network that isn't accessible
from outside. Read the different FAQ:s and papers about armoring and
securing solaris if that is what your using.
http://www.deter.com/unix/ and http://www.securityfocus.com has a lot
of what you need.

--
                        /Stefan
                        sbl+n...@dd.chalmers.se

Life - the ultimate practical joke


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darren Spiteri  
View profile  
 More options Dec 16 1999, 3:00 am
Newsgroups: comp.unix.aix, comp.unix.solaris, comp.security.unix
From: S...@spam-free.UUCP (Darren Spiteri)
Date: 1999/12/16
Subject: Re: Secure Logging ....!!!
In comp.security.unix James H. Moore (Jim) <jmo...@image.kodak.com> wrote:

> You can have 2 ethernet interfaces on the unix box, and hang the syslog
> server off the segment on the 2nd ethernet interface if you don't want
> the traffic seen on the net.

Serial port works quite well, a printer is best of all.
--
+-\___  ___  ______ /=\=/=\=/=\=/=\=/=\=/=\=/=\=/=\=/=\=/=\=/=\=/=\=/=\-+
: / __)| _ \||_   _|       NOTE: Above email address is fictitious      :
|:__  \:  _:: :: :          use rot13 to see email address below.       |
`(____/|_|--|_||_|-------------Qneera.Fcvg...@vagrenpg.arg.nh-----------'

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google