Sebas add dns for ipv6#1974
Merged
Merged
Conversation
- Updated documentation to include IPv6 DNS server heuristics. - Enhanced connection checks to handle both IPv4 and IPv6 addresses. - Modified local network detection to support IPv6 addresses. - Added unit tests for IPv6 scenarios in DNS and local network handling.
…es for both IPv4 and IPv6
…es for both IPv4 and IPv6
…nored for official DNS servers
…misconfiguration detection
…nd improve handling of public DNS connections
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR is to add the capability to ingnore the DNS and DHCP connection to the local DNS server as found by heuristics.
Both for ipv4 and ipv6
Fixes Issue
There were alerts of packets to the local dns server reported as evidence 'info'
Changes proposed
To detect ipv6 DNS server IP.
To check that if a dns or dhcp goes to any ipv4 or ipv6 IP then it should not be evidenced
Steps you followed to test the changes purposed in this PR:
Check List (Check all the applicable boxes)