Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An excerpt of a memory dump extracted by Access Data's FTK Imager mem.raw has been provided. 1) Copy the memory dump to the virtual desktop

image text in transcribed

An excerpt of a memory dump extracted by Access Data's FTK Imager mem.raw has been provided. 1) Copy the memory dump to the virtual desktop environment persistent storage area. 2) Develop a python script and regular expressions to extract and report ALL the e-mail and urls found in the memory dump. REGULAR EXPRESSIONS HELP e-mail and url patterns ePatt = re.compile(b'[A-Za-z0-9._\%+-]+@[A-Za-z0-9.-]+\.[A-Za-z] [2,4}) uPatt = re.compile(b' \w+:\//[\w@][\w.:@]+\/?[\w.\.?=%&=\@$,]) Submit: 1) Your Python script 2) Screenshot of your results

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions