2014-05-01· snippet · 2 min · 60 words · #ntp · #linux · #esxi

Mitigating NTP attacks against ESXi 4.1

The `monlist` command against NTP servers is being used to launch DDOS attacks.

Mitigating NTP attacks against ESXi 4.1

ESXi 4.1 contains a vulnerability that can be used to create an amplification attack using the molist command in NTP.

If you’re using that version, you can mitigate the issue by editing /etc/ntp.conf and adding noquery and nopeer to the restrict line 

restrict default kod nomodify notrap noquery nopeer
restrict 127.0.0.1
driftfile /etc/ntp.drift

Once done, restart NTP with /etc/init.d/ntpd restart

Subscribe to the RSS feed for updates.
next
NGINX Routing based on IP ↗
previous
Forcing Backup in WHM ↗
reply
[email protected]