Difference between revisions of "Determining OS version from an evidence image"
From Forensics Wiki
(→Linux) |
(Added category and so on) |
||
| Line 1: | Line 1: | ||
| − | One of the first steps an | + | One of the first steps an examiners will need to carry out once they have an evidence image is to log system metadata, including OS version and patch level. This may be of particular importance if the image in question is from a machine that is suspected of having been compromised. |
==Windows== | ==Windows== | ||
| + | |||
===Windows 95/98/ME=== | ===Windows 95/98/ME=== | ||
| − | |||
===Windows NT=== | ===Windows NT=== | ||
| − | |||
| − | ===Windows 2000/2003/XP=== | + | ===Windows 2000/2003/XP/Vista=== |
| − | + | Information about a running system can be displayed using the command `ver` (and `systeminfo` on some systems). | |
==Unix/Linux== | ==Unix/Linux== | ||
| − | Information about a running system, including the kernel version, can be displayed using the command `uname -a`. However this is not much good if you performing dead analysis on a disk image. | + | Information about a running system, including the kernel version, can be displayed using the command `uname -a`. However, this is not much good if you performing dead analysis on a disk image. |
===Linux=== | ===Linux=== | ||
| − | A number of Linux distributions create a file in /etc to identify the release or version installed. | + | A number of Linux distributions create a file in ''/etc'' to identify the release or version installed. |
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 27: | Line 26: | ||
===Solaris=== | ===Solaris=== | ||
| − | |||
===Free/Net/OpenBSD=== | ===Free/Net/OpenBSD=== | ||
===AIX=== | ===AIX=== | ||
| − | |||
===HP/UX=== | ===HP/UX=== | ||
| − | + | ||
| + | [[Category:Howtos]] | ||
Revision as of 12:50, 13 June 2008
One of the first steps an examiners will need to carry out once they have an evidence image is to log system metadata, including OS version and patch level. This may be of particular importance if the image in question is from a machine that is suspected of having been compromised.
Contents |
Windows
Windows 95/98/ME
Windows NT
Windows 2000/2003/XP/Vista
Information about a running system can be displayed using the command `ver` (and `systeminfo` on some systems).
Unix/Linux
Information about a running system, including the kernel version, can be displayed using the command `uname -a`. However, this is not much good if you performing dead analysis on a disk image.
Linux
A number of Linux distributions create a file in /etc to identify the release or version installed.
| Distro | Tag |
|---|---|
| Red Hat | /etc/redhat-release |
| Debian | /etc/debian-version |