Protecting Data Flashcards
The primary methods of protecting the confidentiality of data are with…
encryption and strong access controls
What are GNU Privacy Guard and EFS? What do they enforce?
GNU Privacy guard is the Linux OS tool used to support the functionality of encrypting and decrypting files and folders.
EFS = Encryption File System is the equivalent tool for Microsoft NTFS
They enforce file system security
What is used in combination with the chmod command? What does it do?
The Chmod command changes file permissions on Linix systems. It is used in conjunction with a number which represents a certain configuration of permission across the owner, group and other users.
You’ve granted users write permission in a folder. they’ve created some files. But then they can’t access when they try to open them later, what could the problem be?
You haven’t assigned them Read access
What 3 things can a data loss prevention solution do when an unauthorized transfer is detected?
1_ block the transfer
2) log the event
3) alert security administrators
What’s the key difference between how a content filter on a UTM (Unified Threat Management) works and a DLP monitor?
UTM content filters look at inbound data streams whereas DLP (data loss prevention) monitors data going out of the company.
What can DLP system scan the content of to find confidential information that might be being deliberately moved out of the company?
Content of all emails including attachments. Even zipped files!
Content of network applications like FTP and HTTP traffic
List the 3 primary Linux entities you can assign permissions to in order of highest privilege
Owner
Group
Others
what permission level has been assigned to the below file?
log.txt —
No permission has been assigned, hence 3 dashes
Assign the correct numbers to the below Linux permissions:
Read
Write
Execute
Read - 4
Write - 2
Execute - 1
How would you set permissions for owner, group and others for the below file so that each entity has the following permissions: Owner: rwx Group: r-x Others: r-- File = privacy.docx
chmod 754 privacy.docx
What permissions does the following command set for the main Linux entities?
chmod 774 brexitbill.docx
Owner: rwx
Group: rwx
Others: r–
List the Windows file and folder permissions
Read
Read+Execute
Write
Modify