Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2006 06:03:13 -0500
From:      "Nikolas Britton" <nikolas.britton@gmail.com>
To:        "Igor Robul" <igorr@speechpro.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: BSDstats Project v2.0 ...
Message-ID:  <ef10de9a0608090403r708bf163pc849f61b77d41801@mail.gmail.com>
In-Reply-To: <ef10de9a0608090341l696b6ea3s2187f4b0a9b5fa6e@mail.gmail.com>
References:  <20060807003815.C7522@ganymede.hub.org> <20060808102819.GB64879@augusta.de> <20060808153921.V7522@ganymede.hub.org> <44D8EC98.8020801@utdallas.edu> <20060808201359.S7522@ganymede.hub.org> <44D91F02.90107@mawer.org> <20060808212719.L7522@ganymede.hub.org> <20060809072313.GA19441@sysadm.stc> <ef10de9a0608090341l696b6ea3s2187f4b0a9b5fa6e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/9/06, Nikolas Britton <nikolas.britton@gmail.com> wrote:
> On 8/9/06, Igor Robul <igorr@speechpro.com> wrote:
> > On Tue, Aug 08, 2006 at 09:30:42PM -0300, Marc G. Fournier wrote:
> > > Could create problems long term .. one thing I will be using the
> > > IPs to do is:
> > >
> > > SELECT ip, count(1) FROM systems GROUP BY ip ORDER BY count DESC;
> > >
> > > to look for any 'abnormalities' like todays with Armenia ...
> > >
> > > hashing it would make stuff like that fairly difficult ...
> > You can make _two_ hashes and then concatenate to form unique key.
> > Then you still be able to see "a lot of single IPs". Personaly, I dont
> > care very much about IP/hostname disclosure :-)
>
> I still like my idea the best for unique keys. It's a better way to
> detect hosts behind NATs, here it is again, four versions to pick
> from:
>
> # ifconfig | sha256
> cbcc2f55a340c248af7e8a10871150d827af11d7051bbc782eefa04b0603248b
> # ifconfig | sha1
> b607b9d45e6ad40c02ab20800e0d70245ab6db68
> # ifconfig | md5
> 22a2a3eca61166fb113f1a688b3dd842
> # ifconfig | cksum
> 3977021799 540
>
> The only down side is it still can be faked, just like everything else.
>
>

Based on the man pages: http://www.freebsd.org/cgi/man.cgi?
md5 first appeared in 1.1.5.1-RELEASE
sha1 first appeared in 4.10-RELEASE
sha256 first appeared in 6.0-RELEASE, 5.5-RELEASE.

That rules out sha256 and sha1, cksum was never a contender so this leaves md5.


-- 
BSD Podcasts @:
http://bsdtalk.blogspot.com/
http://freebsdforall.blogspot.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef10de9a0608090403r708bf163pc849f61b77d41801>