04-11-2017 10:37 AM - edited 03-08-2019 10:10 AM
Hello folks!
I receive this message from a company who made a scan my network and they found a problem with the NTP on many switches.
"The remote NTP server responds to mode 6 queries. Devices that respond to these queries have the potential to be
used in NTP amplification attacks. An unauthenticated, remote attacker could potentially exploit this, via a specially
crafted mode 6 query, to cause a reflected denial of service condition."
Anyone knows how can I solve this problem in my switches?
Thanks
Marcio
04-11-2017 10:54 AM
Hi,
Not sure what type of switches you have but if your IOS support it, you can block NTP or allow access from specific NTP server only. Have a look at this document for more info and example:
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bsm/command/bsm-xe-3se-3850-cr-book/bsm-xe-3se-3850-cr-book_chapter_00.html
HTH
04-11-2017 10:55 AM
Hello,
I recommend you apply access groups to your NTP configuration, here and example:
access-list 90 permit X.X.X.X (IP NTP server1)
access-list 90 permit X.X.X.X (IP NTP server2)
ntp access-group query-only 90
That configuration was useful to mitigate the problem in my network.
---Do not forget to rate useful post---
Regards,
Also I recommend you read this post: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCum44673/?referring_site=bugquickviewredir
04-27-2018 08:27 AM
^bump
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide