Configure Windows NPS to send logs to Arctic Wolf

You can configure Windows Network Policy Server (NPS)® to send the necessary logs to Arctic Wolf®.

Note:

This is an optional configuration. Discuss this log forwarding option with your Concierge Security® Team (CST).

These resources are required:

  • An activated Arctic Wolf Sensor or Virtual Log Collector (vLC)
  • The nxlog.conf file
    For more information, see Install Active Directory Sensor.
    Note: Advanced audit policy GPO is not required for NPS logging.

These actions are required:

Configure Windows NPS log file properties

  1. Sign in to the NPS console or NPS Microsoft Management Console (MMC).
  2. In the navigation menu, click Policies > Accounting.
  3. In the Log File Properties section, click Change Log File Properties.
  4. In the Log File Properties dialog, click the Settings tab.
  5. In the Log the following information section, select these checkboxes:
    • Accounting requests
    • Authentication requests
    • Periodic accounting status
    • Periodic authentication status
  6. In the Logging failure action section, select the If logging fails, discard connection requests checkbox.
  7. Click the Log File tab.
  8. In the Directory field, enter the location where you want to store NPS log files.

    If you do not enter a path, the default location is the C:\Windows\System32\LogFiles folder.

  9. In the Format list, select ODBC (legacy).
  10. In the Create a new log file section, select Daily.
  11. Select the When disk is full delete older log files checkbox.
  12. Click OK.

Retrieve and configure nxlog.conf file

  1. Sign in to the Arctic Wolf Unified Portal.
  2. In the navigation menu, click Resources > Downloads.
  3. In the Active Directory (AD) Sensor section, in the Receiving Sensor field, enter or select the IP address of your Arctic Wolf Sensor or Virtual Log Collector (vLC).
  4. Click Download Sensor.
    A zip file downloads on your device.
  5. Navigate to the zip file, and then right-click it and select Extract All.
    This action extracts the awn-ad-sensor folder, which contains the awn-ad-sensor.msi, nxlog.conf, and nxlog3.conf files.
    Note:
    • Don't move or delete these files.

    • You don't need to install the AD sensor.

  6. Based on the installed NXLog version, move the appropriate NXLog file to the NXLog directory.

Configure NXLog to forward NPS logs to your Arctic Wolf appliance

Note: NXLog version 2.x only supports G:\\NPSLogs\\\*.log, with three backslashes. NXLog version 3.x supports G:\\NPSLogs\\*.log, with two backslashes. For more information, see Quoting and escaping strings.
  1. Using a text editor, open the nxlog.conf file.
  2. Enter this input in the nxlog.conf file:
    BASH
    <Input in_NPS>
        Module im_file
        File "<nps_log_file_location>.log"
        SavePos TRUE
        ReadFromLast TRUE
        Exec $Message = $raw_event;
        Exec $Hostname = hostname() + "-NPS";
    </Input>

    Where:

    • nps_log_file_location defines the location of the NPS logs flat file.

    For example, if the location of the NPS logs is G:\NPSLogs\*.log, the input is:

    BASH
    <Input in_NPS>
        Module im_file
        File "G:\\NPSLogs\\\*.log"
        SavePos TRUE
        ReadFromLast TRUE
        Exec $Message = $raw_event;
        Exec $Hostname = hostname() + "-NPS";
    </Input>
  3. In the route section, edit the Path to include the new input event that you want to output.

    For example, if the input event is in_NPS, the path is:

    BASH
    <Route 1>
        Path    in_AD, in_EVENT, in_DNS, in_DHCP, in_NPS => out
    </Route>
  4. Save the nxlog.conf file changes.
  5. Restart the NXLog service.

Provide configuration information to Arctic Wolf

  1. Sign in to the Arctic Wolf Unified Portal.
  2. In the navigation menu, click Tickets & Alerts > All Tickets.
  3. Perform the appropriate action, depending on if you are:
    • A new customer — In the Ticket Type list, select Onboarding. Then, click the existing [Deploy] Site Config: <ticket_subject> ticket.
    • An existing customer — Click Open a New Ticket.
  4. On the Open a New Ticket page, configure these settings:
    • What is this ticket related to? — Select General request.
    • Subject — Enter Syslog changes.
    • Related ticket (optional) — Keep empty.
    • Message — Enter this information for your Concierge Security® Team (CST):
      • Confirmation that you completed the steps in this configuration guide.
      • The IP address or hostname of the Arctic Wolf Sensor that you used during the configuration.
      • The IP address, timezone, and device type for all sources that you are forwarding.
      • Questions or comments that you have.
  5. Click Send Message.

    Your CST reviews the details to make sure that Arctic Wolf is successfully processing the logs.