This is one of the retired boxes on HTB, lets spawn an instance and dive in.
First add the IP to the host file.
nano /etc/hosts

So I started with a basic nmap scan, but pinging the machine appears to be blocked.
Lets add the -Pn and force it to go again.
nmap -sC -sV -v -Pn nodeblog.htb