Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-16898-Bad-Neighbor — Zeek detection for CVE-2020-16898-"Bad Neighbor" | Kitploit
Tools/GitHubGitHub/initconf/cve-2020-16898-bad-neighbor
Packet Sniffing & AnalysisVulnerability AnalysisExploitationNetwork SecurityIntrusion DetectionAnomaly Detection
GitHubinitconf/cve-2020-16898-bad-neighbor

CVE-2020-16898-Bad-Neighbor

Zeek detection for CVE-2020-16898-"Bad Neighbor"

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
25 years agoNot yet reviewed

================================================================================= Simple policy to detect CVE-2020-16898: Bad Neighbor

Following functionality are provided by the script

:: 1) Script checks on heuristic described here: https://www.mcafee.com/blogs/other-blogs/mcafee-labs/cve-2020-16898-bad-neighbor/

Installation

root@kitploit:~
zeek-pkg install zeek/initconf/CVE-2020-16898-Bad-Neighbor
or
@load  CVE-2020-16898-Bad-Neighbor/scripts

Detailed Notes:

Detail Alerts and descriptions: Following alerts are generated by the script:


Heuristics are simple:

As per : https://www.mcafee.com/blogs/other-blogs/mcafee-labs/cve-2020-16898-bad-neighbor/

(i) looking for packets with an ICMPv6 Type field of 134 indicating Router Advertisements (ii) an ICMPv6 Option field of 25 indicating Recursive DNS Server (RDNSS). (iii) If this RDNSS option also has a length field value that is even, the heuristic would drop or flag the associated packet, as it is likely part of a Bad Neighbor exploit attempt.

Example notice: ICMP::BadNeighbor


Example Summary Notice:


Download Tool