1! Registry. Windows System Artifacts. Understanding the Windows Registry. Organization of the Windows Registry. Windows Registry Viewer

Size: px
Start display at page:

Download "1! Registry. Windows System Artifacts. Understanding the Windows Registry. Organization of the Windows Registry. Windows Registry Viewer"

Transcription

1 1! Registry Understanding the Windows Registry! A database that stores hardware and software configuration information, network connections, user preferences, and setup information Windows System Artifacts COMP 2555: Principles of Computer Forensics Autumn To view the Registry, you can use:! Regedit (Registry Editor) program for Windows 9x systems! Regedt32 for later versions 2 Organization of the Windows Registry! Registry terminology:! Registry! Registry Editor! HKEY! Key! Subkey! Branch! Value! Default value! Hives 3 Windows Registry Viewer

2 4 Configuration Files in Windows 9x/Me 5 Configuration Files in NT/2000/XP/Vista Filename and location Windows\System.dat Purpose User-protected storage area; contains installed program settings, usernames and passwords associated with installed programs, and system settings Filename and location Documents and Settings\useraccount\Ntuser.dat Purpose User-protected storage area; contains the MRU files list and desktop configuration settings Winnt\system32\config\Default Contains the computer s system settings Windows\User.dat Windows\profile\user-account Contains the most recently used (MRU) files list and desktop configuration settings; every user account created on the system has its own user data file Winnt\system32\config\SAM Winnt\system32\config \Security Winnt\system32\config \Software Contains user account management and security settings Contains the computer s security settings Contains installed program settings and associated usernames and paswords Winnt\system32\config\System Contains additional computer system settings 6 HKEY HKEY_CLASSES_ROOT (HKCR) HKEY_CURRENT_USER (HKCU) HKEY_LOCAL_MACHIN E (HKLM) HKEY_USERS (HKU) HKEY_CURRENT_CON FIG (HKCC) HKEY_DYN_DATA (HKDD) Function Typical HKEYs Symbolic link to HKEY_LOCAL_MACHINE \SOFTWARE\Classes; provides file type and file extension information, URL protocol prefixes, etc. Symbolic link to HKEY_USERS; stores settings for the currently logged-on user Contains information about installed hardware and software Stores information for the users; only one key in this HKEY is linked to HKEY_CURRENT_USER Symbolic link to HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\HardwareProfile\xxxx (with xxxx representing current hardware profile); contains hardware configuration settings Used only in Windows 9x/Me systems; stores hardware configuration setttings 7 A Few Interesting Places! Use ProDiscover Basic to extract the Registry related files from an image! Use AccessData Registry Viewer to see what information you can find in these files! System Hive: HLKM\SYSTEM! Running services: CurrentControlSet\Services! Software Hive: HKLM\SOFTWARE! Installed application: keys at hive root! Install info: Microsoft\Windows\CurrentVersion\Uninstall! Check \Software\Microsoft\Windows\CurrentVersion\Uninstall in NTUSER.DAT hive for user-specific application installs

3 8 A Few Interesting Places! Software Hive: HKLM\SOFTWARE! File extension analysis: subkeys in the Classes key! useful for standalone applications (that do not appear in the Registry)! Network list: Microsoft\Windows NT\CurrentVersion \NetworkList\Signatures! Follow up using GUID on: NetworkList\Profiles! Scheduled tasks: Tree\Microsoft\Windows in Windows 7, or Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache earlier 9 A Few Interesting Places! User Hive: HKCU\ or HKU\<profile id>! NTUSER.DAT and USRCLASS.DAT! Search in Start Menu: Software\Microsoft\Windows \CurrentVersion\Explorer\WordWheelQuery! Key ACMru in Windows XP! Recently executed programs: Local Settings\Software \Microsoft\Windows\Shell\MUICache! User activity: Software\Microsoft\Windows\CurrentVersion \Explorer\UserAssist! Recent documents: Software\Microsoft\Windows \CurrentVersion\Explorer\RecentDocs 10! Events occur on a system all the time! System restore points are created (every 24 hours)! Hard drive is de-fragmented (every three days)! Files are created, modified, and deleted! Registry keys and values are created by applications!! Many of these events are logged in multiple places across the system Timelines! A timeline is a summary of these events ordered by time 11 Creating Timelines! You may begin with a timeline of all events in the system! Collect all activities with time stamps! Scan through them to find what is meaningful! Build a timeline a layer at a time based on the goals of the analysis! Begin with activity logs that might be related to the event in question! Add more data sources to bring the available context into focus! Time data in some places may be easily mutable; may not be in others

