Hello Students, As discussed in class, the Workspaces and Challenges are now active. Required Challenges for Full Credit To earn full credit (30% of the

Hello Students,

As discussed in class, the Workspaces and Challenges are now active.

Required Challenges for Full Credit

To earn full credit (30% of the assignment), you must complete 8 challenges from the following list:

  1. Interns & HR on the Domain Controller
  2. Help Desk Fun: User Workstation Nightmares
  3. Dangerous Drives
  4. Preventative Protection: Thwarting the Imminent Threat
  5. Security Begins & Never Ends with Updates
  6. Malicious Mail Management
  7. Secure Domain Accounts & Passwords Probably Worth
  8. Vulnerability Scan Complete, Begin System Hardening
  9. Strengthening System Security

Getting Started

  1. Log in to the NICE Challenge Portal:
  2. Navigate to the Workspaces tab and click on WORKSPACE.

Important Notes

  • You have enough attempts to complete the objectives, so focus on resolving the challenges effectively.
  • Submission Requirements:
    • Include a document detailing how you resolved each challenge.
    • Track each step in a Notepad or similar tool during the process. This will make it easier to compile your documentation for submission

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

The following program draws an BB-8 as shown below.  Modify the program to move the BB-8 left or right using the arrow keys.  The program can be download

The following program draws an BB-8 as shown below.  Modify the program to move the BB-8 left or right using the arrow keys.  The program can be download from the CMS. Please use Javafx  import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.input.KeyCode; import javafx.scene.layout.Pane; import javafx.scene.paint.Color; import javafx.scene.shape.Circle; import javafx.scene.shape.Line; import javafx.stage.Stage;

Mutex  locks and semaphores, as discussed in class, are different techniques to  solve the race condition and to ensure an efficient synchronization

Mutex  locks and semaphores, as discussed in class, are different techniques to  solve the race condition and to ensure an efficient synchronization  between cooperating threads and processes. you will use semaphores to  solve a number of synchronization problems between cooperating threads. important to note that: •  Semaphore, in literature, uses