Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm not sure how to go about using the RE expression and finding the mem.raw file An excerpt of a memory dump extracted by Access

image text in transcribed

I'm not sure how to go about using the RE expression and finding the mem.raw file

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 to Expert-Tailored Solutions

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

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Describe the four common search methods used in RIA Checkpoint.

Answered: 1 week ago