Class 2 Lab 3 ‐ Valhala Honeypot - Justin-Boyd/CIT-Class GitHub Wiki

Task: Honeypot Configuration

Step 1

  • Copy the valhala180-english.zip file to your Windows 10 virtual machine.

Step 2

  • Right-click valhala180-english.zip and select Extract Here.

Step 3

  • Double-click honeypot.txt to run it.

Step 4

  • Click Server Config to enter the configuration menu.

Step 5

  • Click Options for POP3 Server.

Step 6

  • Click Enable POP3 Service, set the user to user123 and the password to password123, close the window, and close the server config window.

Step 7

  • In the main window, click Monitoring.

Step 8

  • In the Firewall Security Alert window, click Allow access.

Step 9

  • In the search bar, search for Programs and Features and open it.

Step 10

  • Click Turn Windows features on or off.

Step 11

  • Select Telnet Client, and click OK.

Step 12

  • Close all windows.

Step 13

  • In the search bar, type cmd, and press Enter.

Step 14

  • Use the command telnet 127.0.0.1 110 to connect to the honeypot on port 110 (POP3 service).
  • Note the message that appears in the honeypot regarding an invader in the system.

Step 15

  • In the CMD, below the OK message, type user user123 and press Enter. The type pass password123 and press Enter.

Step 16

  • Note the messages in the honeypot that end with user authentication.