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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 622 - 655 of 3157   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
622
An extremely simple way of doing this which is available to someone of even low skill is just to connect up a DV Handycam. While normally you would connect it...
Pybus, David
piecrust173
Offline Send Email
Jun 1, 2004
12:58 pm
623
I don't suppose there is an easy way to figure out if someone saved 'what files' to a floppy on a particular day, or days? System is Win98 Most all files were...
IanC
devorg
Offline Send Email
Jun 3, 2004
8:28 am
624
the created timestamp is useless too ? (not the modifyed one) On Thu, 3 Jun 2004 04:28:31 -0400...
Sirex
junk@...
Send Email
Jun 3, 2004
9:37 am
625
what about the dates on the .LNK file - you should be able to find a .lnk for that file to the a: drive. Maybe that could help.... Rich Thompson...
Rich Thompson
TEX_ATL
Offline Send Email
Jun 3, 2004
3:53 pm
626
I thought this would be really easy when I quoted doing this for a client in support of a deposition, but now I'm flummoxed! The client asked for a report...
Steve Fowler
sfowler@...
Send Email
Jun 3, 2004
8:02 pm
627
I'd be tempted to restore the drive, slave it, and wipe the deleted files off it. Afterwards do your searches on that then compare what file hits you got off...
IanC
devorg
Offline Send Email
Jun 3, 2004
8:10 pm
628
Ian -- That's very close to one of things I have done so far... but very time consuming, one-by-one processing. Anyone know about a UTILITY that takes a list...
Steve Fowler
sfowler@...
Send Email
Jun 3, 2004
8:19 pm
629
This seems simple so maybe I'm missing the point of the question. What's wrong with "find . -type f -exec egrep -c -H -f search_terms.txt {} \; " or even ...
Brendan Murray
bp_murray
Offline Send Email
Jun 3, 2004
11:05 pm
630
fgrep -lr --file=SEARCH_TERMS.txt /mounted/volume_or_imagefile >> \ /different/mounted/volume/HITLIST.txt Cory Altheide Senior Network Forensics Specialist ...
Altheide, Cory B. (IA...
digitalquincy
Offline Send Email
Jun 3, 2004
11:15 pm
631
... This is good, but depends upon the '-r' (recursive) option of (GNU) fgrep. If -r is supported, you're good to go. In older Linux's and on other Un*x's you...
Gary Funck
garyfunck
Offline Send Email
Jun 4, 2004
5:39 am
632
SMART. Point and click or drag and drop. ... ===== Regards - Andrew Rosen ASR Data Acquisition & Analysis, LLC - Austin, Texas ...
Andrew Rosen
asrdata
Offline Send Email
Jun 4, 2004
4:05 pm
633
... ... Thanks for the extended info, but searching through the GNU grep changelog yields the following: 1998-08-18 Paul Eggert Add support for new -r or...
Altheide, Cory B. (IA...
digitalquincy
Offline Send Email
Jun 4, 2004
4:17 pm
634
I just tried that Rich and for some reason it didn't work too well,, or at least I think it didn't. I did also just search for A:\ and of course got loads of...
IanC
devorg
Offline Send Email
Jun 4, 2004
5:30 pm
635
OK... How about the Recent Docs list, should be in the registry (I think the key is something like MRU). If it was on the C then saved to the then it might be...
Rich Thompson
TEX_ATL
Offline Send Email
Jun 4, 2004
5:47 pm
636
... [...] ... True. :) But sometimes you'll be called into an existing installation, which runs some combination of older systems and software and you won't be...
Gary Funck
garyfunck
Offline Send Email
Jun 4, 2004
5:52 pm
637
Thanks Rich,, Most all files though were opened by the company tech peoples and it is this which is causing me the headaches (them changing everything). The...
IanC
devorg
Offline Send Email
Jun 4, 2004
5:56 pm
638
Can someone explain in basic terms what the difference is between Data CD's & Music CD's and if there is a big difference why that is?...
IanC
devorg
Offline Send Email
Jun 5, 2004
9:39 pm
639
... [...] ... http://www.cdrfaq.org/faq07.html#S7-17 Subject: [7-17] What's the difference between "data" and "music" blanks? (2003/01/13) "Consumer"...
Gary Funck
garyfunck
Offline Send Email
Jun 5, 2004
9:52 pm
640
Ian - The primary diff is one of primary colors: *yellow book* is for data, *red book* is for music!! ;-) Try this link for an educational synopsis: ...
Steve Fowler
sfowler@...
Send Email
Jun 7, 2004
8:18 pm
641
I'm in the market for a new laptop for forensics purposes, and and interested in something with FireWire 800. It seems to me that the newish PowerBooks would...
rivercrow
Offline Send Email
Jun 8, 2004
12:50 pm
642
... I use this exact setup (as one piece of my analysis lab) - what would you like to know? Cory Altheide Senior Network Forensics Specialist NNSA Information...
Altheide, Cory B. (IA...
digitalquincy
Offline Send Email
Jun 8, 2004
5:36 pm
643
Cory, Since Darwin is a BSD variant, how do you run your MD5 (or a variant) on the target drive? What command do you use? say if you had a USB drive attached,...
The Dog's Bollix
ISXPRO
Offline Send Email
Jun 8, 2004
6:11 pm
644
... For entire drives: md5sum /dev/rdisk? For individual volumes: md5sum /dev/rdisk?s? I use rdisk instead of disk, even though I've never received differing ...
Altheide, Cory B. (IA...
digitalquincy
Offline Send Email
Jun 8, 2004
6:41 pm
645
Thanks Cory.....but there's no md5sum command with FreeBSD apparently. So that won't work. I know how to do it under linux, which is generally the same as you...
The Dog's Bollix
ISXPRO
Offline Send Email
Jun 8, 2004
6:50 pm
646
I also use the Mac OSx on a 17" powerbook to do forensics as one of my tools.. I also use md5 and openssl md5. If you already have the Mac there is a man page...
Larry S
lasvegascop
Offline Send Email
Jun 8, 2004
7:37 pm
647
... Free just uses 'md5' - md5sum is the GNU utility. They are, for the most part, workalikes. http://www.rt.com/man/md5sum.1.html ...
Altheide, Cory B. (IA...
digitalquincy
Offline Send Email
Jun 8, 2004
7:42 pm
648
Cory, I already tried it, but it doesn't seem to work. md5 -s /dev/da0 But no MD5 was returned. Thanks though. Tony. ... Free just uses 'md5' - md5sum is the...
The Dog's Bollix
ISXPRO
Offline Send Email
Jun 8, 2004
9:07 pm
652
I was in court today regarding this drive and those missing '.lnk' I mentioned below were caused because at one time the computer was networked through a...
IanC
devorg
Offline Send Email
Jun 10, 2004
1:57 am
653
Anytime! I'm glad it went well. Rich...
Rich Thompson
TEX_ATL
Offline Send Email
Jun 10, 2004
11:56 am
655
http://cyti.latgola.lv/ruuni/index_en.html http://sourceforge.net/projects/austrumi...
IanC
devorg
Offline Send Email
Jun 11, 2004
5:50 pm
Messages 622 - 655 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