CNET221_LAB4_301297030

docx

School

Centennial College *

*We aren’t endorsed by this school

Course

221

Subject

Computer Science

Date

Feb 20, 2024

Type

docx

Pages

10

Uploaded by MajorBoulder9985

Report
CNET221 Network Security Winter 24 Lab-4 Worksheet Student Name: Dev Kumar Giri Student ID: 301297030 Date: 2024-02-09 Lab 4.1 Examining UEFI Boot Security
Read through the available options. Which boot security methods are available to you? Which one(s) are enabled? Read through the boot order. What is listed first? Should you change the order? Why or why not?
Lab 4.2 Examining Secure Cookies and HTTP Response Headers Examine the Set-Cookie lines. What do you notice about this cookie? Which of the HTTP response headers are displayed? What protections do these headers provide? It contains three cookies provided by google. ‘1P_JAR’, ‘AEC’, ‘NID’ The HTTP response header displayed is “Set-Cookies”. Through the use of these headers, which limit the risk of attacks like cross-site scripting (XSS) and cross-site request forgery (CSRF), they ensure that cookies are only sent over secure connections (HTTPS), are inaccessible to client-side scripts (HttpOnly) and are only sent in conjunction with requests (SameSite=lax).
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab 4.3 Creating a Security Template
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab 4.4 Hardening Windows 10 with a Security Template What do you notice about the guest account status setting in your virtual machine? It is disabled.
Lab 4.5 Using AppLocker for Application Control Click Executable Rules to show any existing executable rules. Are any predefined rules displayed? No rules are displayed.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help