4 12! 64-bit FILENAME format Time Formats! number of 100-nanosecond intervals since January 1, 1601! 32-bit Unix format! number of seconds since January 1, 1970 relative to UTC time zone! String format! 01/02/2010 2:00 PM (local time zone)! Windows SYSTEMTIME format! 8x32-bit structure encoding (year, month, day-of-week, day, hour, minute, second, millisecond)! Application s own format 13! Time: when did en event occur? Parts of a Timeline Entry! Source: from where is this entry extracted?! The data source! File system, registry, log file, etc.! System: some form of device identifier! Hostname, IP address, MAC address, etc.! User: user associated with the event! Depends on whether user information is available in the time-stamped data! Description: brief description of the event! Warning, info, error messages from log files 14! File System metadata! Event logs! Prefetch files! Jump lists (Windows 7)! Recycle bin! Registry Data Sources 15 File System Metadata! Standard Information attribute (0x10) has four timestamps! MACE: file Modified, file Accessed, file Created, MFT Entry modified! Filename attribute (0x30) also has same four timestamps! But times here correspond to the time of first creation, access or modification! Time-stamps in standard information attribute can never be earlier than those in filename attribute

5 16 NTFS Time Handling! Last access times can be delayed by up to an hour! In order to improve performance in high-volume file servers! Updates can be fully disabled by creating a registry entry! Create NtfsDisableLastAccessUpdate=1 in HKLM\SYSTEM \CurrentControlSet\Control\FileSystem 17 Event Logs! Windows records details of events in special log files! Special binary format in Windows 2000/XP/2003! Magic number: LfLe at offset 0x4 of each record! Four bytes prior to magic number is record size! Binary XML format in Windows Vista/7! File system tunneling! FAT and NTFS reuses file metadata if a file is deleted and immediately (within 15 seconds) recreated! Affects: delete(a)/create(a), delete(a)/rename(b,a), rename(a,b)/create(a), rename(a,b)/rename(c,a)! Change time interval in registry! Create MaximumTunnelEntryAgeInSeconds=<time> in HKLM \SYSTEM\CurrentControlSet\Control\FileSystem! Types of logs! Application: events logged by programs! E.g. database program logging a file error! Security: logon auditing and system resource use! E.g. valid invalid login attempts, creation/deletion/access of files! System: logs from system components! E.g. unable to load a driver 18! Date and time of event! User and host! Event ID! a number signifying the event! Event Log Entries! Source of event! Type! Error, warning, information, success audit, or failure audit 19 Log File Location! Before Windows Vista, log file locations are specified in the registry! HKLM\System\CurrentControlSet\Services\EventLog! Three subfolders: System, Application and Security! FILE entry shows path to log files! Default: C:\Windows\System32\Config! Starting with Vista! HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\! Default FILE value C:\Windows\System32\Winevt\Logs! Also has a Setup event log! Logs application setup information

6 20! Windows XP binary formats Tools for Log File Analysis! Mount acquired image in a professional tool (e.g. ProDiscover) and use in-built event viewer! Obtain the event log file and extract event records! XML format! Microsoft Logparser tool 21! Prefetching! Often an application is loaded in parts Prefetch Files! The disk is accessed for those parts as and when they are needed! Keeping a trace of the loading process helps quicken the application startup! By collectively loading the required parts before they are needed! Windows keeps a trace of what parts of the application files are loaded in prefetch files!.pf files in C:\Windows\Prefetch! NTOSBOOT-B00FAAD.pf special prefetch file for Windows boot process 22 Forensic Value of Prefetch Files! Run count! Number of times application has been run! Volume! Identity of media storage device! Last run time! The last time the application was run! Files! Files and directories used during the application s startup 23! Link to another file/folder on the system! Is itself a file, so has its own time stamps Windows Shortcuts! Also encodes snapshot of target MACE times before it was last opened! Also encodes size of target file before it was last opened! Offsets for this data in the prefetch files are different in Windows XP and Windows 7! See reference page

