0

What's the best practice to protect private & confidential documents/information/messages/emails related to high-management level in a network that is run by an IT department and IT staff?

As you know IT staff has access to everything. So how can we be sure that high-classified reports and information are protected from them.

CEO
  • 1
  • 1

1 Answers1

0

My experience suggests that the simplest approach is the best approach... In general:

  1. Restrict the access list to the intended audience and a small group of data custodians. This minimizes your “surface area.” Remember that everyone in IT doesn’t need to access everything.
  2. Actively review the “access list” and revise as necessary, conducting regular security audits.
  3. Mandate and maintain security awareness training for those who are granted access as users and as data administrators
  4. Enable logging on sensitive resources with alerts for audit failures
  5. Refer to applicable standards for the industry your organization is part of. (i.e. FERPA, HIPAA, PCI, SOX, etc ...) to ensure that special requirements are met.
  6. Ensure that you do not overlook the Personally Identifiable Information (PII) category of security
  7. Restrict physical access to the location (servers) where the data is stored.
  8. Encrypt the files/disks on which the data is stored.
Bandit121
  • 1
  • 2