3 Pages

CIT_430_Syllabus_2009

Course: HUY 1, Fall 2009
School: W. Kentucky
Rating:
 
 
 
 
 

Word Count: 574

Document Preview

Forensics Computer Syllabus Instructor: Phone: Office: Email: Office Hours: CIT 430 Spring 2009 Yi Hu (859) 572-7739 ST 370 huy1@nku.edu MW:10am-11am, M:1:00pm-2:00pm, W: 3:15pm-4:15pm Class Meeting Time: MW 2:00pm 3:15pm Class Meeting Place: ST 361 Textbook: Real Digital Forensics: Computer Security and Incident Response (Paperback) ISBN-13: 978-0321240699 C or better in CIT 380 Fundamentals of computer and...

Register Now

Unformatted Document Excerpt

Coursehero >> Kentucky >> W. Kentucky >> HUY 1

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Forensics Computer Syllabus Instructor: Phone: Office: Email: Office Hours: CIT 430 Spring 2009 Yi Hu (859) 572-7739 ST 370 huy1@nku.edu MW:10am-11am, M:1:00pm-2:00pm, W: 3:15pm-4:15pm Class Meeting Time: MW 2:00pm 3:15pm Class Meeting Place: ST 361 Textbook: Real Digital Forensics: Computer Security and Incident Response (Paperback) ISBN-13: 978-0321240699 C or better in CIT 380 Fundamentals of computer and network forensics; forensic duplication and analysis; reconstruction of computer activities; forensic tools. This course will introduce computer forensics to undergraduate students. It will cover the following topics: Windows Live Response Linux Live Response Network-based Forensics Acquiring a Forensic Data Duplication Forensic Analysis Techniques Forensic Tool Analysis Prerequisites: Course Content: Course Topics: Student Outcomes: By the end of the course, students will Understand the correct procedure for computer forensics Understand what volatile or nonvolatile data are important and related to the computer forensic procedure Understand how forensic tools work Be able to use forensic tools to conduct computer forensic activities Student Assessment Information: Students will be assessed through assignments and tests that are designed to demonstrate the students understanding of the materials of this class. Grading: Lab and Home Assignments: 40% Midterm (2:00pm 3:15pm, Wednesday, Mar. 4, 2009): 30% Final (1:00pm-3:00pm, Monday, May 4, 2009): 30% Grading Scale: A: 90-100 B: 80-89 C: 70-79 D: 60-69 F: 0-59 Grading Procedure for Assignments: Students should turn in their assignments by the due date for each assignment. For an assignment turned in after the due date, 10% of your score will be deducted for every calendar day that the assignment is late. Also, once the solution to an assignment has been discussed in the class or posted on NKUs Blackboard System, no late assignment will be accepted. Absentee Policy: Students should make their best efforts to attend each class. If you missed any class, you are responsible any for content covered in that class. Only for a reasonable reason a student can be allowed to have a make-up test for one of the missed tests. The student needs to notify the instructor immediately after the missed test with a verifiable reason. After getting the permission for the make-up test from the instructor by email, the student will be given a make-up test. A student can only have one make-up test for this class. Make-up Test: Disability Disclosure:Students with disabilities who require accommodations (academic adjustments, auxiliary aids or services) for this course must register with the Disability Services Office. Please contact the Disability Service Office immediately in the University Center, Suite 320 or call (859)572-6373 for more information. Verification of your disability is required in the Disability Services Office for you to receive reasonable academic accommodations. Schedule of Classes: Please see the next page. Schedule of Classes (Subject to Change) Week 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Date M, 1/12/09 W, 1/14/09 M, 1/19/09 W, 1/21/09 M, 1/26/09 W 1/28/09 M, 2/2/09 W 2/4/09 M, 2/9/09 W 2/11/09 M, 2/16/09 W 2/18/09 M, 2/23/09 W 2/25/09 M, 3/2/09 (review) W 3/4/09 (midterm) M, 3/09/...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

