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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1814 - 1843 of 3157   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1814
You can try two things! 1: Open ur terminal /dos and netstat -a -n this will give you the active/establishd connections list with the local ip address and the...
anuj
iexist_iexist
Online Now Send Email
Nov 3, 2005
6:49 pm
1815
As a part of my research project in Computer Forensics, I have to develop a program to read the whole hard disk (under linux environment). I think c...
john_a_antoniou
Offline Send Email
Nov 11, 2005
7:51 am
1816
... Why do you to limit your soft to the hard disks ? Isn't it better to read the standard input so you can read what ever you want like that : # cat /dev/hda...
Christophe Monniez
d_fence_242
Offline Send Email
Nov 11, 2005
11:02 am
1817
... Google is your friend: http://ext2read.sourceforge.net/hdisk.htm You can read from a hard drive directly (such as /dev/hda), only if you are *root*....
Gary Funck
garyfunck
Offline Send Email
Nov 11, 2005
8:10 pm
1818
A minor correction... ... Any user can read from a hard drive directly, not just the root user. The device nodes for disk devices (/dev/hd*, dev/sd*, etc.) are...
Ryan B. Lynch
rlynch@...
Send Email
Nov 12, 2005
4:58 am
1819
... Good point. I was speaking to the most likely configuration that new user would run into. [...] ... Elegant idea. Thanks - Gary...
Gary Funck
garyfunck
Offline Send Email
Nov 12, 2005
6:05 am
1820
Hello friends! This can be a lengthy and complicated thread but I found it very essential... After installing linux what security measures/steps one should...
anuj
iexist_iexist
Online Now Send Email
Nov 12, 2005
1:34 pm
1821
FYI. ... From: Simson Garfinkel Sent: Saturday, November 12, 2005 4:07 AM To: aff-info@... Subject: [Aff-info] AFF Paper Greetings. The AFF paper...
Gary Funck
garyfunck
Offline Send Email
Nov 12, 2005
6:24 pm
1822
Hello group, I have a hard drive that I need to examine using linux and I want to mount it so that it does not boot but so that I can manually mount it...
Secure Hell
securehell
Offline Send Email
Dec 5, 2005
5:31 pm
1823
You will want to pin your drives master (your boot/forensic drive) and slave (your suspect drive). But before that you want to make sure your Linux distro...
Jacques B.
jboucher_work
Offline Send Email
Dec 5, 2005
6:13 pm
1824
And I suggest you to use any IDE writelock....
Michele Vetturi
mvetturi
Offline Send Email
Dec 5, 2005
6:19 pm
1825
Hello guy, ... In determining whether the drive will be automounted, it doesn't really matter whether the hard drive is attached to the workstation as a ...
Ryan B. Lynch
rlynch@...
Send Email
Dec 6, 2005
7:52 am
1826
Hi all, I have found tons of information about mounting a dd image of a diskpartition to the loopback device. This works out with no problem. But how can I...
Jelle Smet
jelle.smet@...
Send Email
Dec 6, 2005
1:30 pm
1827
... 1) Pass an offset to the mount command (offset=number of bytes) to the start of the partition: mount -t vfat -o ro,loop,offset=xxxxxx image.dd...
Barry J. Grundy
grundy_b
Offline Send Email
Dec 6, 2005
1:51 pm
1828
... Hello ... Well, the issue has to do with the hardware choosing which drive to boot from so what I am talking about is prior to the Linux OS booting and...
Secure Hell
securehell
Offline Send Email
Dec 6, 2005
2:44 pm
1829
http://sleuthkit.org/informer/sleuthkit-informer-2.html#split http://sleuthkit.org/informer/sleuthkit-informer-12.html#mmls Tony Jelle Smet...
The Dog's Bollix
ISXPRO
Offline Send Email
Dec 6, 2005
2:52 pm
1830
... In general, it's best to first make a disk image copy of the drive to be analyszed, checksum it, and keep it in a safe place. Then, copy that to a scratch...
Gary Funck
garyfunck
Offline Send Email
Dec 6, 2005
4:03 pm
1831
... Sorry if that was a little TMI, I wasn't sure from your original question what the exact problem was--you need to know how to set up the IDE stuff, right? ...
Ryan B. Lynch
rlynch@...
Send Email
Dec 6, 2005
4:13 pm
1832
Thank you. This has been very helpful. I need to check the BIOS settings to see if the new drive shows up there and to ensure that it is not in the boot list...
securehell
Offline Send Email
Dec 6, 2005
7:17 pm
1833
On Behalf Of Ryan B. Lynch ... Similar but not knoppix is that I use Win XP on one system here which is bare bones I built 2 years ago with Intl P4 M/Board 2.8...
IanC
devorg
Offline Send Email
Dec 7, 2005
1:05 am
1834
This doesn't relate to anything I'm working on at the moment, but was just wondering if anyone has considered if there are ways to detect after the fact use of...
Gary Funck
garyfunck
Offline Send Email
Dec 7, 2005
4:14 am
1835
... [...] ... Ian, my guess is that you've tried all/some of these ideas, but here's a couple to consider: - is either the master or secondary jumpered as...
Gary Funck
garyfunck
Offline Send Email
Dec 7, 2005
4:28 am
1836
... Actually,, yes it does. Why does it do that?...
IanC
devorg
Offline Send Email
Dec 7, 2005
4:38 am
1837
... I _think_ what is going on here, is the drives are struggling over which one is master, using the particular explicit jumper settings that you have set up....
Gary Funck
garyfunck
Offline Send Email
Dec 7, 2005
7:23 am
1838
I've had similar problems with Maxtor in the past, and I use Maxtor drives exclusively for all work/cases/evidence, etc, but I found my grief was minimised...
The Dog's Bollix
ISXPRO
Offline Send Email
Dec 7, 2005
1:46 pm
1839
Free space all 00's is a big possible indicator. File slack is an equally, if not bigger, indicator of a wiping tool. File slack with older content is pretty...
Jacques B.
jboucher_work
Offline Send Email
Dec 7, 2005
2:53 pm
1840
... points ... Good idea. How does one determine the contents of a restore point? Is there a tool that displays the restore point info.?...
Gary Funck
garyfunck
Offline Send Email
Dec 7, 2005
3:18 pm
1841
You could also check MRU's and programs set to start at boot. I've had two cases where evidence eliminator was set to "wipe" the drive/evidence. It's not only...
The Dog's Bollix
ISXPRO
Offline Send Email
Dec 7, 2005
3:38 pm
1842
One of our guys spent some time sifting through a restore point. It stores backup of registry keys (and other info I believe but don't know for certain) which...
Jacques B.
jboucher_work
Offline Send Email
Dec 7, 2005
3:59 pm
1843
Hi Gary, In addition to my research in this area, I know others are concentrating on identifying the installation artifacts (Registry keys, DLLs, etc) from...
Matthew Geiger
wipezone
Offline Send Email
Dec 7, 2005
5:56 pm
Messages 1814 - 1843 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