When implementing cybersecurity, there are two specific goals to be attained: first, confidential information must be kept out of reach of potential cyber attackers and other unauthorized individuals. Second, cybersecurity measures must not hinder authorized users' access to the information. The following are the three main principles of cybersecurity:
Confidentiality - Cybersecurity should ensure that the information to be secured is only accessible to authorized users and prevents the disclosure of information to unauthorized parties. For example, to implement confidentiality of company information on a cloud-based Customer Relationship Management (CRM) system, access can be restricted to users with the right username-password combination. Most systems also implement confidentiality through data encryption, which is an additional layer of security. Decryption of the data requires an individual or system to attempt access using the requisite key.
Integrity - Cybersecurity efforts should ensure information remains accurate, consistent and not subject to unauthorized modification. For example, from the CRM example provided, integrity is achieved when measures are put in place to ensure that email communication between a sales representative and a customer is not intercepted and modified by an intruder when it is still in transit.
Availability - Efforts to secure information in cyberspace should not hinder its access by an authorized party. Additionally, cybersecurity implementation has to provide for redundancy access in case of any outage. For example, the company using the cloud-based CRM system can implement proxy servers and firewalls as a security measure against Denial of Service (DoS) attacks, which would create system unavailability if successful.
Comments
Post a Comment
Welcome.