W. Kentucky - MAH - 099
MAH 099 Chapters 7 & 8 Review For Problems 1-6: Label each of the following as F for function and NF for not a function. 1. D 3 2 1 4. 5. 5 R 2. D -2 0 5 R -2 0 5 5 6. 3. 3 D R -4 3 1For Problems 7 - 12: Use the functions g ( x) = 2 x + 5 and to f
Stanford - CS - 448
Real-Time Graphics ArchitectureKurt Akeley Pat Hanrahanhttp:/www.graphics.stanford.edu/courses/cs448a-01-fallDisplay and FramebufferDisplays Key properties Bandwidth Framebuffers Definitions and key properties Bandwidth Architecture Required rea
W. Kentucky - CIT - 370
System Administration Course Notes Regular ExpressionsA regular expression is a string of characters that matches a pattern of some kind. As a simple example, we could say that any string that consists of 0s and 1s constitutes a regular expression (
W. Kentucky - CIT - 370
SYSTEM ADMINISRATION COURSE NOTES FILES IN PERLExample 1: Displaying the lines in a file numbered. File: nl.pl #!/usr/bin/perl -w # nl1.pl use strict; open(FILE, '<', 'example.txt') or die $!; my $lineno = 1; while (<FILE>) { print $lineno+; print
W. Kentucky - CIT - 370
SYSTEM ADMINISRATION COURSE NOTES LOOPS IN PERLExample 1: Adding up numbers The perl script adds up numbers entered each on one line. CTRL-D indicates the end-of-file or in this case, the end of input. The while loop repeats until the end-of-file (
W. Kentucky - CIT - 370
SYSTEM ADMINISRATION COURSE NOTES INTRODUCTION TO PERLPerl is a scripting language that can be used for automating system administration tasks. You can use the vim editor to create a perl script. Traditionally perl scripts use .pl as their extension
W. Kentucky - CIT - 370
SYLLABUS SPRING SEMESTER 2009CIT 370-001/002 System AdministrationINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/cit370sp2009.htmlOFFICE HOURS: W W TR10:00
W. Kentucky - CIT - 370
System Administration Course NotesYou have already learned Unix (or Linux) in CIT 140. The first part of this lecture is a review of material you should already know. The latter part covers a history of Linux, something you may or more not have seen
W. Kentucky - CIT - 370
CIT 370 Quiz #3 Study Guide Quiz date scheduled for Monday, November 17The quiz will cover material from chapters 7, 9, 10 and 12, and the course notes on Initialization/Booting/Services, Networks, and Software Installation/Management. Know how to a
W. Kentucky - CIT - 370
System Administration Users, Groups and PermissionsIn Linux, each user has his/her own account name. Accompanying each user account is a record that describes the user: User ID# User password (encrypted) User groups (see below) User home directo
W. Kentucky - CIT - 370
System Administration Server InstallationAnother task of the system administrator is to install and maintain servers. Perhaps the most common server you might be asked to maintain is a web server. Apache is the typical web server for Linux/Unix comp
W. Kentucky - CIT - 370
System Administration Course Notes ProcessesThe term process, when discussion operating systems, is used to describe a program in the state of execution. That is, it is a program that has begun execution but has not completed. The reason that we dif
W. Kentucky - CIT - 370
SYLLABUS FALL SEMESTER 2008CIT 370-002 System AdministrationINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/cit370f2008.htmlOFFICE HOURS: MWF 10:00 A.M. 10:5
W. Kentucky - CIT - 370
System Administration Booting, Initialization, and ServicesHere, we examine the boot process, initializing the operating system through shell scripts, and services started and how to start and stop services. We also discuss some of the more common s
W. Kentucky - CIT - 370
SYLLABUS SPRING SEMESTER 2005CIT 370-001 Operating Systems TechnologyINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: OFFICE HOURS: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/370sp2005.html TR 10:45 A.M.
W. Kentucky - CIT - 380
SYLLABUS FALL SEMESTER 2008 CIT 380-001 Securing Computer SystemsINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/cit380Fall2008.htmlOFFICE HOURS: MWF 10:00 A.M.
W. Kentucky - CIT - 140
SYLLABUS SPRINGSEMESTER2008CIT140002 IntroductiontoComputerInformationTechnologyINSTRUCTOR: OFFICE: PHONE: EMAIL: WEBPAGE: OFFICEHOURS: Dr.CharlesE.Frank ST311 (859)5725320(office) frank@nku.edu http:/www.nku.edu/~frank/cit140sp2008.html TR 12:30P
W. Kentucky - CIT - 141
SYLLABUS SPRING SEMESTER 2009CIT 141-002 PC/Networking FundamentalsINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/cit141sp2009.htmlOFFICE HOURS:W 10:00 A.M
W. Kentucky - CIT - 520
SYLLABUS SPRING SEMESTER 2007CIT 520-001 Managing Computer SystemsINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: OFFICE HOURS: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/520sp2007.html MWF 10:00 A.M. 1
W. Kentucky - CIT - 520
SYLLABUS FALLSEMESTER2007CIT520001ManagingComputerSystemsINSTRUCTOR: OFFICE: PHONE: EMAIL: WEBPAGE: OFFICEHOURS: Dr.CharlesE.Frank ST311 (859)5725320(office) frank@nku.edu http:/www.nku.edu/~frank/cit520f2007.html TR 11:00A.M. 12:00P.M. T 4:00P.M
W. Kentucky - CSC - 382
Name _ Assignment 14 Netsky Worm CSC 382/582Fall 2006 Use an Internet search engine to find information about the Netsky worm. Write a couple of paragraphs about this worm. How does it attack? What damage does it do? How many variation of Netsky ar
W. Kentucky - CIT - 140
SYLLABUS FALLSEMESTER2007CIT140002 IntroductiontoComputerInformationTechnologyINSTRUCTOR: OFFICE: PHONE: EMAIL: WEBPAGE: OFFICEHOURS: Dr.CharlesE.Frank ST311 (859)5725320(office) frank@nku.edu http:/www.nku.edu/~frank/cit140f2007.html TR 11:00A.M.
W. Kentucky - CIT - 380
Shoplifting is an ongoing problem for retail stores. Assume you are a manager of a clothing store. 1) Describe three measures you would take to prevent or detect shoplifting. 2) What are the costs of your security measures both to you and to your cus
W. Kentucky - CIT - 370
SYLLABUS FALL SEMESTER 2006 CIT 370-001 Operating Systems TechnologyINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: OFFICE HOURS: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/370f2006.html MWF 10:00 A.M. 10
W. Kentucky - CIT - 370
SYLLABUS FALL SEMESTER 2005CIT 370-001 Operating Systems TechnologyINSTRUCTOR: OFFICE: PHONE: EMAIL: WEB PAGE: OFFICE HOURS: Dr. Charles E. Frank ST 311 (859) 572-5320 (office) frank@nku.edu http:/www.nku.edu/~frank/370f2005.html MW 5:00 P.M. 6:0
W. Kentucky - CIT - 370
Page 214 #!/usr/bin/perl -w # whereis.pl use strict; my $prog = shift @ARGV; die "usage: perl whereis.pl <file>" unless defined $prog; my $found = 0; foreach my $dir (split /:/, $ENV{PATH}) { if (-x "$dir/$prog") { print "$dir/$prog\n"; $found = 1; l
W. Kentucky - CIT - 370
Name _ Laboratory 8 CIT 370-001 Fall 2006Create a new user account. Log in as root. Applications | Software Settings | Users and Groups Follow the steps on pages 726-7. See also Figures 29-2 and 29-3. Open a Terminal Window. #cat /etc/passwd My acco
W. Kentucky - CIT - 370
OperatingSystemsTechnology CourseNotes BasicLinuxCommandsManyofthebasicLinuxcommandsdealwithnavigatingtheLinuxfilespaceandhandlingfiles anddirectoriesinthefilespace. File a unit of storage that might contain data for a program to access, or it migh
W. Kentucky - READINGTHE - 2006
Northern Kentucky UniversityCollege of Education & Human ServicesSelected Topics in EducationReading the Licking River EDG 693-071 Summer 2006"Providing for the educational needs of all students" The teacher as reflective decision maker is the
W. Kentucky - INF - 286
WebDevelopment&Design FoundationswithXHTMLChapter3 KeyConceptsInthischapter,youwilllearnto: Learning OutcomesDescribetheevolutionofstylesheets fromprintmediatotheWeb ListadvantagesofusingCascadingStyleSheets UsecoloronWebpages Creat
W. Kentucky - CSC - 262
CSC 262.002 Programming Assignment #6 Queues and SimulationDue Date: Tuesday, March 19In this assignment, you are to create a Queue to be used in a bank simulation. The simulation will determine how many tellers the bank should have available dur