-
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.
Merge pull request #8 from 5GSEC/shivkb/oran-mitre-threats
Additional Threats
- Loading branch information
Showing
20 changed files
with
439 additions
and
29 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
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,12 @@ | ||
title: preventLocalDNSHijack | ||
description: This attack consists of modifying the /etc/resolv.conf file | ||
to point to a malicious DNS server. The mitigation consists of having an security engine rule preventing writes to /etc/resolv.conf file | ||
severity: high | ||
tags: [5gcore, edge, accuknox] | ||
references: | ||
- name: MITRE FiGHT | ||
url: https://fight.mitre.org/techniques/FGT5006 | ||
- name: Hellfire | ||
url: https://hellfire0x01.medium.com/get-familiar-with-dns-hijacking-2215a0a318d4 | ||
- name: SecurityTrails | ||
url: https://securitytrails.com/blog/preventing-domain-hijacking-10-steps-to-increase-your-domain-security |
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 |
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,9 @@ | ||
title: networkTraffic | ||
description: Malware uses DNS as a transport to communicate with the command-and-control servers [infloBlox]. Hence the packets contents need to be checked for data exfiltration. Basic checks can be implemented by the security engines on the DNS packets | ||
severity: high | ||
tags: [5gcore, edge, mitre] | ||
references: | ||
- name: mitre | ||
url: https://fight.mitre.org/data%20sources/DS0029 | ||
- name: infoBlox | ||
url: https://www.infoblox.com/dns-security-resource-center/dns-security-faq/what-is-dns-protection/ |
Oops, something went wrong.