Responding to the Digital Crime Scene: Gathering Volatile Data
|
|
|
- Gervais Peters
- 10 years ago
- Views:
Transcription
1 Responding to the Digital Crime Scene: Gathering Volatile Data Inno Eroraha, CISSP, CISM, CISA, CHFI, PI Founder & Chief Strategist NetSecurity Corporation October 29, 2008
2 Presentation Objectives To discuss the potential value of volatile data in digital investigations To discuss challenges in live evidence collection To suggest practices for collecting volatile data that can withstand legal scrutiny To demonstrate how-to conduct a live investigation on Dicck Maxxwell, a user suspected of a cyber crime 2 2
3 Live Volatile Data Forensics artifacts in a state of flux that can be lost when power (or network connections, in some cases) has been removed from a computing device Live evidence collection can mean the difference between: Winning or losing a case Solving or not solving a crime Life or death sentence! Guilt or innocence 3 3
4 Reasons to Collect Volatile Data May help determine criminal activity that can get lost if the system is powered off May contain passwords used for encryption May show indication of anti-forensic use May show memory resident malware which could go unnoticed by an examiner Can help avoid backlog of cases performing live data collection avoids waiting for months for a full-blown investigation 4 4
5 Reasons to Collect Volatile Data (Cont d.) Critical systems cannot be shut down and require 24x7 operation to satisfy SLA or other business requirements Shutting down a system may create legal liability for examiners due to damage to equipment or unintentional loss of data Courts request that evidence gathering be conducted using the least intrusive methods available 5 5
6 Forensic Soundness In practice, live data collection will alter evidence to some degree In real-world, collection of blood splatter from a traditional crime scene alters DNA analysis The goal of volatile data collection is to substantially minimize the footprint of collection tasks Changes to system during live data collection must be properly documented, explained, and justified, including: Registry changes Memory entries Other changes to the system What is an Incident Responder to do? 6 6
7 Admissibility of Volatile Data: Case Laws Columbia Pictures Indus. v. Bunnell (2007 U.S. Dist. LEXIS [C.D. Cal. June 19, 2007]): Court held that RAM on a web server could contain relevant log data E-Discovery cases, where a critical server cannot be taken offline or shutdown for deep forensics analysis Question: Are there other case laws relating to volatile data rulings? Send info to [email protected] 7 7
8 Applicable Laws Know applicable local, state, and Federal laws regarding the investigation Some U.S. states now require that only Private Investors (PIs) are legally allowed to collect digital data and conduct forensics investigations be sure you are abiding by these laws 8 8
9 Live Data Collection Challenges Lack of incident response capabilities or forensics readiness plan Untrained live data collectors Untested toolkits Untested or lack of established processes and procedures 9 9
10 Order of Volatility of Evidence Registers, cache, and peripheral memory Main/Physical memory Microsoft Windows: \\.\PhysicalMemory Unix, OS X: /dev/mem, /var/vm Linux: /proc/kcore Virtual memory Microsoft Windows: pagefile.sys, hiberfil.sys Unix, Linux, OS X: swap file Network State Running processes Disk Floppies, backup media, etc. Archival media, including: CD-ROMs, USB drives, etc
11 Sources of Volatile Data Random Access Memory (RAM) Operating System (OS) Network traffic captured with sniffer Network device logs Micro Devices (handheld, PDA, cell phones, etc.) 11 11
12 Volatile Data in RAM Data files Password hashes or in plain text Recent commands Residual data in slack and free space Running processes Unencrypted data Internet Protocol (IP) addresses Instant Messages (IMs) Malicious Software ( malware ) Anti-forensics tools Other evidentiary artifacts 12 12
13 Volatile Data in OS Windows Registry (volatile Keys/HIVEs) Network Configurations not stored configuration since these can be altered Network Connections Running Processes Virtual Memory Open Files 13 13
14 Volatile Data in OS (Cont d.) Login Sessions (available if a system has been configured with auditing turned on for logon attempts enabled Currently logged-in users, including start and duration of each session Previous successful and unsuccessful logons Privileged usage Log files System time Password files (/etc/passwd, SAM, etc.) Windows Prefetch directory (may indicate recent files that have been executed on a system) 14 14
15 Volatile Data in Network Traffic Wired traffic capture Wireless traffic capture 15 15
16 Volatile Data in Network Device Logs Centralized storage logs Router logs Firewall logs 16 16
17 Volatile Data in Micro Devices PDA, Cell phone, and mobile devices contain volatile data Micro computing devices have their own live volatile data collection issues, such as constant communication reception or transmission Challenges in evidence collection exist Power and data cables may be difficult to obtain Inadequate forensics tools to satisfy the multitude of mobile devices in (and off) the market 17 17
18 Shutdown System or Pull the Plug? What about Hibernation mode?
19 Penalty for Shutting Down System What You Lose Closing of open files Deletion of temporary files Erasure of the swap file (if a certain Windows registry key is set) Removal/disappearance of malicious material Memory-resident rootkits Trojan horses, rootkits, or malware may remove evidence of their malicious activity 19 19
20 Penalty for Pulling the Power Plug What You Loose Removal/disappearance of malicious material Memory-resident rootkits Trojan horses may remove evidence of their malicious activity Preservation of swap files Preservation of temporary files Preservation of other information that might be altered or deleted during a graceful shutdown Possible corruption of OS data, such as open files Data loss in devices such as PDAs and cell phones when battery power is removed 20 20
21 Hibernation Mode Hibernation saves the state of an operating system (including the content of RAM) to a non-volatile storage file or partition before powering off the system The system is later restored to the state it was in when hibernation was invoked so that programs can continue executing as if nothing happened Modern OS support hibernation mode Microsoft Windows 2000, XP, and 2003 (file is called hiberfil.sys ) MAC OS X v10.4 and later Linux kernel 2.4, 2.6 A forensics investigator can analyze the hibernation file to recover the image of physical memory and reveal potential evidence Some memory-resident rootkits could potentially intercept the instruction to begin the hibernation process and hide before allowing hibernation to begin These rootkits would leave some trace ( hook ) in memory these can be evidentiary data 21 21
22 Collecting Artifacts from a System in Hibernation Mode Carefully remove the drive from a system in hibernation mode Collect relevant information by: Imaging the entire (or portion of) drive in a forensically sound manner Copying relevant files that might contain volatile data, such as: Hiberfil.sys Pagefile.sys Registry files Password Files (SAM in Windows, /etc/passwd, /etc/shadow in Unix) Temporary files Internet History 22 22
23 Live Data Collection Challenges Every action or inaction performed on the system whether initiated by a person or by the OS itself will alter the volatile OS data in some way Shutting down or disconnecting the system from the network may alter evidence that may be relevant to a case Malicious software, rootkits, or booby traps may alter outcome of information collected Kernel-level rootkits and malware can alter user-level tools Command time-stamping helps to answer the questions: which commands were run, at what time, and with what output 23 23
24 Procedural Steps for Volatile Data Collection Live forensics should be seriously considered, especially if: There is volatile data of value Suspect is using machine at time of seizure or attack is in progress Shutting down may cause data to be unusable (i.e., drive encryption, running processes, network connections, etc.) Never image a system using subjects machine to avoid evidence contamination, unless imaging can t be avoided Record cryptographic hashes Create verbose notes of actions taken 24 24
25 Pros and Cons of Commercial Tools Advantages Pretty GUI Vendor support Disadvantages May cost too much all organizational assets may not be covered, and ones covered may never experience an incident! Agent/software may need to be installed on a system prior to an incident Some OSs may not be supported by commercial tools (Example: Linux, Windows 95, Windows NT, etc.) 25 25
26 Creating Forensics Toolkits Create toolkits with trusted binaries on CD, USB, or floppy Automate a script on a toolkit CD to ensure consistency in collecting volatile data Forensic Server Project is a great toolkit in Windows Toolkit should have ability to transmit collected information to a remote system, with the data authenticated 26 26
27 Which Data to Collect When? Rule of Thumb Collect as much information as possible that would leave the least amount of footprint Evidence might be missed if not completely collected 27 27
28 Order of Volatile Data Collection CPU Registers, cache, and peripheral memory Contents of physical memory Network connections Login sessions Running processes Open files Network configuration Operating system time 28 28
29 Live Data Collection Process 29 29
30 The Process according to CERT Collect uptime, date, time, and command history for the security incident As you execute each forensic tool or command, generate the date and time to establish an audit trail Begin a command history that will document all forensic collection activities Collect all types of volatile system and network information End the forensic collection with date, time, and command history CERT Reference: First Responders Guide to Computer Forensics 30 30
31 Suggested Steps for Volatile Evidence Collection Maintain a log of all actions conducted on a running machine Photograph the screen of the running system to document its state Identify the operating system running on the suspect machine Note date and time, if shown on screen, and record with the current actual time Dump the system RAM to a removable storage device or a remote system Check the system for the use of whole disk or file encryption Collect other volatile operating system data and save to a removable storage device or a remote system Determine evidence seizure method (of hardware and any additional artifacts on the hard drive that may be determined to be of evidentiary value) Complete a full report documenting all steps and actions taken Source:
32 Live Volatile Data Collection Scenario for Dicck Maxxwell
33 The Scenario A crime has been committed. The computer used has been identified and is still up and running. The user ("suspect"), "Dicck Maxxwell," is claiming that a malware on the system must have downloaded the illicit pornography onto his computer on his behalf. You have been recruited as the forensics czar to conduct this high-profile investigation involving Mr. Maxxwell. Dicck is still sitting at his computer when the investigators show up at the doorstep. What steps would you take to find reasonable evidence for the defense or prosecuting attorneys? The above scenario is too common today. First responders typically report to the crime scene, faced with the "dilemma" to shutdown or not to shutdown the suspect's system Take one action or the other and it may be a "do or die" for the suspect. The remainder of this presentation walks through the practices discussed previously and the steps that a first responder can execute to produce necessary forensics artifacts associated with common operating systems.
34 Defendant s Scenario Suspect: Dicck Maxxwell (fictitious), Human, 42 years old, sales executive, working for a multi-billion dollar oil company Accused of: Unproductive work habits Illicit photos/activities spotted on screen and network Dicck s Claim: Malware must have downloaded illicit photos on his system 34 34
35 The Crime Scene A corrupt CD on Dicck s desk A company-issued Blackberry device A Dell PC running Redhat Linux A Compaq laptop running Windows XP 35 35
36 Our Forensics Assignment Collect forensics evidence from a suspect machine that is still up and running
37 The Environment Suspect System: the system from which forensic evidence is sought Compaq laptop, running Windows XP Dell desktop, running Redhat Linux Forensic System: the system on which you will be performing your forensic analysis Windows XP Volatile Data: information that is lost when the system is powered off Collected from suspect systems 37 37
38 Network Traffic Capture Continue ongoing monitoring Capture user network traffic using Wireshark 38 38
39 Analyze Network Traffic Analysis performed after all volatile data has been collected Tool used is Scalpel a data carving utility Command line: scalpel i Wireshark-Traffic-Capture- DicckMaxxwell-TechnoForensics.pcap o ScalpelOutput -t ScalpelCoverageMap -c scalpel-netsecurity.txt 39 39
40 Scalpel in Action 40 40
41 Scalpel s Results 41 41
42 Capture Physical Memory Use ManTech s MDD to acquire RAM mdd_1.3.exe -o E:\Class- Workarea\MyPhysicalMemory.MDD- DicckMaxxwell.img v Some implementation of DD may abort prematurely, probably due to user-mode access of memory 42 42
43 Analyze RAM with Scalpel (Notice other web sites visited in IE Tabs) 43 43
44 Analyze RAM with Volatility 44 44
45 Volatility: List of Open Files in RAM 45 45
46 Volatility: List of Processes in RAM 46 46
47 Some Newly Created Files 47 47
48 Windows Prefetch Directory Listing 48 48
49 Volatile Data Capture Using Forensics Server Project (FSP) 49 49
50 Forensic Server Project: Results of Data 50 50
51 Registry Analysis with RegRipper 51 51
52 Internet Activity Results 52 52
53 Analysis of Suspicious Executable with Online Malware Scanner 53 53
54 Other Observations My Documents directory was encrypted Travel arrangements were made online 54 54
55 Summarized Findings Analysis showed Dicck Maxxwell was indeed surfing the web for illicit contents There was a suspicious executable, but had nothing to do with the illicit content The suspicious executable used for our analysis was simply a test tool and not a real malicious code Secure deletion utility was installed on system, which wipes out all temporary and cache files 55 55
56 Lessons Learned Lack of incident response team could render investigations difficult or unsuccessful Lack of security policy could result in misuse of corporate resources Shutting down the system prior to collecting evidence could have resulted in evidence lost Knowing local, state, and Federal laws applicable to an investigation is paramount 56 56
57 Some Incident Response Tools
58 Non-Commercial Forensics Toolkits Helix CD Assorted Tools and Toolkits SysInternals SomarSoft idefense Toolkits Foundstone Forensics Server Project Volatility Framework Scalpel/Foremost 58 58
59 Commercial Forensics Toolkits Guidance Software ProDiscover IR Mandiant Access Data Enterprise Wetstone s LiveWire Many more 59 59
60 Selected References Guide to Integrating Forensic Techniques into Incident Response, NIST , CERT Training and Education handbook, First Responders Guide to Computer Forensics Todd G. Shipley, CFE, CFCE and Henry R. Reeve, Esq., Collecting Evidence from a Running Computer: A Technical and Legal Primer for the Justice Community, Jesse D. Kornblum, Exploiting the Rootkit Paradox with Windows Memory Analysis, 0B11-BC08-AD F5E68F1.pdf Selected Incident Response-related Books: Carvey, Harlan, Windows Forensic Analysis, Syngress; Pap/DVD edition (April 24, 2007) Jones, Keith J., Richard Bejtlich, and Curtis W. Rose, Real Digital Forensics: Computer Security and Incident Response, Addison-Wesley Professional (October 3, 2005) Kevin Mandia, Chris Prosise, and Matt Pepe, Incident Response and Computer Forensics, McGraw-Hill/Osborne; 2 edition (July 17, 2003) James M. Aquilina, Eoghan Casey, Cameron H. Malin, Malware Forensics: Investigating and Analyzing Malicious Code, Syngress (June 30, 2008) 60 60
61 Direct Comments/Questions to:
62 Thank You for Coming!
Hands-On How-To Computer Forensics Training
j8fm6pmlnqq3ghdgoucsm/ach5zvkzett7guroaqtgzbz8+t+8d2w538ke3c7t 02jjdklhaMFCQHihQAECwMCAQIZAQAKCRDafWsAOnHzRmAeAJ9yABw8v2fGxaq skeu29sdxrpb25zidxpbmznogtheories...ofhilz9e1xthvqxbb0gknrc1ng OKLbRXF/j5jJQPxXaNUu/It1TQHSiyEumrHNsnn65aUMPnrbVOVJ8hV8NQvsUE
Information Technology Audit & Forensic Techniques. CMA Amit Kumar
Information Technology Audit & Forensic Techniques CMA Amit Kumar 1 Amit Kumar & Co. (Cost Accountants) A perfect blend of Tax, Audit & Advisory services Information Technology Audit & Forensic Techniques
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!
Incident Response and Forensics
Incident Response and Forensics Yiman Jiang, President and Principle Consultant Sumus Technology Ltd. James Crooks, Manager - Advisory Services PricewaterhouseCoopers LLP UBC 2007-04-12 Outline Computer
e-discovery Forensics Incident Response
e-discovery Forensics Incident Response NetSecurity Corporation 21351 Gentry Drive Suite 230 Dulles, VA 20166 VA DCJS # 11-5605 Phone: 703.444.9009 Toll Free: 1.866.664.6986 Web: www.netsecurity.com Email:
Computing forensics: a live analysis
April 18th, 2005 1 2 3 Objectives Evidence acquisition Recovery and examination of suspect digital evidence (think Warrick Brown on CSI) Hardware: servers, workstations, laptops, PDAs, mobiles, cameras
Windows Operating Systems. Basic Security
Windows Operating Systems Basic Security Objectives Explain Windows Operating System (OS) common configurations Recognize OS related threats Apply major steps in securing the OS Windows Operating System
2. From a control perspective, the PRIMARY objective of classifying information assets is to:
MIS5206 Week 13 Your Name Date 1. When conducting a penetration test of an organization's internal network, which of the following approaches would BEST enable the conductor of the test to remain undetected
MSc Computer Security and Forensics. Examinations for 2009-2010 / Semester 1
MSc Computer Security and Forensics Cohort: MCSF/09B/PT Examinations for 2009-2010 / Semester 1 MODULE: COMPUTER FORENSICS & CYBERCRIME MODULE CODE: SECU5101 Duration: 2 Hours Instructions to Candidates:
Digital Forensics. Larry Daniel
Digital Forensics Larry Daniel Introduction A recent research report from The Yankee Group found that 67.6 percent of US households in 2002 contained at least one PC The investigators foresee three-quarters
Computer Forensics US-CERT
Computer Forensics US-CERT Overview This paper will discuss the need for computer forensics to be practiced in an effective and legal way, outline basic technical issues, and point to references for further
DIGITAL FORENSIC INVESTIGATION, COLLECTION AND PRESERVATION OF DIGITAL EVIDENCE. Vahidin Đaltur, Kemal Hajdarević,
DIGITAL FORENSIC INVESTIGATION, COLLECTION AND PRESERVATION OF DIGITAL EVIDENCE Vahidin Đaltur, Kemal Hajdarević, Internacional Burch University, Faculty of Information Technlogy 71000 Sarajevo, Bosnia
Incident Response and Computer Forensics
Incident Response and Computer Forensics James L. Antonakos WhiteHat Forensics Incident Response Topics Why does an organization need a CSIRT? Who s on the team? Initial Steps Detailed Project Plan Incident
Overview of Computer Forensics
Overview of Computer Forensics Don Mason, Associate Director National Center for Justice and the Rule of Law University of Mississippi School of Law [These materials are based on 4.3.1-4.3.3 in the National
Incident Response. Six Best Practices for Managing Cyber Breaches. www.encase.com
Incident Response Six Best Practices for Managing Cyber Breaches www.encase.com What We ll Cover Your Challenges in Incident Response Six Best Practices for Managing a Cyber Breach In Depth: Best Practices
Lecture outline. Computer Forensics and Digital Investigation. Defining the word forensic. Defining Computer forensics. The Digital Investigation
Computer Forensics and Digital Investigation Computer Security EDA263, lecture 14 Ulf Larson Lecture outline! Introduction to Computer Forensics! Digital investigation! Conducting a Digital Crime Scene
Digital Forensic Techniques
Digital Forensic Techniques Namrata Choudhury, Sr. Principal Information Security Analyst, Symantec Corporation Professional Techniques T23 CRISC CGEIT CISM CISA AGENDA Computer Forensics vs. Digital Forensics
FISMA / NIST 800-53 REVISION 3 COMPLIANCE
Mandated by the Federal Information Security Management Act (FISMA) of 2002, the National Institute of Standards and Technology (NIST) created special publication 800-53 to provide guidelines on security
Lectures 9 Advanced Operating Systems Fundamental Security. Computer Systems Administration TE2003
Lectures 9 Advanced Operating Systems Fundamental Security Computer Systems Administration TE2003 Lecture overview At the end of lecture 9 students can identify, describe and discuss: Main factors while
Guideline on Auditing and Log Management
CMSGu2012-05 Mauritian Computer Emergency Response Team CERT-MU SECURITY GUIDELINE 2011-02 Enhancing Cyber Security in Mauritius Guideline on Auditing and Log Management National Computer Board Mauritius
System Security Policy Management: Advanced Audit Tasks
System Security Policy Management: Advanced Audit Tasks White Paper October 6, 2005 2005 Altiris Inc. All rights reserved. ABOUT ALTIRIS Altiris, Inc. is a pioneer of IT lifecycle management software that
INCIDENT RESPONSE & COMPUTER FORENSICS, SECOND EDITION
" - * INCIDENT RESPONSE & COMPUTER FORENSICS, SECOND EDITION CHRIS PROSISE KEVIN MANDIA McGraw-Hill /Osborne New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul
Computer Forensic Tools. Stefan Hager
Computer Forensic Tools Stefan Hager Overview Important policies for computer forensic tools Typical Workflow for analyzing evidence Categories of Tools Demo SS 2007 Advanced Computer Networks 2 Important
Section 12 MUST BE COMPLETED BY: 4/22
Test Out Online Lesson 12 Schedule Section 12 MUST BE COMPLETED BY: 4/22 Section 12.1: Best Practices This section discusses the following security best practices: Implement the Principle of Least Privilege
ITU Session Four: Device Imaging And Analysis. Mounir Kamal Q-CERT
ITU Session Four: Device Imaging And Analysis Mounir Kamal Q-CERT 2 Applying Forensic Science to Computer Systems Like a Detective, the archaeologist searches for clues in order to discover and reconstruct
Digital Forensic. A newsletter for IT Professionals. I. Background of Digital Forensic. Definition of Digital Forensic
I Digital Forensic A newsletter for IT Professionals Education Sector Updates Issue 10 I. Background of Digital Forensic Definition of Digital Forensic Digital forensic involves the collection and analysis
Getting Physical with the Digital Investigation Process
Getting Physical with the Digital Investigation Process Brian Carrier Eugene H. Spafford Center for Education and Research in Information Assurance and Security CERIAS Purdue University Abstract In this
Freeware Live Forensics tools evaluation and operation tips
Freeware Live Forensics tools evaluation and operation tips Ricci IEONG, Principal Consultant, ewalker Consulting Ltd Abstract Highlighted by a digital forensics investigation specialists from FBI in DFRWS
Data Stored on a Windows Computer Connected to a Network
Attachment A Form to Describe Sensitive Data Security Plan For the Use of Sensitive Data from The National Longitudinal Study of Adolescent to Adult Health Data Stored on a Windows Computer Connected to
Computer Forensics Basics, First Responder, Collection of Evidence
May 7, 2008 1 Computer Forensics Basics, First Responder, Collection of Evidence Omveer Singh Joint Director / Scientist D [email protected] Indian Computer Emergency Response Team (CERT-In) Department
Computer Hacking Forensic Investigator v8
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Computer Hacking Forensic Investigator v8 Course Description: EC-Council releases the most advanced Computer
CERIAS Tech Report 2003-29 GETTING PHYSICAL WITH THE DIGITAL INVESTIGATION PROCESS. Brian Carrier & Eugene H. Spafford
CERIAS Tech Report 2003-29 GETTING PHYSICAL WITH THE DIGITAL INVESTIGATION PROCESS Brian Carrier & Eugene H. Spafford Center for Education and Research in Information Assurance and Security, Purdue University,
Incident Response: Live Forensics and Investigations
Chapter 5 Incident Response: Live Forensics and Investigations Solutions in this chapter: Postmortem versus Live Forensics Today s Live Methods Case Study: Live versus Postmortem Computer Analysis for
MSP Center Plus Features Checklist
Features Checklist Your evaluation is not complete until you check out top vendors and the price. Here is a list prepared based customer queries. Features General Easy web interface with admin, technician,
Mobile Device Security and Encryption Standard and Guidelines
Mobile Device Security and Encryption Standard and Guidelines University Mobile Computing and Device best practices are currently defined as follows: 1) The use of any sensitive or private data on mobile
COURCE TITLE DURATION CompTIA A+ Certification 40 H.
COURCE TITLE DURATION CompTIA A+ Certification 40 H. Overview: The target student is anyone with basic computer user skills who is interested in: obtaining a job as an IT professional or PC technician.
Detection of Data Hiding in Computer Forensics. About Your Presenter
Detection of Data Hiding in Computer Forensics NEbraskaCERT Conference August 22nd, 2008 James E. Martin CISSP, JD About Your Presenter 2008-Present: Security Engineer, West Corporation 2004-2008: Senior
Detecting Malware With Memory Forensics. Hal Pomeranz SANS Institute
Detecting Malware With Memory Forensics Hal Pomeranz SANS Institute Why Memory Forensics? Everything in the OS traverses RAM Processes and threads Malware (including rootkit technologies) Network sockets,
GE Measurement & Control. Cyber Security for NEI 08-09
GE Measurement & Control Cyber Security for NEI 08-09 Contents Cyber Security for NEI 08-09...3 Cyber Security Solution Support for NEI 08-09...3 1.0 Access Contols...4 2.0 Audit And Accountability...4
Computer Forensics and Investigations Duration: 5 Days Courseware: CT 0619217065
Computer Forensics and Investigations Duration: 5 Days Courseware: CT 0619217065 Introduction The Computer Forensics and Investigation course presents methods to properly conduct a computer forensics investigation
Cyber Security Response to Physical Security Breaches
Cyber Security Response to Physical Security Breaches INTRODUCTION Physical break-ins and other unauthorized entries into critical infrastructure locations, such as electrical power substations, have historically
Deploying EFS: Part 2
Deploying EFS: Part 2 John Morello You can think of any Encrypting File System (EFS) deployment as having essentially two parts: the back-end design portion focusing on certificate management and recovery
information security and its Describe what drives the need for information security.
Computer Information Systems (Forensics Classes) Objectives for Course Challenges CIS 200 Intro to Info Security: Includes managerial and Describe information security and its critical role in business.
Fall. Forensic Examination of Encrypted Systems Matthew Postinger COSC 374
Fall 2011 Forensic Examination of Encrypted Systems Matthew Postinger COSC 374 Table of Contents Abstract... 3 File System Encryption... 3 Windows EFS... 3 Apple FileVault... 4 Full Disk Encryption...
Data Stored on a Windows Server Connected to a Network
Attachment A Form to Describe Sensitive Data Security Plan For the Use of Sensitive Data from The National Longitudinal Study of Adolescent to Adult Health Data Stored on a Windows Server Connected to
IT Networking and Security
elearning Course Outlines IT Networking and Security powered by Calibrate elearning Course Outline CompTIA A+ 801: Fundamentals of Computer Hardware/Software www.medallionlearning.com Fundamentals of Computer
Top Five Data Security Trends Impacting Franchise Operators. Payment System Risk September 29, 2009
Top Five Data Security Trends Impacting Franchise Operators Payment System Risk September 29, 2009 Top Five Data Security Trends Agenda Data Security Environment Compromise Overview and Attack Methods
Scene of the Cybercrime Second Edition. Michael Cross
Scene of the Cybercrime Second Edition Michael Cross Chapter 1 Facing the Cybercrime Problem Head-On 1 Introduction 2 Defining Cybercrime 2 Understanding the Importance of Jurisdictional Issues 3 Quantifying
Codes of Connection for Devices Connected to Newcastle University ICT Network
Code of Connection (CoCo) for Devices Connected to the University s Author Information Security Officer (Technical) Version V1.1 Date 23 April 2015 Introduction This Code of Connection (CoCo) establishes
SecureAge SecureDs Data Breach Prevention Solution
SecureAge SecureDs Data Breach Prevention Solution In recent years, major cases of data loss and data leaks are reported almost every week. These include high profile cases like US government losing personal
IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including:
IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: 1. IT Cost Containment 84 topics 2. Cloud Computing Readiness 225
Information Technology Cyber Security Policy
Information Technology Cyber Security Policy (Insert Name of Organization) SAMPLE TEMPLATE Organizations are encouraged to develop their own policy and procedures from the information enclosed. Please
RSA Solution Brief. RSA SecurID Authentication in Action: Securing Privileged User Access. RSA Solution Brief
RSA SecurID Authentication in Action: Securing Privileged User Access RSA SecurID solutions not only protect enterprises against access by outsiders, but also secure resources from internal threats The
Locking down a Hitachi ID Suite server
Locking down a Hitachi ID Suite server 2016 Hitachi ID Systems, Inc. All rights reserved. Organizations deploying Hitachi ID Identity and Access Management Suite need to understand how to secure its runtime
Certified Digital Forensics Examiner
Certified Digital Forensics Examiner Course Name: CDFE V6.0 Duration: Language: 5 days English Format: Instructor-led (Lecture and Lab) Prerequisite: Experience in using a computer Student Materials: Student
Forensics source: Edward Fjellskål, NorCERT, Nasjonal sikkerhetsmyndighet (NSM)
s Unix Definition of : Computer Coherent application of a methodical investigatory techniques to solve crime cases. Forensics source: Edward Fjellskål, NorCERT, Nasjonal sikkerhetsmyndighet (NSM) s Unix
Certified Digital Forensics Examiner
Certified Digital Forensics Examiner Course Name: CDFE V6.0 Duration: Language: 5 days English Format: Instructor-led (Lecture and Lab) Prerequisite: Experience in using a computer Student Materials: Student
Trend Micro OfficeScan 11.0. Best Practice Guide for Malware
Trend Micro OfficeScan 11.0 Best Practice Guide for Malware Information in this document is subject to change without notice. The names of companies, products, people, characters, and/or data mentioned
CYBER FORENSICS. KRISHNA SASTRY PENDYALA Cyber Forensic Division Central Forensic Science Laboratory Hyderabad.
CYBER FORENSICS KRISHNA SASTRY PENDYALA Cyber Forensic Division Central Forensic Science Laboratory Hyderabad. 11 DIGITAL EVIDENCE? Cyber crimes Digital evidence Digital evidence is any information of
GFI White Paper PCI-DSS compliance and GFI Software products
White Paper PCI-DSS compliance and Software products The Payment Card Industry Data Standard () compliance is a set of specific security standards developed by the payment brands* to help promote the adoption
"Charting the Course... ... to Your Success!" MOC 50331 D Windows 7 Enterprise Desktop Support Technician Course Summary
Description Course Summary This course provides students with the knowledge and skills needed to isolate, document and resolve problems on a Windows 7 desktop or laptop computer. It will also help test
a) Encryption is enabled on the access point. b) The conference room network is on a separate virtual local area network (VLAN)
MIS5206 Week 12 Your Name Date 1. Which significant risk is introduced by running the file transfer protocol (FTP) service on a server in a demilitarized zone (DMZ)? a) User from within could send a file
VESZPROG ANTI-MALWARE TEST BATTERY
VESZPROG ANTI-MALWARE TEST BATTERY 2012 The number of threats increased in large measure in the last few years. A set of unique anti-malware testing procedures have been developed under the aegis of CheckVir
Certified Digital Forensics Examiner
Cyber Security Training & Consulting Certified Digital COURSE OVERVIEW 5 Days 40 CPE Credits $3,000 Digital is the investigation and recovery of data contained in digital devices. This data is often the
Best Practices for Incident Responders Collecting Electronic Evidence
Best Practices for Incident Responders Collecting Electronic Evidence rev. April 2013 Prepared by: Rick Clyde Forensic Examiner [email protected] M: (402) 709-6064 Chris Hoke Principal and Owner
Web-Based Data Backup Solutions
"IMAGINE LOSING ALL YOUR IMPORTANT FILES, IS NOT OF WHAT FILES YOU LOSS BUT THE LOSS IN TIME, MONEY AND EFFORT YOU ARE INVESTED IN" The fact Based on statistics gathered from various sources: 1. 6% of
Workflow Templates Library
Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security
Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led
Module 3: Resolve Software Failure This module explains how to fix problems with applications that have problems after being installed.
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! 50331 - Windows 7, Enterprise Desktop Support Technician Duration: 5 days About this Course This five-day
USM IT Security Council Guide for Security Event Logging. Version 1.1
USM IT Security Council Guide for Security Event Logging Version 1.1 23 November 2010 1. General As outlined in the USM Security Guidelines, sections IV.3 and IV.4: IV.3. Institutions must maintain appropriate
INFORMATION SECURITY TRAINING CATALOG (2015)
INFORMATICS AND INFORMATION SECURITY RESEARCH CENTER CYBER SECURITY INSTITUTE INFORMATION SECURITY TRAINING CATALOG (2015) Revision 3.0 2015 TÜBİTAK BİLGEM SGE Siber Güvenlik Enstitüsü P.K. 74, Gebze,
"This is a truly remarkable attack, but not. just in its scope hackers successfully. penetrated one of the most secure
ICPAK ANNUAL FORENSIC AUDIT CONFERENCE Digital Forensics in Fraud & Corruption Investigations 9 October 2014 Leisure Lodge Hotel, Diani Kenya Faith Basiye, CFE Head Group Forensic Services KCB Banking
Chapter 4. System Software. What You Will Learn... Computers Are Your Future. System Software. What You Will Learn... Starting the Computer
What You Will Learn... Computers Are Your Future Chapter 4 The two major components of operating system software Why a computer isn t useful without an operating system The five basic functions of an operating
EC-Council Ethical Hacking and Countermeasures
EC-Council Ethical Hacking and Countermeasures Description This class will immerse the students into an interactive environment where they will be shown how to scan, test, hack and secure their own systems.
ANTI-VIRUS POLICY OCIO-6006-09 TABLE OF CONTENTS
OCIO-6006-09 Date of Issuance: May 22, 2009 Effective Date: May 22, 2009 Review Date: Section I. Purpose II. Authority III. Scope IV. Definitions V. Policy VI. Roles and Responsibilities VII. Exceptions
MCTS Guide to Microsoft Windows 7. Chapter 7 Windows 7 Security Features
MCTS Guide to Microsoft Windows 7 Chapter 7 Windows 7 Security Features Objectives Describe Windows 7 Security Improvements Use the local security policy to secure Windows 7 Enable auditing to record security
Quick Start Guide for Parallels Virtuozzo
PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current
FRONT RUNNER DIPLOMA PROGRAM INFORMATION SECURITY Detailed Course Curriculum Course Duration: 6 months
FRONT RUNNER DIPLOMA PROGRAM INFORMATION SECURITY Detailed Course Curriculum Course Duration: 6 months MODULE: INTRODUCTION TO INFORMATION SECURITY INFORMATION SECURITY ESSENTIAL TERMINOLOGIES SECURITY
P Principles of Network Forensics P Terms & Log-based Tracing P Application Layer Log Analysis P Lower Layer Log Analysis
Agenda Richard Baskerville P Principles of P Terms & -based Tracing P Application Layer Analysis P Lower Layer Analysis Georgia State University 1 2 Principles Kim, et al (2004) A fuzzy expert system for
SECURITY BEST PRACTICES FOR CISCO PERSONAL ASSISTANT (1.4X)
WHITE PAPER SECURITY BEST PRACTICES FOR CISCO PERSONAL ASSISTANT (1.4X) INTRODUCTION This document covers the recommended best practices for hardening a Cisco Personal Assistant 1.4(x) server. The term
MICROS e7 Credit Card Security Best Practices
MICROS e7 Credit Card Security Best Practices General Information About This Document This document is intended to be used as a checklist for purging sensitive credit card data and protecting MICROS e7
Design and Implementation of a Live-analysis Digital Forensic System
Design and Implementation of a Live-analysis Digital Forensic System Pei-Hua Yen Graduate Institute of Information and Computer Education, National Kaohsiung Normal University, Taiwan [email protected]
The Value of Physical Memory for Incident Response
The Value of Physical Memory for Incident Response MCSI 3604 Fair Oaks Blvd Suite 250 Sacramento, CA 95864 www.mcsi.mantech.com 2003-2015 ManTech Cyber Solutions International, All Rights Reserved. Physical
What is Digital Forensics?
DEVELOPING AN UNDERGRADUATE COURSE IN DIGITAL FORENSICS Warren Harrison PSU Center for Information Assurance Portland State University Portland, Oregon 97207 [email protected] What is Digital Forensics?
Hacking Database for Owning your Data
Hacking Database for Owning your Data 1 Introduction By Abdulaziz Alrasheed & Xiuwei Yi Stealing data is becoming a major threat. In 2012 alone, 500 fortune companies were compromised causing lots of money
Windows 7, Enterprise Desktop Support Technician
Course 50331D: Windows 7, Enterprise Desktop Support Technician Page 1 of 11 Windows 7, Enterprise Desktop Support Technician Course 50331D: 4 days; Instructor-Led Introduction This four-day instructor-ledcourse
74% 96 Action Items. Compliance
Compliance Report PCI DSS 2.0 Generated by Check Point Compliance Blade, on July 02, 2013 11:12 AM 1 74% Compliance 96 Action Items Upcoming 0 items About PCI DSS 2.0 PCI-DSS is a legal obligation mandated
Microsoft Vista: Serious Challenges for Digital Investigations
Proceedings of Student-Faculty Research Day, CSIS, Pace University, May 2 nd, 2008 Microsoft Vista: Serious Challenges for Digital Investigations Darren R. Hayes and Shareq Qureshi Seidenberg School of
Chapter 84. Information Security Rules for Street Hail Livery Technology System Providers. Table of Contents
Chapter 84 Information Security Rules for Street Hail Livery Technology System Providers Table of Contents 84-01 Scope of the Chapter... 2 84-02 Definitions Specific to this Chapter... 2 83-03 Information
Managing Remote Access
VMWARE TECHNICAL NOTE VMware ACE Managing Remote Access This technical note explains how to use VMware ACE to manage remote access through VPN to a corporate network. This document contains the following
Threat Events: Software Attacks (cont.)
ROOTKIT stealthy software with root/administrator privileges aims to modify the operation of the OS in order to facilitate a nonstandard or unauthorized functions unlike virus, rootkit s goal is not to
Introduction. PCI DSS Overview
Introduction Manage Engine Desktop Central is part of ManageEngine family that represents entire IT infrastructure with products such as Network monitoring, Helpdesk management, Application management,
A Practical Approach for Evidence Gathering in Windows Environment
A Practical Approach for Evidence Gathering in Windows Environment Kaveesh Dashora Department of Computer Science & Engineering Maulana Azad National Institute of Technology Bhopal, India Deepak Singh
