Search the web
Sign In
New User? Sign Up
linux_forensics
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2995 - 3024 of 3157   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2995
Good morning, I have what should be an image of a reconstructed RAID 1+0 array from a freebsd system. RAID Reconstructor "blessed" one particular configuration...
David Kovar
dkovar
Online Now Send Email
Nov 1, 2008
10:19 pm
2996
Greetings. Are there any good log file analysis tools that people are using for forensic or incident response? I have heard that some people are using...
Simson Garfinkel
simsongarfinkel
Offline Send Email
Nov 3, 2008
2:01 am
2997
I've run some trials with Sawmill. It is commercial, flexible and it natively covers a large number of log formats. http://www.sawmill.net/index.html. ...
Brewis, Mark
mark.brewis@...
Send Email
Nov 3, 2008
9:25 am
2998
however Win32, but my logparser of choice is the free Microsoft LogParser 2.2 ...
Mark Stam
stamblogs
Offline Send Email
Nov 3, 2008
11:05 am
2999
Hi Simson, Since you sent this to the Linux Forensics group I'm presuming you're looking for A) tools to analyze log files common to the Linux operating system...
farmerdude
farmerduderl
Offline Send Email
Nov 7, 2008
1:23 am
3000
I'm not familiar with Delve or grokevt. Can you provide URLs? In general, most of the programs I've seen do parsing, but do not do detailed correlation,...
Simson Garfinkel
simsongarfinkel
Offline Send Email
Nov 7, 2008
5:14 am
3001
Hi all, I'm trying to figure out how to create a directory of symbolic links from a list of files. For example, if I wanted to create a file list of all...
Lehr, John
slopd4256
Offline Send Email
Nov 7, 2008
9:21 pm
3002
I am on my way out of the door right now, but my first inclination is the use of xargs with ln I will write up a command when I get to a nix box. Jason...
sploithunter
Offline Send Email
Nov 7, 2008
9:43 pm
3003
... Hash: SHA1 Stuart, Revisiting an old thread, have you tried dcat from the sleuthkit e.g. dcat -f raw 32mb.dd 0 -h Also converting hex to decimal is quite...
echo6
echo6_uk
Offline Send Email
Nov 7, 2008
10:55 pm
3004
On Fri, 7 Nov 2008 10:20:39 -0800 ... Have a look at Slackware's makepkg(8) utility. It walks through a package DESTDIR, removes the symlinks from it, and...
Robby Workman
robw810
Offline Send Email
Nov 8, 2008
1:46 am
3005
I got most of the way there, only I need to deal with the dupe filenames still: # find /home/user/ -type f -exec file {} \; | grep -i image | cut -f1 -d: |...
Lehr, John
slopd4256
Offline Send Email
Nov 8, 2008
1:46 am
3006
... John, A couple of points to ponder: 1) You might want to use "xargs" for the file command instead of "-exec". The find command is most useful with -exec...
Grundy, Barry J. (HQ-...
grundy_b
Offline Send Email
Nov 8, 2008
4:20 am
3007
Thanks RW for the pointer. I'll take a look. ______________________________________ John Lehr Evidence Technician San Luis Obispo Police Department 1042...
Lehr, John
slopd4256
Offline Send Email
Nov 8, 2008
5:58 pm
3008
Thanks, Barry. I had planned on using xargs with file when I saw how my command was working. I have since modified the command with "xargs -0 ln -s ..." for...
Lehr, John
slopd4256
Offline Send Email
Nov 8, 2008
5:58 pm
3009
sort and uniq it: find /home/user/ -type f -exec file {} \; | grep -i image | cut -f1 -d: | sort | uniq | xargs -d '\n' ln -s -t temp_dir/ Jeff....
Jeff Bryner
jbryner1
Offline Send Email
Nov 8, 2008
6:10 pm
3010
... Are you sure you'd want to *eliminate* the duplicates? Having duplicate file names does not mean you have duplicate data. It would probably be better to...
Grundy, Barry J. (HQ-...
grundy_b
Offline Send Email
Nov 9, 2008
3:27 am
3011
Yeah, if it were me I'd send the output of the find command to a file and then sort | uniq -c | sort -rn to see if there were any dups. There shouldn't be any...
Jeff Bryner
jbryner1
Offline Send Email
Nov 9, 2008
6:43 pm
3012
If you want to eliminate duplicates, instead of keying on file name, consider using the file's hash value. You could have the script (or another script)...
Ray Strubinger
rays_gcfa
Offline Send Email
Nov 10, 2008
12:43 am
3013
Hi All, I'm glad to announce this new Linux Forensics Live Distro: http://www.caine-live.net/en/index.html CAINE (Computer Aided INvestigative Environment) is...
Nanni Bassetti
nannib7013
Offline Send Email
Nov 10, 2008
10:16 am
3014
John, I haven't checked this mail in a while, hopefully it's not too late for you. 1) -exec will be very inefficient, you should pipe them to xargs for better...
swinginscott
Offline Send Email
Nov 11, 2008
1:27 pm
3015
Recently there were several postings which discussed the use of the find and the xargs command. I would like to point out that there is a significant security...
Simson Garfinkel
simsongarfinkel
Offline Send Email
Nov 11, 2008
6:28 pm
3016
Hi All, I am the program director for Computer Forensics at a college in Minnesota.I would like to ask anyone here willing to server our advisory committee....
aladejebi
Offline Send Email
Nov 25, 2008
7:09 am
3017
Why not mention the college by name?...
Stevens R. Miller
bobhey2000
Offline Send Email
Dec 1, 2008
11:51 am
3018
Hi Stevens,   The college is Century College but I was more interested in contacting those who are intetrested regardless of the college. We are the largest 2...
Israel Aladejebi
aladejebi
Offline Send Email
Dec 1, 2008
5:09 pm
3019
Hello, Rapier is a forensics data carver written for Linux. To simply put what it does is, it looks for file headers and footers. Once it identifies the file...
maillist@...
Send Email
Dec 1, 2008
11:14 pm
3020
I am looking for ideas on what to do with www.opensourceforensics.org. It is currently a manual process to edit the raw HTML files and add the needed data...
Brian Carrier
bdcarrier
Offline Send Email
Dec 2, 2008
3:40 am
3021
Hi Guys, If you record a DVD on a hardware DVD recorder using DVD +R or DVD -R media instead of RW media, the DVD recorder cannot go back and write the disc...
Harry Duncan
usr.src.linux@...
Send Email
Dec 2, 2008
8:06 am
3022
Drupal is a good CMS or Joomla. There are, in both CMS, many possibilities to integrate a forum or to use a bibliografy. In Drupal there is a possibility for...
francis nolf
nolffrancis
Offline Send Email
Dec 2, 2008
1:08 pm
3023
Brian, I will volunteer for that. I was just actually working on the creation of an open source (code and technology) law enforcement association, to include...
sir_llew
Offline Send Email
Dec 2, 2008
3:41 pm
3024
... Hash: SHA1 Count me in! If I can help I will. Have you considered a wikipedia section? Jon. ... Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG...
echo6
echo6_uk
Offline Send Email
Dec 2, 2008
5:24 pm
Messages 2995 - 3024 of 3157   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help