-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4c9f98
commit 476553d
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,16 @@ | ||
title: integrityProtection | ||
description: There are multiple contexts here: | ||
DNS Manipulation: In this context, integrity protection refers to ensuring | ||
that the DNS responses integrity. Currently, there is no way to for security | ||
engines to do this on the cluster. There are techniques to use DNSSEC | ||
[ibm, microsoft] to secure DNS data validating the digital signatures. | ||
of the | ||
severity: high | ||
tags: [5gcore, edge, mitre] | ||
references: | ||
- name: mitre | ||
url: https://fight.mitre.org/mitigations/FGM1557 | ||
- name: ibm | ||
url: https://www.ibm.com/docs/en/i/7.3?topic=support-domain-name-system-security-extensions-dnssec | ||
- name: microsoft | ||
url: https://learn.microsoft.com/en-us/windows-server/networking/dns/validate-dnssec-responses |