-
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
599d5d1
commit 25805ef
Showing
3 changed files
with
39 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
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,17 @@ | ||
title: Regitration of Malicious Network Functions | ||
description: An adversary, such as an insider to the MNO or vendor, could install a malicious NF into the core network, in order to launch other attacks or get access to information. | ||
severity: high | ||
tags: [mitre, execution] | ||
detectionMethods: | ||
mitigationMethods: | ||
- name: networkSegmentation | ||
tag: [mitre, m1030] | ||
description: network segmentation | ||
url: | ||
securityActions: | ||
- mitre/networkSegmentation | ||
securityIntentBinding: sample-si-binding.yaml | ||
preDeploymentConsiderations: #Anything that can be done in CI/CD pipelines that can alleviate this threat | ||
references: | ||
- name: MITRE FiGHT | ||
url: https://fight.mitre.org/techniques/FGT5006 |
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,20 @@ | ||
title: Software Deployment Tools | ||
description: Adversaries may gain access to and use third-party software suites installed within an enterprise network, such as administration, monitoring, and deployment systems, to move laterally through the network. | ||
severity: High | ||
tags: | ||
- oran | ||
- 5gcore | ||
- generic | ||
detectionMethods: # Mechanisms to detect the threat | ||
mitigationMethods: # Mechanisms to mitigate the threat | ||
- name: preventPkgInstall | ||
tag: [accuknox, akx0002] | ||
description: prevent package install | ||
url: | ||
securityActions: | ||
- accuknox/preventPkgInstall | ||
securityIntentBinding: # Set of labels, annotations describing workloads who would be impacted by this threat | ||
preDeploymentConsiderations: [ ] # Anything that can be done in CI/CD pipelines that can alleviate this threat | ||
references: | ||
- name: FGT1072 | ||
url: https://fight.mitre.org/techniques/FGT1072 |