IR 310: Making a Domain Controller (10 pts)

What You Need for this Project

Purpose

To prepare an environment like that used in real enterprises, appropriate for security projects.

Creating a Windows Cloud Server

Create a server with the largest possible SSD (65 GB), 4 cores, and 15 GB RAM, running Windows 2016 Server, as shown below.

Connect with RDP and log in with the account Google Cloud created, as usual.

When a blue "Networks" bar appears at the right of your desktop, click Yes.

Adding the "Active Directory Domain Services" Role

If Server Manager is not open, click Start, "Server Manager" to open it. In "Server Manager", make these selections:

A progress bar move across the window. When it finishes, it shows a gray message near the top saying "Configuration required". Click Close

Promoting the Server

At the top right of the Server Manager window, click the yellow triangle.

Click "Promote this server to a domain controller", as shown below.

In the "Active Directory Domain Services Configuration Wizard", make these selections:

A red bar appears, saying "One or more prerequisites failed...". In the lower right, the problem is explained: the administrator password does not meet requirements, as shown below,

Assigning an Administrator Password

At the lower left of the desktop, right-click the Start button. Click "Command Prompt (Admin)". In the User Account Control box, click Yes.

In the Administrator Command Prompt window, execute this command:

net user administrator P@ssw0rd123
(You may prefer to choose a more secure password.)

Close the Administrator Command Prompt window.

In the "Active Directory Domain Services Configuration Wizard", on the "Prerequisites Check" page, at the top center, in small blue type, click "Rerun prerequisites check".

Now the check passes, as shown below.

Click Install.

The server installs software and restarts.

Logging In

Connect again via RDP.

Log in with these credentials:

The login process takes several minutes, waiting for the Group Policy Client.

Creating the Wally Account

We'll need a non-administrator domain user named "Wally".

If Server Manager is not open, click Start, "Server Manager" to open it.

In Server Manager, in the top right, click Tools, "Active Directory Users and Computers".

In the left pane, expand hackme.com and right-click Users.

Click New, User, as shown below.

In the "New Object - User" box, enter these values, as shown below.

Click Next.

In the next screen, enter these values, as shown below.

Click Next. Click Finish.


Flag IR 310.1: Site (10 pts)

In "Active Directory Users and Computers", in the left pane, click "Domain Controllers".

The flag is covered by a green box in the image below.


Posted 10-26-19 9:41 am