Skip to content
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

db backup restore threat #565

Merged
merged 8 commits into from
Nov 27, 2024
19 changes: 19 additions & 0 deletions services/database/relational/threats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,22 @@ threats:
- CCC.F06
mitre_technique:
- T1556

- id: CCC.RDMS.TH14
title: DB backup is uninentionally restored
description: A threat actor restores a database backup thereby destroying data.
features:
- CCC.F11
mitre_technique:
- T1485

- id: CCC.RDMS.TH15
title: brute force attack against the database
description: |
threat actor uses brute force attack to discover
database user password, threat actor then has access to the
database user
features:
- CCC.RDMS.F07
mitre_technique:
- T1110