-
Notifications
You must be signed in to change notification settings - Fork 39
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
Added threats.yaml for MLDE #452
base: main
Are you sure you want to change the base?
Conversation
In Collaboration with @eddie-knight , building up on his threats.yaml
- CCC.TH06 # Data is lost or corrupted | ||
|
||
threats: | ||
- id: CCC.MLDE.TH01 # Unauthorized Access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a mlde-specific threat? Smells like a common threat, no?
- T1078 # Valid Accounts | ||
- T1190 # Exploit Public-Facing Application | ||
|
||
- id: CCC.MLDE.TH02 # Data Leakage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
common threat?
- T1048 # Exfiltration Over Alternative Protocol | ||
- T1567 # Exfiltration Over Web Services | ||
|
||
- id: CCC.MLDE.TH03 # Service Disruption |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would the common threat: https://github.com/finos/common-cloud-controls/blob/main/services/common-threats.yaml#L175 work instead?
- T1499 # Endpoint Denial of Service | ||
- T1498 # Network Denial of Service | ||
|
||
- id: CCC.MLDE.TH04 # Unexpected Nondeterministic Behavior |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any way to be more specific about the impact?
This issue will be closed as stale in 7 days. If this issue is blocked, please tag or assign the appropriate party to move this forward. |
In Collaboration with @eddie-knight , building up on his threats.yaml