7 24! List of recently opened files in a given application! Introduced in Windows 7! Right click on program icon in TaskBar to see the list! Stored in the user s directory! AppData\Roaming\Microsoft\Windows\Recent \AutomaticDestinations! File extension.automaticdestinations-ms! File name are special identifiers of programs! E.g. adecfb853d77462a is MS Word 2007 Jump Lists 25 Jump List Format! Uses structured storage file format (OLE compound)! Entries are called jump list streams! Jump list streams have same format as Windows shortcuts! All information you can obtain from shortcuts are also available here! They can also hold command line options in certain programs! E.g. C:\Windows\System32\mstsc.exe /v:`` `` in the Terminal Services Client! The DestList stream stores time-stamps when the other streams were accessed (useful for sorting) 26! A temporary place for deleted files! Windows XP! RECYCLER directory Recycle Bin! Deleted file moved to a subdirectory named according to user identifier! Name changed: starts with D, followed by drive letter, then a number! Windows Vista and 7! Hidden $Recycle.Bin directory! Name changed: $R, followed by six characters 27! Windows XP! Special INFO2 file maintains an index of! Original filename! Location of deleted file! When file was deleted! Windows Vista and 7 Recycle Bin INFO File! One file (544 bytes) starting with $I for each deleted file! Has data similar to INFO2, but for just one file!

