-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
IPV6 DNS Takeover Attack via Rogue DHCP Server #5242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
678b8c8
Create Possible_IPV6_DNS_Takeover.yml
NinnessOtu 5034315
Update Possible_IPV6_DNS_Takeover.yml
NinnessOtu 07c79ab
Update Possible_IPV6_DNS_Takeover.yml
NinnessOtu 981a845
Update and rename Possible_IPV6_DNS_Takeover.yml to win_system_possib…
NinnessOtu a6f05c0
Update rules/windows/builtin/system/microsoft_windows_IphIpsvc/win_sy…
NinnessOtu 3a3c7ed
Update rules/windows/builtin/system/microsoft_windows_IphIpsvc/win_sy…
NinnessOtu 10f88a1
Update rules/windows/builtin/system/microsoft_windows_IphIpsvc/win_sy…
NinnessOtu b8755ec
Update rules/windows/builtin/system/microsoft_windows_IphIpsvc/win_sy…
NinnessOtu 31b7e8c
rename and metadata update
nasbench a423bf1
Merge branch 'master' into patch-2
nasbench 53ade35
Update win_system_isatap_router_address_set.yml
nasbench cddd73f
Merge branch 'patch-2' of https://github.com/NinnessOtu/sigma into pr…
nasbench 19166e9
Update win_system_isatap_router_address_set.yml
nasbench 0011277
Update win_system_isatap_router_address_set.yml
nasbench 9e41434
Merge branch 'master' into patch-2
swachchhanda000 d6d1746
Merge branch 'master' into patch-2
swachchhanda000 c21cd54
fix: wrong file directoryname
swachchhanda000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
...indows/builtin/system/microsoft_windows_Iphlpsvc/win_system_isatap_router_address_set.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| title: ISATAP Router Address Was Set | ||
| id: d22df9cd-2aee-4089-93c7-9dc4eae77f2c | ||
| status: experimental | ||
| description: | | ||
| Detects the configuration of a new ISATAP router on a Windows host. While ISATAP is a legitimate Microsoft technology for IPv6 transition, unexpected or unauthorized ISATAP router configurations could indicate a potential IPv6 DNS Takeover attack using tools like mitm6. | ||
| In such attacks, adversaries advertise themselves as DHCPv6 servers and set malicious ISATAP routers to intercept traffic. | ||
| This detection should be correlated with network baselines and known legitimate ISATAP deployments in your environment. | ||
| references: | ||
| - https://www.blackhillsinfosec.com/mitm6-strikes-again-the-dark-side-of-ipv6/ | ||
| - https://redfoxsec.com/blog/ipv6-dns-takeover/ | ||
| - https://www.securityhq.com/blog/malicious-isatap-tunneling-unearthed-on-windows-server/ | ||
| - https://medium.com/@ninnesoturan/detecting-ipv6-dns-takeover-a54a6a88be1f | ||
| author: hamid | ||
| date: 2025-10-19 | ||
| tags: | ||
| - attack.initial-access | ||
| - attack.privilege-escalation | ||
| - attack.execution | ||
| - attack.t1557 | ||
| - attack.t1565.002 | ||
| logsource: | ||
| product: windows | ||
| service: system | ||
| detection: | ||
| selection: | ||
| EventID: 4100 | ||
| Provider_Name: 'Microsoft-Windows-Iphlpsvc' | ||
|
swachchhanda000 marked this conversation as resolved.
|
||
| filter_main_localhost: | ||
| IsatapRouter: | ||
| - '127.0.0.1' | ||
| - '::1' | ||
| filter_optional_null: | ||
| IsatapRouter: null | ||
| condition: selection and not 1 of filter_main_* and not 1 of filter_optional_* | ||
| falsepositives: | ||
| - Legitimate ISATAP router configuration in enterprise environments | ||
| - IPv6 transition projects and network infrastructure changes | ||
| - Network administrators configuring dual-stack networking | ||
| - Automatic ISATAP configuration in some Windows deployments | ||
| level: medium | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.