Please read
These instructions describing how and when to submit corrections to the Service DB.
Next, paste the entire output from the following Nmap command (where [port] and [target] are replaced with the port and target running the service to be corrected). Use this command for TCP services:
nmap -O -Pn -sSV -T4 -d --version-trace -p[port] [target]
And this command for UDP services:
nmap -O -Pn -sUV -T4 -d --version-trace -p[port] [target]
Feel free to delete/obscure hostnames or other sensitive information.