Wing FTP Server Through NXLog

When you configure your Wing FTP Server to send log data to USM Appliance, you can use the Wing FTP Server plugin to translate raw log data into normalized events for analysis. The table below provides some basic information for the plugin.

Plugin Information
Device Details
Vendor Wing FTP Software
Device Type FTP Server
Connection Type Syslog
Data Source Name wing-ftp-server
Data Source ID 1887

Integrating Wing FTP Server and NXLog

Before you configure Wing FTP Server to send logs to USM Appliance through NXLog, you must enable logging in Wing FTP Server.

Configure Wing FTP Server Log Settings

To enable Wing FTP Server logging

  1. Login to the Wing FTP Server administration through a web browser.
  2. You can choose to enable Admin Log, Server Log, Domain Log, or all three logs.

    • To enable Admin Log, go to Administration > Settings > General Settings, select Enable Admin Log, and keep the default log filename.
    • To enable Server Log, go to Server > Settings > General Settings, select Enable Server Log, and keep the default log filename.
    • To enable Domain Log, go to Domains and select a domain, then go to Settings > General Settings. Select Enable Domain Log and add "AV-" to the beginning of the log filename, like this:

      Wing FTP Server Domain Log

  3. Click OK to save your changes.

Configure NXLog on Windows

To send log data through NXLog to USM Appliance

  1. If not done already, download nxlog.conf, and then place it in the conf directory of your NXLog installation. Depending on which version you use, the directory can be C:\Program Files (x86)\nxlog\conf\ for the 32-bit version or C:\Program Files\nxlog\conf\ for the 64-bit version.

    Note: This step overwrites the default nxlog.conf file. You may want to back up the original copy before placing the one provided by LevelBlue.

  2. Open the nxlog.conf file in a text editor.
  3. Update the root path of your NXLog installation.

    1. Locate the following lines:

      #define ROOT C:\Program Files\nxlog

      #define ROOT C:\Program Files (x86)\nxlog

    2. Uncomment the path that matches the NXLog installation on your Windows machine.
  4. Enter the USM Appliance Sensor IP address.

    1. Locate the following line:

      define OUTPUT_DESTINATION_ADDRESS <USM-Appliance-Sensor-IP>

    2. Replace <USM-Appliance-Sensor-IP> with the IP address of the USM Appliance All-in-One or USM Appliance Sensor that will receive the Windows events.
  5. Uncomment the section between WINGFTP-NXLOG and /WINGFTP-NXLOG.

    Important: Only remove the first # symbol in each line when uncommenting the sections. The remaining # symbol indicates that the line is either a comment or optional.

    You need to enable all three sections, <Input in_wingftp_admin>, <Input in_wingftp_server>, and <Input in_wingftp_domain>, even if you do not collect all three logs.

  6. In the following line, replace <EDIT THIS WITH YOUR DOMAIN NAME!> with the domain name defined in your Wing FTP Server:

    define WING_DOMAIN <EDIT THIS WITH YOUR DOMAIN NAME!>

    For example, if your domain is called "my-FTP-domain", this line should look like:

    define WING_DOMAIN my-FTP-domain

  7. Save the file.
  8. Start or restart the NXLog service.

Plugin Enablement

For plugin enablement information, see Enable Plugins.

If enabling the plugin on assets, you will find it listed as Wing FTP Software : Wing FTP Server : -.

Enabling the wing-ftp-server plugin from asset

Additional Resources and Troubleshooting

For troubleshooting, refer to the vendor documentation:

Wing FTP Server documentation

Wing FTP Server Support

NXLog User Guide