8 28! System Restore Points! C:\System Volume Information\_restore{ Backed Up Files! Backups registry, system files and application executables! System restores are logged! Volume Shadow Copies! A backup of every block of the partition! Allows one to restore individual files! Tools like vssadmin and mklink allow you to list and mount shadow copies 29! Hiberfil.sys Hibernation Files! Compressed contents of Windows memory when the system goes to sleep! May contain processes and network connections from some point in the past! Will have to know how running programs are stored by Windows in memory! A.k.a Memory Forensics 30 References! Ch 6: B. Nelson, A. Phillips and C. Steuart, Guide to Computer Forensics and Investigations! File system tunneling: q172190! Event logs (Windows XP): ! Prefetch file format: Prefetch! Jump list IDs: List_of_Jump_List_IDs! THE INTERNET

Operating Systems Forensics

Operating Systems Forensics Operating Systems Forensics Section II. Basic Forensic Techniques and Tools CSF: Forensics Cyber-Security MSIDC, Spring 2015 Nuno Santos Summary! Windows boot sequence! Relevant Windows data structures!

More information

Windows 7: Current Events in the World of Windows Forensics

Windows 7: Current Events in the World of Windows Forensics Windows 7: Current Events in the World of Windows Forensics Troy Larson Senior Forensic Program Manager Network Security, Microsoft Corp. Where Are We Now? Vista & Windows 2008 BitLocker. Format-Wipes

More information

FORENSIC ANALYSIS OF WINDOWS REGISTRY AGAINST INTRUSION

FORENSIC ANALYSIS OF WINDOWS REGISTRY AGAINST INTRUSION FORENSIC ANALYSIS OF WINDOWS REGISTRY AGAINST INTRUSION Haoyang Xie 1, Keyu Jiang 1, Xiaohong Yuan 2 and Hongbiao Zeng 3 1 Department of Informatics, Fort Hays State University, Hays, KS, US kjiang@fhsu.edu

More information

716 West Ave Austin, TX 78701-2727 USA

716 West Ave Austin, TX 78701-2727 USA Investigating by Computer Second edition GLOBAL Headquarters the gregor building 716 West Ave Austin, TX 78701-2727 USA VI. INVESTIGATING WITH DIGITAL FORENSICS The increasing usage of the Internet and

More information

windows maurizio pizzonia roma tre university

windows maurizio pizzonia roma tre university windows maurizio pizzonia roma tre university 1 references M. Russinovich, D. A. Solomon Windows Internals: Including Windows Server 2008 and Windows Vista 5 th ed. Microsoft Press 2 architecture overview

More information

CSN08101 Digital Forensics Lecture 10: Windows Registry. Module Leader: Dr Gordon Russell Lecturers: Robert Ludwiniak

CSN08101 Digital Forensics Lecture 10: Windows Registry. Module Leader: Dr Gordon Russell Lecturers: Robert Ludwiniak CSN08101 Digital Forensics Lecture 10: Windows Registry Module Leader: Dr Gordon Russell Lecturers: Robert Ludwiniak Lecture Objectives Windows Registry Structure Properties Examples Timeline Analysis

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 5 Optimizing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 5 Optimizing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 5 Optimizing Windows Objectives Learn about Windows utilities and tools you can use to solve problems with Windows Learn how to optimize Windows

More information

Managing and Supporting Windows XP Chapter #16

Managing and Supporting Windows XP Chapter #16 Managing and Supporting Windows XP Chapter #16 Amy Hissom Key Terms Backup Operator A Windows 2000/XP user account that can back up and restore any files on the system regardless of its having access to

More information

Chapter 5: Fundamental Operating Systems

Chapter 5: Fundamental Operating Systems Chapter 5: Fundamental Operating Systems IT Essentials: PC Hardware and Software v4.1 Chapter5 2007-2010 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Chapter 5 Objectives 5.1 Explain the purpose

More information

HW 07: Ch 12 Investigating Windows

HW 07: Ch 12 Investigating Windows 1 of 7 5/15/2015 2:40 AM HW 07: Ch 12 Investigating Windows Click 'check' on each question or your score will not be recorded. resources: windows special folders ntfs.com Windows cmdline ref how ntfs works

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Paul McFedries. Home Server 2011 LEASHE. Third Edition. 800 East 96th Street, Indianapolis, Indiana 46240 USA

Paul McFedries. Home Server 2011 LEASHE. Third Edition. 800 East 96th Street, Indianapolis, Indiana 46240 USA Paul McFedries Microsoft Windows9 Home Server 2011 LEASHE Third Edition 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part I Unleashing Windows Home Server Configuration

More information

Windows XP/Vista/7 Directory Structures

Windows XP/Vista/7 Directory Structures Windows XP/Vista/7 Directory Structures System Partition NTLDR boot.ini ntdetect.com bootsect.dos hiberfil.sys pagefile.sys Boot Partition Boot Documents and Settings (XP) Inetpub PerfLogs Program Files

More information

Windows Administration Terminal Services, AD and the Windows Registry. INLS 576 Spring 2011 Tuesday, February 24, 2011

Windows Administration Terminal Services, AD and the Windows Registry. INLS 576 Spring 2011 Tuesday, February 24, 2011 Windows Administration Terminal Services, AD and the Windows Registry INLS 576 Spring 2011 Tuesday, February 24, 2011 Terminal Services Uses RDP (Remote Desktop Protocol), relies on TCP/IP, and falls under

More information

Optimizing Windows CHAPTER

Optimizing Windows CHAPTER CHAPTER 14 Optimizing Windows In this chapter, you will learn: About Windows utilities and tools you can use to solve problems with Windows How to optimize Windows to improve performance I n the last chapter,

More information

NetWrix Server Configuration Monitor

NetWrix Server Configuration Monitor NetWrix Server Configuration Monitor Version 2.2 Quick Start Guide Contents NetWrix Server Configuration Monitor Quick Start Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

Registry Analysis SANS Forensic Summit 2009

Registry Analysis SANS Forensic Summit 2009 Registry Analysis SANS Forensic Summit 2009 Allow myself to introduce myself 2 What is Registry Analysis?? More than just opening Registry files in a viewer and finding values Registry analysis involves:

More information

AccessData. Registry Quick Find Chart

AccessData. Registry Quick Find Chart AccessData Registry Quick Find Chart Registry Quick Find Chart This appendix reviews common locations in the Windows and Windows Internet-related registries where you can find data of forensic interest.

More information

MCSE TestPrep: Windows NT Server 4, Second Edition - 3 - Managing Resources

MCSE TestPrep: Windows NT Server 4, Second Edition - 3 - Managing Resources MCSE TestPrep: Windows NT Server 4, Second Edition - CH 3 - Managing Resources Page 1 of 36 [Figures are not included in this sample chapter] MCSE TestPrep: Windows NT Server 4, Second Edition - 3 - Managing

More information

Products that are referred to in this document may be trademarks and/or registered trademarks of the respective owners.

Products that are referred to in this document may be trademarks and/or registered trademarks of the respective owners. 2015 GEOVAP, spol. s r. o. All rights reserved. GEOVAP, spol. s r. o. Cechovo nabrezi 1790 530 03 Pardubice Czech Republic +420 466 024 618 http://www.geovap.cz Products that are referred to in this document

More information

Without a Trace: Forensic Secrets for Windows Servers. BlackHat Windows 2004. Presented by Mark Burnett and James C. Foster

Without a Trace: Forensic Secrets for Windows Servers. BlackHat Windows 2004. Presented by Mark Burnett and James C. Foster Without a Trace: Forensic Secrets for Windows Servers BlackHat Windows 2004 Presented by Mark Burnett and James C. Foster Agenda Introduction Server Time Settings File Changes Tool Demo: Logz Recreating

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

NSS Volume Data Recovery

NSS Volume Data Recovery NSS Volume Data Recovery Preliminary Document September 8, 2010 Version 1.0 Copyright 2000-2010 Portlock Corporation Copyright 2000-2010 Portlock Corporation Page 1 of 20 The Portlock storage management

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER INSTALLATION AND CONFIGURATION GUIDE Product Version: 4.0 March 2013. Legal Notice The information in this publication is furnished for information use only, and

More information

Ahsay A-Click Backup. User s Guide. Ahsay Systems Co. Ltd. 2 August 2011

Ahsay A-Click Backup. User s Guide. Ahsay Systems Co. Ltd. 2 August 2011 v6 Ahsay Systems Co. Ltd. 2 August 2011 Ahsay A-Click Backup Copyright Notice 2011 Ahsay Systems Co. Ltd. All rights reserved. The use and copying of this product is subject to a license agreement. Any

More information

DISK DEFRAG Professional

DISK DEFRAG Professional auslogics DISK DEFRAG Professional Help Manual www.auslogics.com / Contents Introduction... 5 Installing the Program... 7 System Requirements... 7 Installation... 7 Registering the Program... 9 Uninstalling

More information

Windows Forensics. Mag. iur. Dr. techn. Michael Sonntag

Windows Forensics. Mag. iur. Dr. techn. Michael Sonntag Mag. iur. Dr. techn. Michael Sonntag Windows Forensics E-Mail: sonntag@fim.uni-linz.ac.at http://www.fim.uni-linz.ac.at/staff/sonntag.htm Institute for Information Processing and Technology (FIM) Johannes

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014 Chapter Contents Operating Systems and File Management Section A: Operating System Basics Section B: Today s Operating Systems Section C: File Basics Section D: File Management Section E: Backup Security

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

User Guide Win7Zilla

User Guide Win7Zilla User Guide Win7Zilla Table of contents Section 1: Installation... 3 1.1 System Requirements... 3 1.2 Software Installation... 3 1.3 Uninstalling Win7Zilla software... 3 Section 2: Navigation... 4 2.1 Main

More information

BrightStor ARCserve Backup Disaster Recovery From Physical Machines to Virtual Machines

BrightStor ARCserve Backup Disaster Recovery From Physical Machines to Virtual Machines BrightStor ARCserve Backup Disaster Recovery From Physical Machines to Virtual Machines Best Practices Guide BrightStor ARCserve Backup r11.5 Version 1.0 Author: @ca.com Contents Chapter

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

User Guide Microsoft Exchange Remote Test Instructions

User Guide Microsoft Exchange Remote Test Instructions User Guide Microsoft Exchange Remote Test Instructions University of Louisville Information Technology 1.1 Who Should Use It This guide is intended for University of Louisville Faculty and Staff participating

More information

Forensically Determining the Presence and Use of Virtual Machines in Windows 7

Forensically Determining the Presence and Use of Virtual Machines in Windows 7 Forensically Determining the Presence and Use of Virtual Machines in Windows 7 Introduction Dustin Hurlbut Windows 7 has the ability to create and mount virtual machines based upon launching a single file.

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

WinAgentLog Reference Manual

WinAgentLog Reference Manual WinAgentLog Version 1.3 Last modified on November 21, 2011 WinAgentLog License Except where otherwise noted, all of the documentation and software included in the WinAgentLog Setup package is copyrighted

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelog Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

More information

1. Scope of Service. 1.1 About Boxcryptor Classic

1. Scope of Service. 1.1 About Boxcryptor Classic Manual for Mac OS X Content 1. Scope of Service... 3 1.1 About Boxcryptor Classic... 3 1.2 About this manual... 4 2. Installation... 5 2.1 Installing Boxcryptor Classic... 5 2.2 Licensing Boxcryptor Classic

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

Windows File Analyser Guidance Allan S Hay

Windows File Analyser Guidance Allan S Hay Windows File Analyser Guidance Allan S Hay ** The following information is a guide to understanding the Prefetch Folder and Windows Shortcut File Format ( LNK) and all work undertaken in my research, should

More information

Microsoft" Windows8 Home Server

Microsoft Windows8 Home Server Paul MeFedries Microsoft" Windows8 Home Server I UNLEASHED Second Edition 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part I Unleashing Windows Home Server Configuration

More information

Copyright. Disclaimer. Introduction 1. System Requirements... 3. Installing the software 4

Copyright. Disclaimer. Introduction 1. System Requirements... 3. Installing the software 4 Digital Signatures User Guide Revision 1.2 build 1, Document Revision 1.12 Published 31. Octover 2011 ii Contents Copyright Disclaimer iii iii Introduction 1 System Requirements... 3 Installing the software

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore VMware Virtual Machines... Error! Bookmark not defined. Backup virtual machines running on VMware ESXi / ESX Server with VDDK / non VDDK... 2 Requirements and recommendations...

More information

Events Forensic Tools for Microsoft Windows

Events Forensic Tools for Microsoft Windows Events Forensic Tools for Microsoft Windows Professional forensic tools Events Forensic Tools for Windows Easy Events Log Management Events Forensic Tools (EFT) is a fast, easy to use and very effective

More information

Understanding The Windows 95 Registry

Understanding The Windows 95 Registry Understanding The Windows 95 Registry Julian Moss examines the function of the Windows 95 Registry and highlights some areas where problems can develop. Windows 95 stores all information about system configuration

More information

NOTE 124353.1 How to remove all Oracle components from Microsoft Windows Platforms

NOTE 124353.1 How to remove all Oracle components from Microsoft Windows Platforms NOTE 124353.1 How to remove all Oracle components from Microsoft Windows Platforms PURPOSE This article describes the procedure how to manually perform the actions to create a "clean machine" on Microsoft

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

More information

Windows XP Managing Your Files

Windows XP Managing Your Files Windows XP Managing Your Files Objective 1: Understand your computer s filing system Your computer's filing system has three basic divisions: files, folders, and drives. 1. File- everything saved on your

More information

Advanced Registry Forensics with Registry Decoder. Dr. Vico Marziale Sleuth Kit and Open Source Digital Forensics Conference 2012 10/03/2012

Advanced Registry Forensics with Registry Decoder. Dr. Vico Marziale Sleuth Kit and Open Source Digital Forensics Conference 2012 10/03/2012 Advanced Registry Forensics with Registry Decoder Dr. Vico Marziale Sleuth Kit and Open Source Digital Forensics Conference 2012 10/03/2012 Who am I? Senior Security Researcher @ DFS Published Researcher

More information

Determining VHD s in Windows 7 Dustin Hurlbut

Determining VHD s in Windows 7 Dustin Hurlbut Introduction Windows 7 has the ability to create and mount virtual machines based upon launching a single file. The Virtual Hard Disk (VHD) format permits creation of virtual drives that can be used for

More information

EnCase 7 - Basic + Intermediate Topics

EnCase 7 - Basic + Intermediate Topics EnCase 7 - Basic + Intermediate Topics Course Objectives This 4 day class is designed to familiarize the student with the many artifacts left behind on Windows based media and how to conduct a forensic

More information

TZWorks Windows Event Log Viewer (evtx_view) Users Guide

TZWorks Windows Event Log Viewer (evtx_view) Users Guide TZWorks Windows Event Log Viewer (evtx_view) Users Guide Abstract evtx_view is a standalone, GUI tool used to extract and parse Event Logs and display their internals. The tool allows one to export all

More information

Computer Forensics Principles and Practices

Computer Forensics Principles and Practices Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 7: Investigating Windows, Linux, and Graphics Files Objectives Conduct efficient and effective investigations of Windows

More information

Chapter 5: Operating Systems Part 1

Chapter 5: Operating Systems Part 1 Name Period Chapter 5: Operating Systems Part 1 1. What controls almost all functions on a computer? 2. What operating systems will be discussed in this chapter? 3. What is meant by multi-user? 4. Explain

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Ahsay A-Click Backup. User s Guide. Ahsay Systems Corporation Limited. 4 October 2012

Ahsay A-Click Backup. User s Guide. Ahsay Systems Corporation Limited. 4 October 2012 v6 Ahsay Systems Corporation Limited 4 October 2012 Ahsay A-Click Backup Copyright Notice 2012 Ahsay Systems Corporation Limited All rights reserved. The use and copying of this product is subject to a

More information

Zmanda Cloud Backup Frequently Asked Questions

Zmanda Cloud Backup Frequently Asked Questions Zmanda Cloud Backup Frequently Asked Questions Release 4.1 Zmanda, Inc Table of Contents Terminology... 4 What is Zmanda Cloud Backup?... 4 What is a backup set?... 4 What is amandabackup user?... 4 What

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

84-01-31 Windows NT Server Operating System Security Features Carol A. Siegel Payoff

84-01-31 Windows NT Server Operating System Security Features Carol A. Siegel Payoff 84-01-31 Windows NT Server Operating System Security Features Carol A. Siegel Payoff This article is designed to provide security administrators with a security checklist for going live with Windows NT.

More information

Specific Information for installation and use of the database Report Tool used with FTSW100 software.

Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool This manual contains: Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool for use with FTSW100 versions 2.01

More information

EMC Celerra Network Server

EMC Celerra Network Server EMC Celerra Network Server Release 5.6.47 Using Windows Administrative Tools with Celerra P/N 300-004-139 REV A02 EMC Corporation Corporate Headquarters: Hopkintons, MA 01748-9103 1-508-435-1000 www.emc.com

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 10 Managing System Reliability and Availability Using and Configuring Event Viewer Event Viewer Houses the event logs that record information about all types

More information

Diamond II v2.3 Service Pack 4 Installation Manual

Diamond II v2.3 Service Pack 4 Installation Manual Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance

More information

TRACING VNC AND RDP PROTOCOL ARTEFACTS ON WINDOWS MOBILE AND WINDOWS SMARTPHONE FOR FORENSIC PURPOSE

TRACING VNC AND RDP PROTOCOL ARTEFACTS ON WINDOWS MOBILE AND WINDOWS SMARTPHONE FOR FORENSIC PURPOSE TRACING VNC AND RDP PROTOCOL ARTEFACTS ON WINDOWS MOBILE AND WINDOWS SMARTPHONE FOR FORENSIC PURPOSE Abstract Paresh Kerai School of Computer and Security Science Edith Cowan University Perth, Western

More information

Actualtests.com - The Power of Knowing

Actualtests.com - The Power of Knowing Explanation: We should use Global Security groups. QUESTION 87 You are the network administrator for Certkiller.com. Your network consists of a single Active Directory domain named Certkiller.com. All

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelogtm Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Analysis of Evidence in Cloud Storage Client Applications on the Windows Platform

Analysis of Evidence in Cloud Storage Client Applications on the Windows Platform Int'l Conf. Security and Management SAM'15 3 Analysis of Evidence in Cloud Storage Client Applications on the Windows Platform R. Malik 1, N. Shashidhar 1, and L. Chen 2 1 Department of Computer Science,

More information

Statel Robot Service Help. 2004... Eurostat

Statel Robot Service Help. 2004... Eurostat Statel Robot Service Help 2 SRS help 1 Introduction 1.1 Overview The objective of the STATEL Robot Service is to provide an automatic tool to automate file transfer in a process pipeline using STATEL.

More information

Networking Lab - Vista Public Network Sharing

Networking Lab - Vista Public Network Sharing Networking Lab - Vista Public Network Sharing After completing the lab activity, you will be able to: Explain the differences between Windows XP and Windows Vista network sharing. Explain the purpose of

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 16 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

SonicWALL CDP Local Archiving

SonicWALL CDP Local Archiving This document describes how to configure, implement, and manage a local archive for your SonicWALL CDP appliance. It contains the following sections: Feature Overview section on page 1 Using Local Archiving

More information

The Meaning. Linkfiles In Forensic Examinations

The Meaning. Linkfiles In Forensic Examinations The Meaning of Linkfiles In Forensic Examinations A look at the practical value to forensic examinations of dates and times, and object identifiers in Windows shortcut files. Harry Parsonage September

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn about the components

More information

IT Essentials v4.1 LI 11.4.5 Upgrade and configure storage devices and hard drives. IT Essentials v4.1 LI 12.1.3 Windows OS directory structures

IT Essentials v4.1 LI 11.4.5 Upgrade and configure storage devices and hard drives. IT Essentials v4.1 LI 12.1.3 Windows OS directory structures IT Essentials v4.1 LI 11.4.5 Upgrade and configure storage devices and hard drives 2.3 Disk management tools In Windows Vista and Windows 7, use the following path: Start > Start Search > type diskmgmt.msc

More information

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

Introduction Wiping Transparent Wiping Transparent Wiping Reserved Space Enforcer NOTE: BCWipe Enforcer Jetico Central Manager custom wiping schemes

Introduction Wiping Transparent Wiping Transparent Wiping Reserved Space Enforcer NOTE: BCWipe Enforcer Jetico Central Manager custom wiping schemes BCWipe Help File 1 Introduction Wiping is the term used to describe the process of securely erasing data, such as contents of a file or disk space. When files are properly wiped, data is erased beyond

More information

Hyperoo 2 User Guide. Hyperoo 2 User Guide

Hyperoo 2 User Guide. Hyperoo 2 User Guide 1 Hyperoo 2 User Guide 1 2 Contents How Hyperoo Works... 3 Installing Hyperoo... 3 Hyperoo 2 Management Console... 4 The Hyperoo 2 Server... 5 Creating a Backup Array... 5 Array Security... 7 Previous

More information

Xcalibur. Foundation. Administrator Guide. Software Version 3.0

Xcalibur. Foundation. Administrator Guide. Software Version 3.0 Xcalibur Foundation Administrator Guide Software Version 3.0 XCALI-97520 Revision A May 2013 2013 Thermo Fisher Scientific Inc. All rights reserved. LCquan, Watson LIMS, and Web Access are trademarks,

More information

GENERAL... 2 SETTINGS AND CONFIGURATION... 7 USING THE LOGGING CAPABILITY... 9 LOGON SPEED...

GENERAL... 2 SETTINGS AND CONFIGURATION... 7 USING THE LOGGING CAPABILITY... 9 LOGON SPEED... Citrix Presentation Server FAQ FAQ DATASHEET Troubleshooting Frequently Asked Questions Table of Contents GENERAL... 2 SETTINGS AND CONFIGURATION... 7 USING THE LOGGING CAPABILITY... 9 LOGON SPEED... 12

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Backup User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Backing up AIR to Microsoft Windows

Backing up AIR to Microsoft Windows Backing up AIR to Microsoft Windows Dear Valued Customer, Avaya realizes the importance of your data and the significance of a backup and restore strategy for this data. To assist you in performing a backup

More information

Zen Internet. Online Data Backup. Zen Vault Express for Windows. Issue: 2.0.08

Zen Internet. Online Data Backup. Zen Vault Express for Windows. Issue: 2.0.08 Zen Internet Online Data Backup Zen Vault Express for Windows Issue: 2.0.08 Contents 1 Introduction... 3 1.1 System Requirements... 3 2 Installation... 5 2.1 The Setup WIzard... 5 3 The Backup Service...

More information

SecureVault Online Backup Service FAQ

SecureVault Online Backup Service FAQ SecureVault Online Backup Service FAQ C0110 SecureVault FAQ (EN) - 1 - Rev. 19-Nov-2007 Table of Contents 1. General 4 Q1. Can I exchange the client type between SecureVault PC Backup Manager and SecureVault

More information

IBackup Drive User Guide

IBackup Drive User Guide IBackup Drive User Guide TABLE OF CONTENTS Introduction... 3 Features... 4 Install IBackup Drive... 5 Login to IBackup Drive... 5 About Main Screen... 7 Settings... 8 Toolbar Options... 11 IBackup Drive

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Windows Forensics Exercises

Windows Forensics Exercises Christian Praher, Michael Sonntag Windows Forensics Exercises E-Mail: michael.sonntag@jku.at http://www.fim.uni-linz.ac.at/staff/sonntag.htm Institute for Information Processing and Technology (FIM) Johannes

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

IBM Security QRadar Version 7.1.0 (MR1) WinCollect User Guide

IBM Security QRadar Version 7.1.0 (MR1) WinCollect User Guide IBM Security QRadar Version 7.1.0 (MR1) WinCollect User Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page 59. Copyright

More information

AccuGuard Desktop and AccuGuard Server User Guide

AccuGuard Desktop and AccuGuard Server User Guide AccuGuard Desktop and AccuGuard Server User Guide 1 2 Table of Contents Welcome 4 Backup Simplified 5 Features 6 Protection Plans 7 Archived Data Viewing 8 Archived Data Restoring 9 Best Practices 11 Getting

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

More information