Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qeeqbox/data-classification
Data classification defines and categorizes data according to its type, sensitivity, and value
https://github.com/qeeqbox/data-classification
classification data data-classification infosecsimplified qeeqbox
Last synced: 2 days ago
JSON representation
Data classification defines and categorizes data according to its type, sensitivity, and value
- Host: GitHub
- URL: https://github.com/qeeqbox/data-classification
- Owner: qeeqbox
- License: agpl-3.0
- Created: 2022-12-26T02:13:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T01:02:05.000Z (10 months ago)
- Last Synced: 2024-05-01T11:27:23.015Z (7 months ago)
- Topics: classification, data, data-classification, infosecsimplified, qeeqbox
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Data Classification
Data classification defines and categorizes data according to its type, sensitivity, and value. It helps ensure data confidentiality/integrity and makes it easier to access (Organizations usually design their data classification models and categories)## Data Type
#### Content-based
Classification based on reviewing each piece of data and looking for sensitive information
#### Context-based
Classification based on metadata and environmental information (Indirect indicators of sensitive information) like the application or the person that created the document
#### User-base
Classification based on a person's discretion and knowledge (User needs to know what's inside the document)## Military
#### Top Secret
Data requires the highest degree of protection, and disclosure of it would cause exceptionally grave damage to national security
- Policy for conducting intelligence#### Secret
Disclosure of it would cause serious damage to national security
- Indications of weakness#### Confidential
Disclosure of it would cause damage to national security
- Intelligence reports#### Sensitive
Data is not classified and disclosure of it would cause limited damage to national security
- For Official Use Only (FOUO)
- Limited Official Use (LOU)
- Official Use Only (OUO)#### Unclassified
Data is not classified and non-sensitive## Commercial
#### Restricted
High sensitive data and access is restricted to specific individuals or authorized third parties (disclosure to it would lead to permanent damage)
- SSN
- Credit cards
- Criminal Record
- Medical info
- Biometric data#### Confidential
Sensitive data that is team-wide and disclosure to it would harm the origination operation
- Vendor contracts
- Employees salaries
- Names, addresses, and dates#### Sensitive
Non-Sensitive data that is origination-wide and cannot be disclosed to anyone
- Internal policies
- Internal user guides
- Ogrinzaitonl charts
- Project documents#### Public
Information that can be disclosed to anyone
- Public API documents
- Job titles and names
- Open API Data## ID
26cd3e61-5f3f-422b-85bd-80734411a7e8## References
- https://en.wikipedia.org/wiki/Data_classification_(data_management)